<?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: 'BAPI_BOM_UPLOAD_SAVE' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bom-upload-save/m-p/1343909#M173654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pawan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the following:&lt;/P&gt;&lt;P&gt;1a. Fill IS_MAST structure and assign the OPERATION field with a value:&lt;/P&gt;&lt;P&gt;003 = Message contains removing items&lt;/P&gt;&lt;P&gt;004 = Message contains changes&lt;/P&gt;&lt;P&gt;005 = Message replaces previous message&lt;/P&gt;&lt;P&gt;009 = First message of operation&lt;/P&gt;&lt;P&gt;018 = Retransmit&lt;/P&gt;&lt;P&gt;023 = Wait: Data may not be read&lt;/P&gt;&lt;P&gt;1b. OR Fill IS_STZU structure and assign OPERATION field (see under 1a).&lt;/P&gt;&lt;P&gt;2. Fill the tables IT_STKO, IT_STPO and IT_STAS as per your requirements.&lt;/P&gt;&lt;P&gt;3. Do the CALL (CALL FUNCTION 'BAPI_BOM_UPLOAD_SAVE')&lt;/P&gt;&lt;P&gt;4. Check the ES_RETURN table for errors TYPE = 'A' or 'E'.&lt;/P&gt;&lt;P&gt;5. If NO ERRORS commit your work (command = COMMIT WORK AND WAIT).&lt;/P&gt;&lt;P&gt;6. If ERRORS rollback your work (command = ROLLBACK WORK).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you a bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Jun 2006 14:05:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-10T14:05:10Z</dc:date>
    <item>
      <title>'BAPI_BOM_UPLOAD_SAVE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bom-upload-save/m-p/1343908#M173653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can i use &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_BOM_UPLOAD_SAVE'&lt;/P&gt;&lt;P&gt;                      EXPORTING&lt;/P&gt;&lt;P&gt;                        IS_MAST         =&lt;/P&gt;&lt;P&gt;                        IS_STZU         =&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                    IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                      ES_RETURN       =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                      TABLES&lt;/P&gt;&lt;P&gt;                        IT_STKO         =&lt;/P&gt;&lt;P&gt;                        IT_STPO         =&lt;/P&gt;&lt;P&gt;                        IT_STAS         =&lt;/P&gt;&lt;P&gt;                              .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as i am new for bapi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jun 2006 04:17:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bom-upload-save/m-p/1343908#M173653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-10T04:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: 'BAPI_BOM_UPLOAD_SAVE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bom-upload-save/m-p/1343909#M173654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pawan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the following:&lt;/P&gt;&lt;P&gt;1a. Fill IS_MAST structure and assign the OPERATION field with a value:&lt;/P&gt;&lt;P&gt;003 = Message contains removing items&lt;/P&gt;&lt;P&gt;004 = Message contains changes&lt;/P&gt;&lt;P&gt;005 = Message replaces previous message&lt;/P&gt;&lt;P&gt;009 = First message of operation&lt;/P&gt;&lt;P&gt;018 = Retransmit&lt;/P&gt;&lt;P&gt;023 = Wait: Data may not be read&lt;/P&gt;&lt;P&gt;1b. OR Fill IS_STZU structure and assign OPERATION field (see under 1a).&lt;/P&gt;&lt;P&gt;2. Fill the tables IT_STKO, IT_STPO and IT_STAS as per your requirements.&lt;/P&gt;&lt;P&gt;3. Do the CALL (CALL FUNCTION 'BAPI_BOM_UPLOAD_SAVE')&lt;/P&gt;&lt;P&gt;4. Check the ES_RETURN table for errors TYPE = 'A' or 'E'.&lt;/P&gt;&lt;P&gt;5. If NO ERRORS commit your work (command = COMMIT WORK AND WAIT).&lt;/P&gt;&lt;P&gt;6. If ERRORS rollback your work (command = ROLLBACK WORK).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you a bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jun 2006 14:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bom-upload-save/m-p/1343909#M173654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-10T14:05:10Z</dc:date>
    </item>
  </channel>
</rss>

