<?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: read table Urgent !!!!!!!!!!!!!!!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-urgent/m-p/3450194#M828837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am uploading the data from a flat file so if the call transcation statement gets success it moves on to subrc = 0, and then it updates the material and then after creation all those stuff then the planned order will be in bdcmsgcoll and i pick planned order from bdc msg coll and i need to append both the data, material no whichis been created and the planned order got generated and i will place it in to a internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Feb 2008 06:54:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-12T06:54:51Z</dc:date>
    <item>
      <title>read table Urgent !!!!!!!!!!!!!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-urgent/m-p/3450189#M828832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;      MOVE:  wa_create_po-matnr TO wa_create_po_out-matnr,&lt;/P&gt;&lt;P&gt;             wa_create_po-order TO wa_create_po_out-kdauf,&lt;/P&gt;&lt;P&gt;             wa_create_po-line  TO wa_create_po_out-kdpos.&lt;/P&gt;&lt;P&gt;      READ TABLE i_bdcmsgcoll INTO wa_bdcmsgcoll WITH KEY msgtyp = c_s.&lt;/P&gt;&lt;P&gt;      IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;        MOVE: wa_bdcmsgcoll-msgv1 TO wa_create_po_out-plnum.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;      APPEND wa_create_po_out TO i_create_po_out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. in the above code i have used read statement with key msg typ actually this is not a key field in se11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.can i use index for matching up the material &lt;/P&gt;&lt;P&gt;(wa_create_po-matnr) and planned order ( wa_bdcmsgcoll-msgv1 )  and append in a internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 06:42:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-urgent/m-p/3450189#M828832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T06:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: read table Urgent !!!!!!!!!!!!!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-urgent/m-p/3450190#M828833</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;Yes you can use the fields in the read statement which are not primary key in SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 06:45:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-urgent/m-p/3450190#M828833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T06:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: read table Urgent !!!!!!!!!!!!!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-urgent/m-p/3450191#M828834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what about my second issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 06:47:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-urgent/m-p/3450191#M828834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T06:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: read table Urgent !!!!!!!!!!!!!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-urgent/m-p/3450192#M828835</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;Yes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 06:49:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-urgent/m-p/3450192#M828835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T06:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: read table Urgent !!!!!!!!!!!!!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-urgent/m-p/3450193#M828836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can use fields who r not primary key, but u want to retrieve only those masg type which are of type success , if there are many msg then it can be problem&lt;/P&gt;&lt;P&gt;so put key constraint more .&lt;/P&gt;&lt;P&gt;Means With key, increase the no of keys&lt;/P&gt;&lt;P&gt;U can use index u r sure which index record u wan to retrieve for materil no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards point if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: neetu chhabra on Feb 12, 2008 7:51 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 06:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-urgent/m-p/3450193#M828836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T06:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: read table Urgent !!!!!!!!!!!!!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-urgent/m-p/3450194#M828837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am uploading the data from a flat file so if the call transcation statement gets success it moves on to subrc = 0, and then it updates the material and then after creation all those stuff then the planned order will be in bdcmsgcoll and i pick planned order from bdc msg coll and i need to append both the data, material no whichis been created and the planned order got generated and i will place it in to a internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 06:54:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-urgent/m-p/3450194#M828837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T06:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: read table Urgent !!!!!!!!!!!!!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-urgent/m-p/3450195#M828838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rocky ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      yes you can use non primery key in the read statment , if you are worrieng about the performance of the program then you can use multiple key fields (if you have) in Read statement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although to improve the performance use Binary Search also.&lt;/P&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;Swati..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 06:57:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-urgent/m-p/3450195#M828838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T06:57:50Z</dc:date>
    </item>
  </channel>
</rss>

