<?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: FB70 Error in BDC SESSION. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb70-error-in-bdc-session/m-p/2819456#M659430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FB70 is an entry point to SAPMF05A - this handles all manner of documents that relate to finance processing, so I consider them FI documents...  Yes, one side of the document ends up against a customer, but the documents created are stored in BKPF, BSEG and all their friends and customer and vendor postings still also hit the relevant reconcilation accounts.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In BAPI_ACC_DOCUMENT_POST you will see tables for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*"  TABLES
*"      ACCOUNTGL STRUCTURE  BAPIACGL09 OPTIONAL
*"      ACCOUNTRECEIVABLE STRUCTURE  BAPIACAR09 OPTIONAL
*"      ACCOUNTPAYABLE STRUCTURE  BAPIACAP09 OPTIONAL&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;which is where you separate out the different line types for the BAPI call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Oct 2007 00:33:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-02T00:33:07Z</dc:date>
    <item>
      <title>FB70 Error in BDC SESSION.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb70-error-in-bdc-session/m-p/2819452#M659426</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 using BDC Session method to post customer invoice by using Tcode FB70.&lt;/P&gt;&lt;P&gt;I have to schdule this session in background.&lt;/P&gt;&lt;P&gt;I read some posts in forums saying that, FB70(Enjoy Transaction) Won't support BDC SESSION in background scheduling.&lt;/P&gt;&lt;P&gt;If it is true, Then what is the other suitable method.&lt;/P&gt;&lt;P&gt;I checked some BAPIs like, BAPI_ACC_DOCUMENT_POST and BAPI_INCOMING_INVOICE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But some of my required fields are not available in those BAPIs.&lt;/P&gt;&lt;P&gt;Here are my required fields.&lt;/P&gt;&lt;P&gt;        Header_text(18)      TYPE c,        "Invoice No&lt;/P&gt;&lt;P&gt;         altkn(17)                 TYPE c,         "Cust No&lt;/P&gt;&lt;P&gt;         bldat(8)                   TYPE c,          "Invoice Date&lt;/P&gt;&lt;P&gt;         wrbtr(13)                 TYPE c,          "Gross Amount&lt;/P&gt;&lt;P&gt;         s_amt(13)                TYPE c,          "Sales Amount&lt;/P&gt;&lt;P&gt;         sgtxt(40)                  TYPE c,          "Customer Order No&lt;/P&gt;&lt;P&gt;         gl_acc(10)                TYPE c,         "Group&lt;/P&gt;&lt;P&gt;         zterm(8)                   TYPE c,          "Pay Terms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please help in find some solution to my problem.It's very urgent for me.&lt;/P&gt;&lt;P&gt;If possible send me some sample code.&lt;/P&gt;&lt;P&gt;Thanks in Advance!!&lt;/P&gt;&lt;P&gt;I will reward points for the useful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 03:56:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb70-error-in-bdc-session/m-p/2819452#M659426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T03:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: FB70 Error in BDC SESSION.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb70-error-in-bdc-session/m-p/2819453#M659427</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;Are you reading the file from presentation server.....??? In that case it wont run in background mode. You will have to use &amp;lt;b&amp;gt;Open dataset and read dataset&amp;lt;/b&amp;gt; statements , after loading the file to application server. &lt;/P&gt;&lt;P&gt;It might work then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Hope this is helpful, Do reward.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 07:19:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb70-error-in-bdc-session/m-p/2819453#M659427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T07:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: FB70 Error in BDC SESSION.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb70-error-in-bdc-session/m-p/2819454#M659428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the description you give, you may find transaction FB01 is suitable for your needs - it can be used to post almost any type of FI document so long as you know your debits and credits, and posting keys and GL accounts etc.  So create a recording with SHDB for this transaction to create the type of document you need... but are you sure the BAPI_ACC_DOCUMENT_POST isn't sufficient - the fields will have different names and the customer lines and GL lines will need to go into different internal tables, but it should work too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 07:31:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb70-error-in-bdc-session/m-p/2819454#M659428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T07:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: FB70 Error in BDC SESSION.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb70-error-in-bdc-session/m-p/2819455#M659429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jonathan,&lt;/P&gt;&lt;P&gt;    It is not a FI Document. It is customer invoice(FB70). I have to read data from Application server. So is this BAPI (BAPI_ACC_DOCUMENT_POST)serves my purpose??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 08:47:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb70-error-in-bdc-session/m-p/2819455#M659429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T08:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: FB70 Error in BDC SESSION.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb70-error-in-bdc-session/m-p/2819456#M659430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FB70 is an entry point to SAPMF05A - this handles all manner of documents that relate to finance processing, so I consider them FI documents...  Yes, one side of the document ends up against a customer, but the documents created are stored in BKPF, BSEG and all their friends and customer and vendor postings still also hit the relevant reconcilation accounts.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In BAPI_ACC_DOCUMENT_POST you will see tables for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*"  TABLES
*"      ACCOUNTGL STRUCTURE  BAPIACGL09 OPTIONAL
*"      ACCOUNTRECEIVABLE STRUCTURE  BAPIACAR09 OPTIONAL
*"      ACCOUNTPAYABLE STRUCTURE  BAPIACAP09 OPTIONAL&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;which is where you separate out the different line types for the BAPI call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2007 00:33:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb70-error-in-bdc-session/m-p/2819456#M659430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-02T00:33:07Z</dc:date>
    </item>
  </channel>
</rss>

