<?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: FI Reverse Document BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fi-reverse-document-bapi/m-p/1065819#M93228</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;Actually you need to pass only OBJ_TYPE (AWTYP) and OBJ_KEY_R in REVERSAL structure. You dont have to pass OBJ_KEY when you call these BAPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJ_KEY_R is the reference (AWKEY) of the document that you want to reverse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They will give you back the OBJ_KEY in EXPORTING Parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About reversal reason, try passing just OBJ_TYPE and OBJ_KEY_R and see whether it populates properly then..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Pinnamaneni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Dec 2005 15:00:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-02T15:00:41Z</dc:date>
    <item>
      <title>FI Reverse Document BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fi-reverse-document-bapi/m-p/1065818#M93227</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;I'm reversing FI documents using BAPI_ACC_GL_POSTING_REV_POST and BAPI_ACC_DOCUMENT_REV_POST, however I'm confused about how this works in comparison to manually reversing a document via FB08.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling the BAPI from within the same system that the FI documents are posted in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got two queries:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When using FB08 the reversal reason is updated in the document I am reversing. When using BAPI the reason is being updated in the reversal document instead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. When using FB08 the reversal document is created and the Reference Key automatically contains its own FI number. But when using the BAPI I have to pass the OBJ_KEY of the reversal document - how would I know what that would be before the BAPI has created the reversal document??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 14:50:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fi-reverse-document-bapi/m-p/1065818#M93227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T14:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: FI Reverse Document BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fi-reverse-document-bapi/m-p/1065819#M93228</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;Actually you need to pass only OBJ_TYPE (AWTYP) and OBJ_KEY_R in REVERSAL structure. You dont have to pass OBJ_KEY when you call these BAPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJ_KEY_R is the reference (AWKEY) of the document that you want to reverse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They will give you back the OBJ_KEY in EXPORTING Parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About reversal reason, try passing just OBJ_TYPE and OBJ_KEY_R and see whether it populates properly then..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Pinnamaneni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 15:00:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fi-reverse-document-bapi/m-p/1065819#M93228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T15:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: FI Reverse Document BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fi-reverse-document-bapi/m-p/1065820#M93229</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;If there is no special strict requirement to use BAPI for FI documents reversal, you can use CALL_FB08 - standard FM with clear interface and all necessary checks before internal CALL TRANSACTION 'FB08', thus ensuring the same behavior during on-line on program reversal.&lt;/P&gt;&lt;P&gt;If you need to reverse FI document from outside system - just wrap CALL_FB08 into RFC-enabled FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maxim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2005 03:03:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fi-reverse-document-bapi/m-p/1065820#M93229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-05T03:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: FI Reverse Document BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fi-reverse-document-bapi/m-p/1065821#M93230</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;Submit the Program RFBIBL00(Batch Input Program) with negative values to Reverse the Document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2005 06:01:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fi-reverse-document-bapi/m-p/1065821#M93230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-05T06:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: FI Reverse Document BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fi-reverse-document-bapi/m-p/1065822#M93231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srikanth: I original tried omitting the OBJ_KEY however both BAPIs give error error RW 101 ('FI/CO interface: Reference key is not filled'). It seems that unless i specify a pretend OBJ_KEY the BAPI won't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maxim &amp;amp; Ramesh: I am replacing a program that creates FB08 batch sessions using RFBIBL00. We want to reduce the number of batch sessions in error that our users have to correct in SM35. I will have a look at CALL_FB08 though, I am not a fan of Call Transaction however at least this is done inside the FM!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2005 11:37:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fi-reverse-document-bapi/m-p/1065822#M93231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-05T11:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: FI Reverse Document BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fi-reverse-document-bapi/m-p/1065823#M93232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use the following function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; TB_FI_DOCUMENT_REVERSE&lt;/P&gt;&lt;P&gt;  COMPANYCODE                     1000&lt;/P&gt;&lt;P&gt;  DOCUMENT                        700000062&lt;/P&gt;&lt;P&gt;  YEAR                            2007&lt;/P&gt;&lt;P&gt;  REASON_FOR_REVERSAL             01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Khusro Habib&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 11:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fi-reverse-document-bapi/m-p/1065823#M93232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T11:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: FI Reverse Document BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fi-reverse-document-bapi/m-p/1065824#M93233</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;I have a similar requirement. Can you tell me what is the value i need to pass for fields OBJ_TYPE ( AWTYP) OBJ_key &amp;amp; OBJ_sys.&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;Subbu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 05:33:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fi-reverse-document-bapi/m-p/1065824#M93233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T05:33:17Z</dc:date>
    </item>
  </channel>
</rss>

