<?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 help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-help/m-p/987551#M73336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;by passing the following values i can use that.&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          ORDER_HEADER_IN    = H_RTAB00_HEADER&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          SALESDOCUMENT      = WRK_L_VBELN&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          RETURN             = TTAB01_L_RETURN&lt;/P&gt;&lt;P&gt;          ORDER_ITEMS_IN     = TTAB02_L_ITEM_IN&lt;/P&gt;&lt;P&gt;          ORDER_PARTNERS     = TTAB04_L_PARTNER&lt;/P&gt;&lt;P&gt;          ORDER_SCHEDULES_IN = TTAB03_L_SCHED_IN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addtion u need to do commit work externally after the execution of this fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information, u just go thru the function module documention in SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Sep 2005 06:23:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-16T06:23:50Z</dc:date>
    <item>
      <title>Bapi help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-help/m-p/987550#M73335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;i am new to bapi. And i have to code for that too..&lt;/P&gt;&lt;P&gt;i have to use BAPI "BAPI_SALESORDER_CREATEFROMDAT2". cananyone send me the code for this BAPI. i.e. what are the parameters to pass and what all code is reuqiered..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help as its very important for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2005 06:15:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-help/m-p/987550#M73335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-16T06:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-help/m-p/987551#M73336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;by passing the following values i can use that.&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          ORDER_HEADER_IN    = H_RTAB00_HEADER&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          SALESDOCUMENT      = WRK_L_VBELN&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          RETURN             = TTAB01_L_RETURN&lt;/P&gt;&lt;P&gt;          ORDER_ITEMS_IN     = TTAB02_L_ITEM_IN&lt;/P&gt;&lt;P&gt;          ORDER_PARTNERS     = TTAB04_L_PARTNER&lt;/P&gt;&lt;P&gt;          ORDER_SCHEDULES_IN = TTAB03_L_SCHED_IN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addtion u need to do commit work externally after the execution of this fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information, u just go thru the function module documention in SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2005 06:23:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-help/m-p/987551#M73336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-16T06:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-help/m-p/987552#M73337</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;check the program  L2032U12, it's using BAPI_SALESORDER_CREATEFROMDAT2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will helpful for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2005 06:25:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-help/m-p/987552#M73337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-16T06:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-help/m-p/987553#M73338</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;You can refer the FunctionModule documentation.It is avaialble in English.Refer to OSS 93091.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you used Where-Used_list for that Fucntion Module,you can find lot of sample programs using the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Jayanthi Jayaraman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2005 06:48:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-help/m-p/987553#M73338</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-09-16T06:48:58Z</dc:date>
    </item>
  </channel>
</rss>

