<?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: User exit for BAPI_ACC_DOCUMENT_POST..? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690967#M622525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2007 21:47:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-09T21:47:25Z</dc:date>
    <item>
      <title>User exit for BAPI_ACC_DOCUMENT_POST..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690957#M622515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any user exit for BAPI_ACC_DOCUMENT_POST...&lt;/P&gt;&lt;P&gt;Please suggest...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers: Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 16:13:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690957#M622515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T16:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for BAPI_ACC_DOCUMENT_POST..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690958#M622516</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 use Business Add-in IF_EX_ACC_DOCUMENT and can use method CHANGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 16:32:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690958#M622516</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-08-09T16:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for BAPI_ACC_DOCUMENT_POST..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690959#M622517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the reply...&lt;/P&gt;&lt;P&gt;How can i enhance this BAPI to include custom fields..I mean using the EXTENSION parameter...Can we do it through BTE...&lt;/P&gt;&lt;P&gt;Please help its really URGENT..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 16:39:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690959#M622517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T16:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for BAPI_ACC_DOCUMENT_POST..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690960#M622518</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;In this fm BTE is available for customer exit EXTENSION1 and not for EXTENSION2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you check documentation it clearly says that you need to use BADI for custom field extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is documentation &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Description&lt;/P&gt;&lt;P&gt;This enhancement structure can be used to transfer additional fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are four fields available for each data record (VALUEPART1 - 4), which each contain 240 characters. A defined ABAP dictionary structure can be transferred in the field STRUCTURE, on the basis of which the field contents are read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The accounting document can be supplemented and changed in an implemented BAdI ( ACC_DOCUMENT) before the active accounting component is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default&lt;/P&gt;&lt;P&gt;The class CL_EXM_IM_ACC_DOCUMENT is available as example implementation. Here, for each data record of the parameter that is transferred the ABAP dictionary structure is checked and the content of the fields VALUEPART1 to -4 is set in the structure. If the structure that is transferred contains a field POSNR, the associated lines of the accounting document are updated using the contents of the enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 16:50:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690960#M622518</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-08-09T16:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for BAPI_ACC_DOCUMENT_POST..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690961#M622519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Buddy...&lt;/P&gt;&lt;P&gt;How shud i implement it then...can u please provide me the detail steps...i have no idea about BADI or BTE...&lt;/P&gt;&lt;P&gt;Please help....My manager wants something immediately...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 16:55:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690961#M622519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T16:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for BAPI_ACC_DOCUMENT_POST..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690962#M622520</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 these threads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to implement BADI&lt;/P&gt;&lt;P&gt;/people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Related BADI implementation thread&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="3358462"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and here sample code i have done to how to populate EXTENSION2. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA : HelpExt TYPE ZACCIT.
REFRESH INTBL_EXTENSION2. REFRESH INTBL_EXTENSION2.
CLEAR WA_EXTENSION2. CLEAR WA_EXTENSION2.
CLEAR HelpExt. CLEAR HelpExt.
HelpExt-posnr = '0000000002'. HelpExt-posnr ='0000000002 '.
IF NOT P_AVANS IS INITIAL. IF NOT P_AVANS IS INITIAL. "" &amp;amp;#1080;&amp;amp;#1085;&amp;amp;#1076;&amp;amp;#1080;&amp;amp;#1082;&amp;amp;#1072;&amp;amp;#1090;&amp;amp;#1086;&amp;amp;#1088; &amp;amp;#1072;&amp;amp;#1074;&amp;amp;#1072;&amp;amp;#1085;&amp;amp;#1089;&amp;amp;#1086;&amp;amp;#1074;&amp;amp;#1099;&amp;amp;#1081; &amp;amp;#1087;&amp;amp;#1083;&amp;amp;#1072;&amp;amp;#1090;&amp;amp;#1077;&amp;amp;#1078; "" indicator down payment
*&amp;amp;#1072;&amp;amp;#1074;&amp;amp;#1072;&amp;amp;#1085;&amp;amp;#1089; * advance
HelpExt-BSCHL = '29'. HelpExt-BSCHL ='29 '.
ELSE. ELSE.
*&amp;amp;#1085;&amp;amp;#1077;&amp;amp;#1072;&amp;amp;#1074;&amp;amp;#1072;&amp;amp;#1085;&amp;amp;#1089; * neavans
HelpExt-BSCHL = '25'. HelpExt-BSCHL ='25 '.
ENDIF. ENDIF.
HelpExt-UMSKZ = P_SP_GL. HelpExt-UMSKZ = P_SP_GL.
CLEAR WA_EXTENSION2. CLEAR WA_EXTENSION2.
WA_EXTENSION2-STRUCTURE = 'ZACCIT'. WA_EXTENSION2-STRUCTURE = 'ZACCIT'.
WA_EXTENSION2-VALUEPART1+0(10) = HelpExt-posnr. WA_EXTENSION2-VALUEPART1 0 (10) = HelpExt-posnr.
WA_EXTENSION2-VALUEPART1+10(1) = HelpExt-UMSKZ. WA_EXTENSION2-VALUEPART1 10 (1) = HelpExt-UMSKZ.
WA_EXTENSION2-VALUEPART1+11(2) = HelpExt-BSCHL. WA_EXTENSION2-VALUEPART1 11 (2) = HelpExt-BSCHL.
APPEND WA_EXTENSION2 TO INTBL_EXTENSION2. APPEND WA_EXTENSION2 TO INTBL_EXTENSION2. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 17:06:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690962#M622520</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-08-09T17:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for BAPI_ACC_DOCUMENT_POST..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690963#M622521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;P&gt;But What steps shoud i follow....&lt;/P&gt;&lt;P&gt;I have to do it right now and submit...&lt;/P&gt;&lt;P&gt;if i double click on change method it doesnt let me edit it...&lt;/P&gt;&lt;P&gt;What shud  i do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 18:00:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690963#M622521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T18:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for BAPI_ACC_DOCUMENT_POST..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690964#M622522</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 use the transaction SE18 to define a new BAdI definition which may be implemented by other developers later. It is not so challenging. Here is the roadmap:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A. BAdI Definition&lt;/P&gt;&lt;P&gt;1. SE18&lt;/P&gt;&lt;P&gt;2. Enter the name for the BAdI to be created in customer namespace and press "Create".&lt;/P&gt;&lt;P&gt;3. Enter a definition for your BAdI and on the interface tab enter a name for the BAdI interface. SAP proposes a name and it is pretty good. Meanwhile a BAdI class is also created which is not in our concern.&lt;/P&gt;&lt;P&gt;e.g for "ZTEST", SAP proposes "ZIF_EX_TEST" for the interface and "ZCL_EX_TEST" for the class.&lt;/P&gt;&lt;P&gt;4. Save your BAdI.&lt;/P&gt;&lt;P&gt;5. Double-click on the interface name. It will pass to a Class Builder session to make you implement your interface. If you are not familiar to the Class Builder; it's a bit like Function Builder and it will be easy to discover its procedure.&lt;/P&gt;&lt;P&gt;6. Save and activate your interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B. Calling your BAdI from an application program&lt;/P&gt;&lt;P&gt;1. Declare a reference variable with reference to the Business Add-In interface.&lt;/P&gt;&lt;P&gt;e.g. DATA exit_ref TYPE REF TO zif_ex_test.&lt;/P&gt;&lt;P&gt;2. Call the static method GET_INSTANCE of the service class CL_EXITHANDLER. This returns an instance of the required object.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;CALL METHOD CL_EXITHANDLER=&amp;gt;GET_INSTANCE&lt;/P&gt;&lt;P&gt;CHANGING instance = exit_ref .&lt;/P&gt;&lt;P&gt;3. After those two steps, you can now call all of the methods of the BAdI where it is required in your program. Make sure you specify the method interfaces correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C. BAdI Implementations&lt;/P&gt;&lt;P&gt;1. SE19&lt;/P&gt;&lt;P&gt;2. Enter the name for the BAdI implementation to be created in customer namespace and press "Create".&lt;/P&gt;&lt;P&gt;3. It will request the BAdI definition name to which this implementation will be tied.&lt;/P&gt;&lt;P&gt;4. Enter a definition for your implementation and on the interface tab enter a name for the implementing class. Again SAP proposes a name and it is pretty good.&lt;/P&gt;&lt;P&gt;e.g for "ZIMPTEST", SAP proposes "ZCL_IM_IMPTEST".&lt;/P&gt;&lt;P&gt;5. Save your implementation.&lt;/P&gt;&lt;P&gt;6. To implement a method, just double-click on the method name and you will be taken to the Class Builder to write the code for it. Here you redefine the BAdI interface methods.&lt;/P&gt;&lt;P&gt;7. You must activate your implementation to make it executable. You can only activate or deactivate an implementation in its original system without modification. The activation or deactivation must be transported into subsequent systems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this one will help you to implement BADI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&lt;/P&gt;&lt;P&gt;I am not near to my system, so i could not able give you the code &lt;/P&gt;&lt;P&gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 18:13:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690964#M622522</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-08-09T18:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for BAPI_ACC_DOCUMENT_POST..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690965#M622523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these user exits out&lt;/P&gt;&lt;P&gt;                                                                                Exit Name           Description                                                                                &lt;/P&gt;&lt;P&gt;F050S001            FIDCMT, FIDCC1, FIDCC2: Edit user-defined IDoc segment                      &lt;/P&gt;&lt;P&gt; F050S002            FIDCC1: Change IDoc/do not send                                             &lt;/P&gt;&lt;P&gt; F050S003            FIDCC2: Change IDoc/do not send                                             &lt;/P&gt;&lt;P&gt; F050S004            FIDCMT, FIDCC1, FIDCC2: Change outbound IDoc/do not send                    &lt;/P&gt;&lt;P&gt; F050S005            FIDCMT, FIDCC1, FIDCC2 Inbound IDoc: Change FI document                     &lt;/P&gt;&lt;P&gt; F050S006            FI Outgoing IDoc: Reset Clearing in FI Document                             &lt;/P&gt;&lt;P&gt; F050S007            FIDCCH Outbound: Influence on IDoc for Document Change                      &lt;/P&gt;&lt;P&gt; F180A001            Balance Sheet Adjustment                                                    &lt;/P&gt;&lt;P&gt; FARC0002            Additional Checks for Archiving MM Vendor Master Data                       &lt;/P&gt;&lt;P&gt; RFAVIS01            Customer Exit for Changing Payment Advice Segment Text                      &lt;/P&gt;&lt;P&gt; RFEPOS00            Line item display: Checking of selection conditions                         &lt;/P&gt;&lt;P&gt; RFKORIEX            Automatic correspondence                                                    &lt;/P&gt;&lt;P&gt; SAPLF051            Workflow for FI (pre-capture, release for payment)                          &lt;/P&gt;&lt;P&gt; FEDI0001            Function exits for EDI in FI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 18:19:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690965#M622523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T18:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for BAPI_ACC_DOCUMENT_POST..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690966#M622524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Thanks for the reply...but still i am strugling here...&lt;/P&gt;&lt;P&gt;In BAPI_ACC_DOCUMENT_POST there is PERFORM call_badi TABLES extension2.&lt;/P&gt;&lt;P&gt;once i double click on this it takes me to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD g_exit-&amp;gt;change&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      flt_val      = gs_aw-awtyp&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      c_acchd      = ls_acchd&lt;/P&gt;&lt;P&gt;      c_accit      = it_accit&lt;/P&gt;&lt;P&gt;      c_acccr      = it_acccr&lt;/P&gt;&lt;P&gt;      c_accwt      = it_accwt&lt;/P&gt;&lt;P&gt;      c_acctx      = it_acctx&lt;/P&gt;&lt;P&gt;      c_extension2 = p_extension[]&lt;/P&gt;&lt;P&gt;      c_return     = lt_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once i double click on change it shows a window with two radio buttons definition and implementation....if  i choose implementation it takes me to piece of code which is like &lt;/P&gt;&lt;P&gt;method IF_EX_ACC_DOCUMENT~CHANGE....&lt;/P&gt;&lt;P&gt;i cannot change the code here...SAP doesnt allow me....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also how can i link this &lt;/P&gt;&lt;P&gt;CALL METHOD g_exit-&amp;gt;change to my own class...so that once i double click on this it takes to my custom class in which i am writing code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Sam williams&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 19:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690966#M622524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T19:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for BAPI_ACC_DOCUMENT_POST..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690967#M622525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 21:47:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-bapi-acc-document-post/m-p/2690967#M622525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T21:47:25Z</dc:date>
    </item>
  </channel>
</rss>

