<?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: While writing batch input program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-writing-batch-input-program/m-p/2599688#M595523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please send me a recording and the batch program of the recording.&lt;/P&gt;&lt;P&gt;I need it to understand the problem clearly.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Aug 2007 07:35:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-08T07:35:39Z</dc:date>
    <item>
      <title>While writing batch input program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-writing-batch-input-program/m-p/2599685#M595520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The batch input program is based on the recording, it is clear. However I am not sure on which fields to code at the code side.&lt;/P&gt;&lt;P&gt;For example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPMMPKR	0091	X                                                                                &lt;/P&gt;&lt;P&gt;RMPKR-MATNR	160642&lt;/P&gt;&lt;P&gt;                                        	    	 RMPKR-WERKS	TR11&lt;/P&gt;&lt;P&gt;                                        	    	 RMPKR-PRVBE	DERI&lt;/P&gt;&lt;P&gt;SAPMMPKR	0093	X                                                                                &lt;/P&gt;&lt;P&gt;BDC_OKCODE	/00&lt;/P&gt;&lt;P&gt;                                        	    	PKHD-MEINS	PC&lt;/P&gt;&lt;P&gt;                                        	    	BDC_SUBSCR          SAPMMPKR    	                                                0815INCLUDE8XX&lt;/P&gt;&lt;P&gt;                                        	    	BDC_CURSOR	PKHD-NKDYN&lt;/P&gt;&lt;P&gt;                                        	    	PKHD-LGNUM	HA1&lt;/P&gt;&lt;P&gt;                                        	    	PKHD-BERKZ	1&lt;/P&gt;&lt;P&gt;                                        	    	PKHD-LGTYP	804&lt;/P&gt;&lt;P&gt;                                        	    	PKHD-NKDYN	X&lt;/P&gt;&lt;P&gt;Such a recording which fields are to be coded?&lt;/P&gt;&lt;P&gt;PKHD-NKDYN,BDC_CURSOR, BDC_OKCODE are required to code?&lt;/P&gt;&lt;P&gt;In fact what is the thumb of rule in bdc?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 06:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-writing-batch-input-program/m-p/2599685#M595520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T06:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: While writing batch input program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-writing-batch-input-program/m-p/2599686#M595521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to code all the fields, &lt;/P&gt;&lt;P&gt;Look at here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SAPMMPKR 0091 X    " program name and screen no 0091
RMPKR-MATNR 160642    " Field in the screen
RMPKR-WERKS TR11       " " Field in the screen
RMPKR-PRVBE DERI       " " Field in the screen
SAPMMPKR 0093 X         " " program name  and screen no 0093
BDC_OKCODE /00       " Ok code&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you need to code for all these things,&lt;/P&gt;&lt;P&gt;Do one thing, once you complete the recording then save it, then in the Application tool bar we have an option to generate a Program from this recordign then generate the Program then look at the program you will understand ..&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 06:21:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-writing-batch-input-program/m-p/2599686#M595521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T06:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: While writing batch input program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-writing-batch-input-program/m-p/2599687#M595522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U need to code for all the fields.&lt;/P&gt;&lt;P&gt;what you have to do is replace all the hard coded values( like 160642 for MATNR ) with your internal table values.&lt;/P&gt;&lt;P&gt;For this you need to loop at that internal table( eg. i_mara) and assign relevant values for each loop pass ( like wa_mara-matnr in place of '160642').&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 06:49:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-writing-batch-input-program/m-p/2599687#M595522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T06:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: While writing batch input program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-writing-batch-input-program/m-p/2599688#M595523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please send me a recording and the batch program of the recording.&lt;/P&gt;&lt;P&gt;I need it to understand the problem clearly.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 07:35:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-writing-batch-input-program/m-p/2599688#M595523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T07:35:39Z</dc:date>
    </item>
  </channel>
</rss>

