<?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 Transactional data posting with FB01 using BAPI....... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transactional-data-posting-with-fb01-using-bapi/m-p/2703821#M626267</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;     Currently iam doing data upload for FB01 using BAPI_ACC_DOCUMENT_POST. My problem is iam able to transfer the data to the BAPI and the data is posting, but at the program level it is asking for the OBJ_KEY OBJ_TYPE and OBJ_SYS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if i enter data in the OBJ_KEY OBJ_TYPE and OBJ_SYS of the header. Internally it is generating other new Object key(Document number). But at importing parametrs of FM in the program iam getting the Object key which i have given in the header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam using 4.7 patch 28. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i do the same thing in 4.7 patch 20 it did not ask any OBJ_KEY OBJ_TYPE and OBJ_SYS the system is generating these things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go thru the probelm and do the needful. Its urgent.&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;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Aug 2007 03:52:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-10T03:52:06Z</dc:date>
    <item>
      <title>Transactional data posting with FB01 using BAPI.......</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transactional-data-posting-with-fb01-using-bapi/m-p/2703821#M626267</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;     Currently iam doing data upload for FB01 using BAPI_ACC_DOCUMENT_POST. My problem is iam able to transfer the data to the BAPI and the data is posting, but at the program level it is asking for the OBJ_KEY OBJ_TYPE and OBJ_SYS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if i enter data in the OBJ_KEY OBJ_TYPE and OBJ_SYS of the header. Internally it is generating other new Object key(Document number). But at importing parametrs of FM in the program iam getting the Object key which i have given in the header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam using 4.7 patch 28. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i do the same thing in 4.7 patch 20 it did not ask any OBJ_KEY OBJ_TYPE and OBJ_SYS the system is generating these things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go thru the probelm and do the needful. Its urgent.&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;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 03:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transactional-data-posting-with-fb01-using-bapi/m-p/2703821#M626267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T03:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Transactional data posting with FB01 using BAPI.......</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transactional-data-posting-with-fb01-using-bapi/m-p/2703822#M626268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this after the BAPI Call:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF t_belnr OCCURS 0.&lt;/P&gt;&lt;P&gt;        INCLUDE STRUCTURE rf048_d.&lt;/P&gt;&lt;P&gt;DATA : END OF t_belnr.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        move the object key to the fi doc parameter&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          CALL FUNCTION 'FI_ACCBELNR_GET'&lt;/P&gt;&lt;P&gt;            TABLES&lt;/P&gt;&lt;P&gt;              t_belnr = t_belnr.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;          CLEAR t_belnr.&lt;/P&gt;&lt;P&gt;          READ TABLE t_belnr INDEX 1.&lt;/P&gt;&lt;P&gt;          write : / t_belnr-belnr_e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2774615"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Karthikeyan Pandurangan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 04:01:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transactional-data-posting-with-fb01-using-bapi/m-p/2703822#M626268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T04:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Transactional data posting with FB01 using BAPI.......</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transactional-data-posting-with-fb01-using-bapi/m-p/2703823#M626269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthikeyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have generated a document number using NUMBER_GET_NEXT function module and Iam linking this Doc num with Company code and Fiscal year and generating an object key. Iam passing this Object key to header information. and created a 'ZAAA' object key in ttyp with FM as FI_DOCUMENT_SENDER and STRUC as blank and I am passing object key in document header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But internally the BAPI is generating a new document number and posting it. and the document number i have passed is wasted. In the import parameters it is giving the Obj key which i have passed at header level. What should be done to retrive the object key that system has generated.&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 Aug 2007 06:21:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transactional-data-posting-with-fb01-using-bapi/m-p/2703823#M626269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T06:21:58Z</dc:date>
    </item>
  </channel>
</rss>

