<?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: Internal Table Line Operations in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-line-operations/m-p/2791591#M651315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton Srihari.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balaji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 16 Sep 2007 19:21:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-16T19:21:24Z</dc:date>
    <item>
      <title>Internal Table Line Operations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-line-operations/m-p/2791589#M651313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to load an internal table.&lt;/P&gt;&lt;P&gt;There are 5 columns in the internal table.&lt;/P&gt;&lt;P&gt;All the columns of the internal table are constant values except 2 columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TransactionType - OrderNum - SequenceNum - MatNr - ExpeQty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only SequenceNum and Matnr columns vary all other columns have constant values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SequenceNum should increase by one for each row. Matnr should be populated from MARD table for specific plant and storage location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transactiontype = AUD always&lt;/P&gt;&lt;P&gt;OrdrNum = Order1 always&lt;/P&gt;&lt;P&gt;ExpQty = 99999 always&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone explain the keywords to load the table as described.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Sep 2007 16:08:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-line-operations/m-p/2791589#M651313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-16T16:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table Line Operations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-line-operations/m-p/2791590#M651314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppose you have all the required materials in an internal table called IT_MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_counter = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT IT_MATNR INTO WA_MATNR.&lt;/P&gt;&lt;P&gt;wa_table-matnr = wa_matnr-matnr.&lt;/P&gt;&lt;P&gt;wa_table-seqnum = l_counter.&lt;/P&gt;&lt;P&gt;l_counter = l_counter + 1.&lt;/P&gt;&lt;P&gt;wa_table-transtype = 'AUD'.&lt;/P&gt;&lt;P&gt;wa_table-ordernum = 'Order1'.&lt;/P&gt;&lt;P&gt;wa_table-expqty = 999999.&lt;/P&gt;&lt;P&gt;APPEND wa_table to IT_TABLE.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now IT_TABLE will have the required entires.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Sep 2007 17:30:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-line-operations/m-p/2791590#M651314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-16T17:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table Line Operations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-line-operations/m-p/2791591#M651315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton Srihari.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balaji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Sep 2007 19:21:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-line-operations/m-p/2791591#M651315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-16T19:21:24Z</dc:date>
    </item>
  </channel>
</rss>

