<?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 Batch Input Multiple Lines in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-multiple-lines/m-p/1889038#M372536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi xperts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm developing a batch input wich it have to post multiple lines on a table control in the tcode kke1, does anybody knows how do this. The program must post 'x lines, cause the number allways will be different in the upload file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jan 2007 17:45:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-23T17:45:58Z</dc:date>
    <item>
      <title>Batch Input Multiple Lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-multiple-lines/m-p/1889038#M372536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi xperts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm developing a batch input wich it have to post multiple lines on a table control in the tcode kke1, does anybody knows how do this. The program must post 'x lines, cause the number allways will be different in the upload file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 17:45:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-multiple-lines/m-p/1889038#M372536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T17:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input Multiple Lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-multiple-lines/m-p/1889039#M372537</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 write as normal as simple for other fields, when comin gto fill the table control, just write a DO and end DO, when the Line items is over there you need to put EXIT. here you need to trigger only this DO while filling the lines itesm in BDC , i mean the othere fields should not be trigger, i hope you understand some what logic ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the code ...&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/abap/handling-table-control-in-bdc.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/abap/handling-table-control-in-bdc.htm&lt;/A&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>Tue, 23 Jan 2007 17:55:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-multiple-lines/m-p/1889039#M372537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T17:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input Multiple Lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-multiple-lines/m-p/1889040#M372538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know this transaction but....&lt;/P&gt;&lt;P&gt;Set the flag "default size" in the structure of call transaction( look for help f1 ).  the lines of table control always been fixed.&lt;/P&gt;&lt;P&gt;After this you can set okcode page down or page up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alexandre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 18:04:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-multiple-lines/m-p/1889040#M372538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T18:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input Multiple Lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-multiple-lines/m-p/1889041#M372539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At the bottom of the screen (1301 - Create Unit Cost Estimate) there is a field called Entry (RK70E-LST_SETNR). You can put a number in that field to bring it to the top of the screen. In that way, you can always make your entries in the first line of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 18:21:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-multiple-lines/m-p/1889041#M372539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T18:21:13Z</dc:date>
    </item>
  </channel>
</rss>

