<?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: F-02 BAPI Multiple Items in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487670#M1556985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As asked by Nabheet ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have entered Products by the following steps--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Settings-&amp;gt;Products-&amp;gt;...of a Customer&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;Bharti Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2010 03:23:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-12-11T03:23:29Z</dc:date>
    <item>
      <title>F-02 BAPI Multiple Items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487640#M1556955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All The GURUS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made a program for F-02 so that multiple documents can be posted by using the BAPI named BAPI_ACC_DOCUMENT_POST.Everything is working fine and I have seen the document posted successfully with the Transaction FB03.But in that I cannot see the 3 fiels namely EBELN, EBELP and WBS Element. But when I post a single document through F-02 I can see all the 3 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly guide me how can I get these 3 fields filled by my program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bharti Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 05:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487640#M1556955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-09T05:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: F-02 BAPI Multiple Items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487641#M1556956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you passing these values while calling the BAPI ? (ACCOUNTGL-PO_NUMBER, ACCOUNTGL-PO_ITEM, ACCOUNTGL-WBS_ELEMENT)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 05:59:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487641#M1556956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-09T05:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: F-02 BAPI Multiple Items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487642#M1556957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data:  W_GLDATA TYPE  BAPIACGL09 ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass your values to the following..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  W_GLDATA-WBS_ELEMENT  "(WBS Element)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  W_GLDATA-PO_NUMBER "Purchasing Document number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   W_GLDATA-PO_ITEM "iItem Number of Purchasing Document&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 06:48:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487642#M1556957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-09T06:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: F-02 BAPI Multiple Items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487643#M1556958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All The GURUS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all thanks for such a prompt response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done all these as suggested by you but I want it in the vendor entry not with the bank entry. It is not coming yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bharti Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 08:43:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487643#M1556958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-09T08:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: F-02 BAPI Multiple Items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487644#M1556959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These fields are not available in Vendor line item structure of BAPI (ACCOUNTPAYABLE).  You may have to use the structure EXTENSION1 to populate these values with the help of BTE RWBAPI01.  Search SCN to get more details about implementation of this BTE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 08:53:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487644#M1556959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-09T08:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: F-02 BAPI Multiple Items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487645#M1556960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First Of All Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain how to use the structure EXTENSION1 in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using F-02 it is working fine and we can see the three fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharti Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 09:59:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487645#M1556960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-09T09:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: F-02 BAPI Multiple Items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487646#M1556961</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 this exit &lt;STRONG&gt;EXIT_SAPLACC4_001&lt;/STRONG&gt;. In the program you populate the Extension1 table and in this exit you populate T_ACCIT with the values from Extension table.&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;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 10:12:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487646#M1556961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-09T10:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: F-02 BAPI Multiple Items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487647#M1556962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for misunderstanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are saying that first I should call the function module EXIT_SAPLACC4_001 by populating the tables T_ACCIT, EXTENSION,RETURN and  T_ACCWT and then call the FM BAPI_ACC_DOCUMENT_POST by passing EXTENSION1 same as EXTENSION or something else is the case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not getting clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharti Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 10:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487647#M1556962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-09T10:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: F-02 BAPI Multiple Items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487648#M1556963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this Wiki Post which explains the use of BTE RWBAPI01 for updating the fields in Line item data passed from BAPI.&lt;/P&gt;&lt;P&gt;[Business Transaction Event - RWBAPI01 - For Accounting Document Interface|http://wiki.sdn.sap.com/wiki/display/ABAP/Business&lt;EM&gt;Transaction&lt;/EM&gt;Event&lt;EM&gt;-&lt;/EM&gt;RWBAPI01&lt;EM&gt;-&lt;/EM&gt;For&lt;EM&gt;Accounting&lt;/EM&gt;Document+Interface.]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 10:49:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487648#M1556963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-09T10:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: F-02 BAPI Multiple Items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487649#M1556964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All The GURUS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for guiding me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are saying that I should first use the function module EXIT_SAPLACC4_001 and prepare EXTENSION table of it and then call the function module BAPI_ACC_DOCUMENT_POST or what else should I do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guide me with a sample code for the same and the steps to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bharti Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 02:59:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487649#M1556964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-10T02:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: F-02 BAPI Multiple Items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487650#M1556965</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;First in your report program populate the EXTENSION1 table. Then implement the exit EXIT_SAPLACC4_001. This exit will be called from the BAPI. In this EXIT you can access the values that you have populated in EXTENSION1 table from the tables parameter EXTENSION. Now populate the table T_ACCIT with the data from EXTENSION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 05:16:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487650#M1556965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-10T05:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: F-02 BAPI Multiple Items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487651#M1556966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ALL GURUS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for prompt replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have populated the EXTENSION1 in my report as follows:-&lt;/P&gt;&lt;P&gt;   MOVE W_ITAB-EBELN TO WA_EXTENSION1-FIELD1.&lt;/P&gt;&lt;P&gt;    MOVE W_ITAB-EBELP TO WA_EXTENSION1-FIELD2.&lt;/P&gt;&lt;P&gt;    MOVE W_ITAB-POSKI TO WA_EXTENSION1-FIELD3.&lt;/P&gt;&lt;P&gt;    APPEND WA_EXTENSION1 TO EXTENSION1.&lt;/P&gt;&lt;P&gt;    CLEAR: WA_EXTENSION1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I have created the function module named Z_INTERFACE_RWBAPI01 and written code-&lt;/P&gt;&lt;P&gt;DATA : WA_EXTENSION TYPE BAPIACEXTC.&lt;/P&gt;&lt;P&gt;  CLEAR: WA_EXTENSION.&lt;/P&gt;&lt;P&gt;  LOOP AT EXTENSION INTO WA_EXTENSION.&lt;/P&gt;&lt;P&gt;    READ TABLE IT_ACCIT WITH KEY EBELN = WA_EXTENSION-FIELD1(10)&lt;/P&gt;&lt;P&gt;                                 EBELP = WA_EXTENSION-FIELD2(5)&lt;/P&gt;&lt;P&gt;                                 PS_PSP_PNR = WA_EXTENSION-FIELD3(8).&lt;/P&gt;&lt;P&gt;    IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;      IT_ACCIT-EBELN = WA_EXTENSION-FIELD1.&lt;/P&gt;&lt;P&gt;      IT_ACCIT-EBELP = WA_EXTENSION-FIELD2.&lt;/P&gt;&lt;P&gt;      IT_ACCIT-PS_PSP_PNR = WA_EXTENSION-FIELD3.&lt;/P&gt;&lt;P&gt;      MODIFY IT_ACCIT INDEX SY-TABIX.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then with the TCODE FIBF I have added  Customer Product as ZFIVOU and then Created a Link between BTE and Product &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then In my program where the BAPI is called I have passed the EXTENSION1 in TABLES&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_ACC_DOCUMENT_POST'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        DOCUMENTHEADER    = DOCHEADER&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        OBJ_TYPE                = OBJ_TYPE&lt;/P&gt;&lt;P&gt;        OBJ_KEY                 = OBJ_KEY&lt;/P&gt;&lt;P&gt;        OBJ_SYS                 = OBJ_SYS&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        ACCOUNTGL         = ACCOUNTGL&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     ACCOUNTRECEIVABLE = CUSTOMER&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        ACCOUNTPAYABLE    = ACCOUNTPAY&lt;/P&gt;&lt;P&gt;        CURRENCYAMOUNT    = CURRAMOUNT&lt;/P&gt;&lt;P&gt;        ACCOUNTWT        = ACCOUNTWT&lt;/P&gt;&lt;P&gt;        EXTENSION1      = EXTENSION1&lt;/P&gt;&lt;P&gt;        RETURN            = RETURN1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now also I am unable to fulfil the requirement. Please provide the detailed steps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 06:29:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487651#M1556966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-10T06:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: F-02 BAPI Multiple Items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487652#M1556967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- Have you debugged while executing BAPI ?&lt;/P&gt;&lt;P&gt;- Is the debug control reaches to the custom Function module attached to the BTE ?&lt;/P&gt;&lt;P&gt;- How the read statement "READ TABLE IT_ACCIT WITH KEY EBELN = WA_EXTENSION-FIELD1(10)" will work when field IT_ACCIT-EBELN itself is blank ? &lt;/P&gt;&lt;P&gt;- Check the sy-subrc after the read statement to check whether the Updation is happening properly.&lt;/P&gt;&lt;P&gt;- See the Wiki post mentioned in the earlier post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 06:46:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487652#M1556967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-10T06:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: F-02 BAPI Multiple Items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487653#M1556968</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;&lt;/P&gt;&lt;P&gt;Thanks Vinod Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have debugged the BAPI completely but how can i know that custom Function module is attached to the BTE .&lt;/P&gt;&lt;P&gt;In IT_ACCIT the 3 fields are empty.What next step should I follow?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bharti Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 08:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487653#M1556968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-10T08:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: F-02 BAPI Multiple Items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487654#M1556969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put an external break-point on the z-function module attached to BTE.  Execute the BAPI and check whether the execution control navigates to the function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 08:48:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487654#M1556969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-10T08:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: F-02 BAPI Multiple Items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487655#M1556970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have put the break points before the BAPI is called and after the BAPI is over and also in the code of FM below shown but the BAPI has not reached to this point  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA : WA_EXTENSION TYPE BAPIACEXTC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR: WA_EXTENSION.&lt;/P&gt;&lt;P&gt;*******************************************BREAK POINT SET HERE ****************************************&lt;/P&gt;&lt;P&gt;  LOOP AT EXTENSION INTO WA_EXTENSION.&lt;/P&gt;&lt;P&gt;    READ TABLE IT_ACCIT WITH KEY EBELN = WA_EXTENSION-FIELD1(10)&lt;/P&gt;&lt;P&gt;                                 EBELP = WA_EXTENSION-FIELD2(5)&lt;/P&gt;&lt;P&gt;                                 PS_PSP_PNR = WA_EXTENSION-FIELD3(8).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;      IT_ACCIT-EBELN = WA_EXTENSION-FIELD1.&lt;/P&gt;&lt;P&gt;      IT_ACCIT-EBELP = WA_EXTENSION-FIELD2.&lt;/P&gt;&lt;P&gt;      IT_ACCIT-PS_PSP_PNR = WA_EXTENSION-FIELD3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      MODIFY IT_ACCIT INDEX SY-TABIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the BAPI is called as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_ACC_DOCUMENT_POST'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        DOCUMENTHEADER    = DOCHEADER&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        OBJ_TYPE                = OBJ_TYPE&lt;/P&gt;&lt;P&gt;        OBJ_KEY                 = OBJ_KEY&lt;/P&gt;&lt;P&gt;        OBJ_SYS                 = OBJ_SYS&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        ACCOUNTGL         = ACCOUNTGL&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     ACCOUNTRECEIVABLE = CUSTOMER&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        ACCOUNTPAYABLE    = ACCOUNTPAY&lt;/P&gt;&lt;P&gt;        CURRENCYAMOUNT    = CURRAMOUNT&lt;/P&gt;&lt;P&gt;        ACCOUNTWT        = ACCOUNTWT&lt;/P&gt;&lt;P&gt;        EXTENSION1      = EXTENSION1&lt;/P&gt;&lt;P&gt;        RETURN            = RETURN1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I passing the parameters correctly . Is it required to again create IT_ACCIT in the FM before the READ TABLE statement outside the loop. What is the thing which I am missing or have I not properly implemented the BTE .&lt;/P&gt;&lt;P&gt;The steps in brief are as follows:-&lt;/P&gt;&lt;P&gt;1. TCODE FIBF (Already in program EXTENSION1 is being populated with the required 3 fields.)&lt;/P&gt;&lt;P&gt;2. Setting-&amp;gt;Products-&amp;gt; ... of a customer Then entered new Entry. PRODUCT(ZFIVOU),TEXT(Voucher Posting) and TICK in checkbox.Then SAVE&lt;/P&gt;&lt;P&gt;3.Settings-&amp;gt;Process Modules-&amp;gt; ... of a customer .Then the entries RWBAPI01,Z_INTERFACE_RWBAPI01,	ZFIVOU in the respective fields. Then Save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have I committed some mistake&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; REgards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bharti Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 09:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487655#M1556970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-10T09:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: F-02 BAPI Multiple Items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487656#M1556971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Settings for BTE seems to be correct. To check the processesing, create a breakpoint on bapi statement &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;perform call_customer_function
            tables extension1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;in line number 59 of bapi BAPI_ACC_DOCUMENT_POST and start with debugging.  If your settings are correct, execution from flow into include "LACC9F10" -&amp;gt; Function module "OPEN_FI_PERFORM_RWBAPI01_P" -&amp;gt; the function module attached to BTE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 09:40:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487656#M1556971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-10T09:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: F-02 BAPI Multiple Items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487657#M1556972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vinod Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have put the break point in the BAPI at&lt;/P&gt;&lt;P&gt; PERFORM call_customer_function&lt;/P&gt;&lt;P&gt;            TABLES extension1. It has gone there and inside it , it has also gone into 'OPEN_FI_PERFORM_RWBAPI01_P'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What else should I check .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharti Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 09:51:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487657#M1556972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-10T09:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: F-02 BAPI Multiple Items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487658#M1556973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can implement the BADI INVOICE_UPDATE. In BAPI pass the extension fields and in this BADI assign it T_ACCIT structure. We have done the same previously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 09:53:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487658#M1556973</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2010-12-10T09:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: F-02 BAPI Multiple Items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487659#M1556974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks For the prompt reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know about BADI implementation as I haven't worked on it. If u have earlier solved the same scenario please guide me the sample code and the steps to do that or else help me in the BTE where I have missed something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bharti Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 10:33:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-02-bapi-multiple-items/m-p/7487659#M1556974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-10T10:33:18Z</dc:date>
    </item>
  </channel>
</rss>

