<?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: prcessing erros from BAPI_ACC_DOCUMENT_POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740709#M1581786</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The 'error records' (actually, unposted data) are just left where they are. The posting process picks them up and retries them every night until the error is fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(The beauty of this approach is that no manual resubmission is required; retries are automatic.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If these records were files of data, I suppose you could edit them to remove errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;P&gt;Paul Bakker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Apr 2011 06:23:40 GMT</pubDate>
    <dc:creator>paul_bakker2</dc:creator>
    <dc:date>2011-04-13T06:23:40Z</dc:date>
    <item>
      <title>prcessing erros from BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740699#M1581776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a request to write a program to create journal entries. In the past I would use RFBIBL00 and RSBDCSUB and have the user view and process the errors using SM35. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been told that BDC processing is not the way to go anymore and that I should start using the BAPI_ACC_DOCUMENT_POST and BAPI_TRANSACTION_COMMIT processes to create and save the entries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is going to be an automated process where a file will be placed onto a server and a FTP process will pick up the file and send it to SAP for procesing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure how to handle the errors that come from the BAPI processes. I am thinking that I need to write error messages to a log which can be viewed by SLG1 and also create a eror file that could be reprocessed again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;has anyone done this before and if so, could you let me know how you handled the processing of the errors that come from the BAPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 12:20:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740699#M1581776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-11T12:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: prcessing erros from BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740700#M1581777</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;When you r uploading the data using BAPI. If any error occurs,at the tme of uploading BAPI will return the error messages in return parameter. This you need to capture into one internal table. Finally at the end ,this u can transfer it to file as error data or you can display.&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;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 12:29:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740700#M1581777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-11T12:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: prcessing erros from BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740701#M1581778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raghu,&lt;/P&gt;&lt;P&gt;thanks for the quick reply. after the error file is created, how would you process the errors?  would you send the error file  to the user for them to make corrections? after the corrections are made, would you have them process the error file using the program in foreground mode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 12:37:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740701#M1581778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-11T12:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: prcessing erros from BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740702#M1581779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Timothy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do this type of processing I usually create a report to manage the messages returned by the BAPI, similar to SLG1.&lt;/P&gt;&lt;P&gt;Anyway, if you want to display the messages after the BAPI execution, you can use the following MF's:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_LOG_CREATE  - Create log with header data&lt;/P&gt;&lt;P&gt;BAL_LOG_MSG_ADD - Add a message to a log&lt;/P&gt;&lt;P&gt;BAL_DSP_LOG_DISPLAY - Display message in memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally, you can these MF's to define the way that you want the logs to be presented:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DSP_PROFILE_STANDARD_GET - Standard profile (SLG1) for a lot of logs&lt;/P&gt;&lt;P&gt;BAL_DSP_PROFILE_SINGLE_LOG_GET - Standard profile (SLG1) for one log&lt;/P&gt;&lt;P&gt;BAL_DSP_PROFILE_NO_TREE_GET - Display without tree (fullscreen)&lt;/P&gt;&lt;P&gt;BAL_DSP_PROFILE_POPUP_GET - Display without tree (popup)&lt;/P&gt;&lt;P&gt;BAL_DSP_PROFILE_DETLEVEL_GET - Hierarchy by message DETLEVEL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see &lt;A href="http://abap4.tripod.com/download/SAP_Application_Logging.pdf"&gt;this&lt;/A&gt; document to have more details about this subject.&lt;/P&gt;&lt;P&gt;If any aditional informations are needed, feel free to ask.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;João Argêncio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 16:39:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740702#M1581779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-11T16:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: prcessing erros from BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740703#M1581780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;João Argêncio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after you create the report, do you send it to the user? do you also create a file of the error records and send that with the user along with the error report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does the user fix the errors a re-submit the file to be processed in foreground?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 16:52:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740703#M1581780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-11T16:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: prcessing erros from BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740704#M1581781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this type of developments, I have never had sent the file to the user. I save the execution logs with the most descriptive messages possible for the user correct the file.&lt;/P&gt;&lt;P&gt;This should be defined by the user as a development requisite. It all depends on the project specification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Honestly I have never sent anything to the user... In these project it was always defined that the user had to consult the application logs always after the program execution. If a execution is planned via job, every night, there must be the consurn of checking the logs in the next morning. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One again, it depends of what is needed...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;João Argêncio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 16:59:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740704#M1581781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-11T16:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: prcessing erros from BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740705#M1581782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've always thought that this is a big disadvantage of BAPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One solution that you may want to consider is to process the BAPI; if it is successful, great; if it fails, use the input to create a batch input session for the error. This used to be the SAP recommended approach when using CALL TRANSACTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 18:08:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740705#M1581782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-11T18:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: prcessing erros from BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740706#M1581783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that sounds like a good idea. let me pose that to our group and see what the feedback is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 18:27:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740706#M1581783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-11T18:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: prcessing erros from BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740707#M1581784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That approach is so last century :-). We all have to move away from BDC sessions because soon they simply won't work anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our approach is the following:&lt;/P&gt;&lt;P&gt;- a nightly posting program picks up any new/unposted data &amp;amp; massages it into BAPI format&lt;/P&gt;&lt;P&gt;- if the posting is successful, mark the data as 'posted' (eg by writing an entry to a custom table, or by moving a file to a 'processed' directory)&lt;/P&gt;&lt;P&gt;- if the posting is unsuccessful, write a message to the user in the job log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next morning the user examines any errors in the log. Unlike BDC, errors in BAPI accounting doc postings are quite rare, and the error messages are usually informative (typically, a posting period is not open).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user then must take action (eg to open the period) and rerun the posting program. This will pick up all unposted data &amp;amp; try the BAPI again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, the next night the posting program simply retries any unposted data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've been using this approach for the last 6 years with great success. No BDC sessions have been required to get the data posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;Paul Bakker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 23:23:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740707#M1581784</guid>
      <dc:creator>paul_bakker2</dc:creator>
      <dc:date>2011-04-11T23:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: prcessing erros from BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740708#M1581785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just so that I understand, the error records are written to a separate file and that will be used in the next night's run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you ever have a case where you had to make a change to the error file that is going to be used for the next night's run?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 11:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740708#M1581785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-12T11:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: prcessing erros from BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740709#M1581786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The 'error records' (actually, unposted data) are just left where they are. The posting process picks them up and retries them every night until the error is fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(The beauty of this approach is that no manual resubmission is required; retries are automatic.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If these records were files of data, I suppose you could edit them to remove errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;P&gt;Paul Bakker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 06:23:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740709#M1581786</guid>
      <dc:creator>paul_bakker2</dc:creator>
      <dc:date>2011-04-13T06:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: prcessing erros from BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740710#M1581787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the answers to the questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we will use this information to help us discuss how to handle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 11:56:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740710#M1581787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-13T11:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: prcessing erros from BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740711#M1581788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; (The beauty of this approach is that no manual resubmission is required; retries are automatic.)&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But the problem is that if there is a data problem, say an invalid tax code, the problems cannot be fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 13:15:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740711#M1581788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-13T13:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: prcessing erros from BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740712#M1581789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      Did you got the solution for your query? if so what methos you sed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Syerra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 05:49:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740712#M1581789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-26T05:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: prcessing erros from BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740713#M1581790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Syerra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we decided to go with the RFBIBL00 and rsbdcsub. we needed to have the ability for the users to be able to correct the errors in a timely manner. this is being used for the close process and we have a 1 day close. the users are in france and we are in the US so there is a time difference to consider.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 11:45:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740713#M1581790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-26T11:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: prcessing erros from BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740714#M1581791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      I am also using the same BAPI for vendor invoice posting. The user is asking to process the errors of bapi to sm35 so that he can correct the errors. So inorder to implement that do i need to do recording also? and create session ?. The transaction FB60 is not allowing proper recording. That why we started using BAPI.  So please advise us whetehr BAPI records can be passed to SM35 without recording? Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syerra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2011 09:14:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740714#M1581791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-27T09:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: prcessing erros from BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740715#M1581792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was going to do that as well but we decided just to skip the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we were going to record the errors and use RFBIBL00 and rsbdcsub to create FB01 entries using SM35. this way the user could correct the errors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hopes this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2011 11:41:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/prcessing-erros-from-bapi-acc-document-post/m-p/7740715#M1581792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-27T11:41:30Z</dc:date>
    </item>
  </channel>
</rss>

