<?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: BAPI_ACC_INVOICE_RECEIPT_POST with bschl in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-invoice-receipt-post-with-bschl/m-p/3370406#M808997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know how to create an invoice but don't know how to set parameter bschl (it has value 31 or 50 in bkpf-bschl)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Feb 2008 15:02:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-07T15:02:55Z</dc:date>
    <item>
      <title>BAPI_ACC_INVOICE_RECEIPT_POST with bschl</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-invoice-receipt-post-with-bschl/m-p/3370404#M808995</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;How to create an invoice by FM BAPI with parameter Posting key?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 14:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-invoice-receipt-post-with-bschl/m-p/3370404#M808995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T14:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_INVOICE_RECEIPT_POST with bschl</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-invoice-receipt-post-with-bschl/m-p/3370405#M808996</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;hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_ACC_GL_POSTING_CHECK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'BAPI_ACC_GL_POSTING_CHECK'
EXPORTING
documentheader = w_documentheader
TABLES
accountgl = it_accountgl
currencyamount = it_currencyamount
return = it_return.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Populate the corresponding tables with the data you have.&lt;/P&gt;&lt;P&gt;For the Date do convert it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PERFORM convert_date USING it_header-bldat
CHANGING w_documentheader-doc_date.
 
w_documentheader-comp_code = 'z998'
w_documentheader-doc_type = 'SA'
"and fill the respective tables this way .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;BAPI_ACC_GL_POSTING_POST&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
call function 'BAPI_ACC_GL_POSTING_POST'
exporting
documentheader = doc_header
IMPORTING
OBJ_TYPE = l_objtype
* OBJ_KEY =
* OBJ_SYS =
tables
accountgl = t_accountgl
currencyamount = t_curramt
return = t_return
* EXTENSION1 =
.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 7, 2008 9:51 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 14:49:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-invoice-receipt-post-with-bschl/m-p/3370405#M808996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T14:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_INVOICE_RECEIPT_POST with bschl</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-invoice-receipt-post-with-bschl/m-p/3370406#M808997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know how to create an invoice but don't know how to set parameter bschl (it has value 31 or 50 in bkpf-bschl)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 15:02:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-invoice-receipt-post-with-bschl/m-p/3370406#M808997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T15:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_INVOICE_RECEIPT_POST with bschl</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-invoice-receipt-post-with-bschl/m-p/3370407#M808998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://translate.google.com/translate?hl=en&amp;amp;sl=zh-CN&amp;amp;u=http://silverw0396.javaeye.com/blog/90485&amp;amp;sa=X&amp;amp;oi=translate&amp;amp;resnum=10&amp;amp;ct=result&amp;amp;prev=/search%3Fq%3DBAPI_ACC_INVOICE_RECEIPT_POST,ABAP%26hl%3Den%26sa%3DG" target="test_blank"&gt;http://translate.google.com/translate?hl=en&amp;amp;sl=zh-CN&amp;amp;u=http://silverw0396.javaeye.com/blog/90485&amp;amp;sa=X&amp;amp;oi=translate&amp;amp;resnum=10&amp;amp;ct=result&amp;amp;prev=/search%3Fq%3DBAPI_ACC_INVOICE_RECEIPT_POST,ABAP%26hl%3Den%26sa%3DG&lt;/A&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 15:07:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-invoice-receipt-post-with-bschl/m-p/3370407#M808998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T15:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_INVOICE_RECEIPT_POST with bschl</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-invoice-receipt-post-with-bschl/m-p/3370408#M808999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was in extensions module&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 14:57:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-invoice-receipt-post-with-bschl/m-p/3370408#M808999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T14:57:48Z</dc:date>
    </item>
  </channel>
</rss>

