<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem with Batch input in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-batch-input/m-p/5989188#M1342233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you bala ,  problem solve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Aug 2009 09:52:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-07T09:52:55Z</dc:date>
    <item>
      <title>Problem with Batch input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-batch-input/m-p/5989184#M1342229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i create zreport to generate batch input for mass goods receive like scrap or other material from text file data, use transaction MB1C and movement type is 511. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after execute and check in sm35, i found batch not complete.  log display error &lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;"Formatting error in the field MSEG-SGTXT; see next message" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when reprocess i found batch stop at this page. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link: [http://i41.photobucket.com/albums/e271/260325/error1.jpg]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;system issue error message at bottom of page &lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;"Make a entry in all required field"&lt;/SPAN&gt;. and assign data in bdc tab not input in assign field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i try to simulate this process, use sm35 with transaction record . and copy to program but no luck. batch input still stop at this screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my dynpro code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    'X' 'SAPMM07M' '0421',  
    ' ' 'MSEG-MATNR'  upd_tab-matnr,
    ' ' 'MSEG-ERFMG'  upd_tab-xmenge,
    ' ' 'MSEG-ERFME' upd_tab-meins,
    ' ' 'MSEG-LGORT'  upd_tab-loc_pr,
    ' ' 'MSEG-CHARG'  upd_tab-charg,
    ' ' 'BDC_OKCODE' '/00',

    'X' 'SAPLKACB' '0002',
    ' ' 'BDC_OKCODE' '=ENTE',
    ' ' 'BDC_SUBSCR' 'SAPLKACB'   ,


    'X' 'SAPMM07M' '0410',   **** Batch input stop at this screen
    ' ' 'MSEG-WEMPF' 'No',
    ' ' 'MSEG-SGTXT' 'No',
    ' ' 'DKACB-FMORE' 'X',
    ' ' 'BDC_CURSOR' 'MSEG-SGTXT',
    ' ' 'BDC_OKCODE' '/00',



 &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest me , how to solve this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Kittisak.B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 04:05:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-batch-input/m-p/5989184#M1342229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T04:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Batch input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-batch-input/m-p/5989185#M1342230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Are you passing any value to that field? just make sure that the field length of the SGTXT of the internal table is same as the MSEG-SGTXT field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 04:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-batch-input/m-p/5989185#M1342230</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2009-08-07T04:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Batch input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-batch-input/m-p/5989186#M1342231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mseg-sgtxt in this screen is required field. so i put text 'No' as test to this field  &amp;gt;&amp;gt;&amp;gt; ' ' 'MSEG-SGTXT' 'No',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but system issue error of this field before input data in any field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 04:42:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-batch-input/m-p/5989186#M1342231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T04:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Batch input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-batch-input/m-p/5989187#M1342232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Do the recording as below way, and see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) After filling the initial screen in MB1C transaction, click on &lt;STRONG&gt;New item&lt;/STRONG&gt;(=NPE) Screen 400.&lt;/P&gt;&lt;P&gt;2) It takes you to Screen 410, here give all the values, along with the SGTXT, the click on &lt;STRONG&gt;New item&lt;/STRONG&gt;(=NPE), it will return to same screen to give another line item values.&lt;/P&gt;&lt;P&gt;3) After entering click on Save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the below sample recording&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be additional screens may be in your system just check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;'SAPMM07M'	'0400'.
'BDC_CURSOR'	'MKPF-BUDAT'.
'BDC_OKCODE'	'=NPE'.                       "------&amp;gt;New item Function code
'MKPF-BLDAT'	'04/04/2006'.
'MKPF-BUDAT'	'05/05/2006'.
'RM07M-BWARTWA'	'511'.
'RM07M-WERKS'	'1000'.
'RM07M-LGORT'	'0001'.
'XFULL'	'X'.
'RM07M-WVERS2'	'X'.

'SAPMM07M'	'0410'.
'BDC_CURSOR'	'MSEG-CHARG'.
'BDC_OKCODE'	'=NPE'.                 "------&amp;gt;New item Function code
'MSEG-MATNR'	'100-100'.
'MSEG-ERFMG'	'5'.
'MSEG-WERKS'	'1000'.
'MSEG-LGORT'	'0001'.
'MSEG-LIFNR'	'1000'.
'MSEG-SGTXT'	'No'.
'DKACB-FMORE'	'X'.

'SAPLKACB'	'0002'.
'BDC_OKCODE'	'=ENTE'.

'SAPMM07M'	'0410'.
'BDC_CURSOR'	'MSEG-SGTXT'.
'BDC_OKCODE'	'=BU'.
'MSEG-MATNR'	'100-100'.
'MSEG-ERFMG'	'5'.
'MSEG-WERKS'	'1000'.
'MSEG-LGORT'	'0001'.
'MSEG-LIFNR'	'1000'.
'MSEG-SGTXT'	'No'.
'DKACB-FMORE'	'X'.

'SAPLKACB'	'0002'.
'BDC_OKCODE''	=ENTE'.	&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 07:56:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-batch-input/m-p/5989187#M1342232</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2009-08-07T07:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Batch input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-batch-input/m-p/5989188#M1342233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you bala ,  problem solve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 09:52:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-batch-input/m-p/5989188#M1342233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T09:52:55Z</dc:date>
    </item>
  </channel>
</rss>

