<?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: Non PO Invoice post using BAPI PRELIMINARY_POSTING_FB01 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-po-invoice-post-using-bapi-preliminary-posting-fb01/m-p/11870549#M1959826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With &lt;SPAN style="color: #333333; font-size: 12px;"&gt;the sign of the amount, like&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;* Account payable is line 1&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; wa_accountpayable-itemno_acc&lt;SPAN style="color: #800080;"&gt; = &lt;SPAN style="color: #4da616; font-family: courier; font-size: 13.3333px;"&gt;'0000000001'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; wa_accountpayable-vendor_no&lt;SPAN style="color: #800080;"&gt; = &lt;/SPAN&gt;i_lifnr&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;" etc. other require fields&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #0000ff;"&gt;APPEND&lt;/SPAN&gt; wa_accountpayable &lt;SPAN style="color: #0000ff;"&gt;TO&lt;/SPAN&gt; lt_accountpayable&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;* Total amount balance - invoice, so Credit, so negative&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; wa_currencyamount-itemno_acc&lt;SPAN style="color: #800080;"&gt; = &lt;SPAN style="color: #4da616; font-family: courier; font-size: 13.3333px;"&gt;'0000000001'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; wa_currencyamount-curr_type&lt;SPAN style="color: #800080;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #4da616;"&gt;'00'&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt; &lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;" document currency code&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; wa_currencyamount-currency&lt;SPAN style="color: #800080;"&gt; = &lt;/SPAN&gt;i_waers&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; wa_currencyamount-amt_doccur&lt;SPAN style="color: #800080;"&gt; = i&lt;SPAN style="color: #000000; font-family: courier; font-size: 13.3333px;"&gt;_amount&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;EM style="color: #808080; font-family: courier; font-size: 13.3333px;"&gt;" e.g.-1234.56&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;" etc. &lt;EM style="color: #808080; font-family: courier; font-size: 13.3333px;"&gt;other require fields&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #0000ff;"&gt;APPEND&lt;/SPAN&gt; wa_currencyamount &lt;SPAN style="color: #0000ff;"&gt;TO&lt;/SPAN&gt; lt_currencyamount&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #0000ff;"&gt;CLEAR&lt;/SPAN&gt; wa_curramt&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Sep 2016 09:51:49 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2016-09-01T09:51:49Z</dc:date>
    <item>
      <title>Non PO Invoice post using BAPI PRELIMINARY_POSTING_FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-po-invoice-post-using-bapi-preliminary-posting-fb01/m-p/11870544#M1959821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we post NON PO Invoice using BAPI "PRELIMINARY_POSTING_FB01"?&lt;/P&gt;&lt;P&gt;No documentation is available for the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the BAPI "BAPI_ACC_DOCUMENT_POST" but it does not have all the required fields like posting key, Total document Amount (Vendor Line) &amp;amp; line item Amount (G/L line).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 08:50:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/non-po-invoice-post-using-bapi-preliminary-posting-fb01/m-p/11870544#M1959821</guid>
      <dc:creator>former_member516123</dc:creator>
      <dc:date>2016-08-31T08:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Non PO Invoice post using BAPI PRELIMINARY_POSTING_FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-po-invoice-post-using-bapi-preliminary-posting-fb01/m-p/11870545#M1959822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jaymin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps to you &lt;A href="https://scn.sap.com/thread/3242937" title="https://scn.sap.com/thread/3242937"&gt;Bapi to Park Invoice in FB60 transaction | SCN&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 11:15:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/non-po-invoice-post-using-bapi-preliminary-posting-fb01/m-p/11870545#M1959822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-31T11:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Non PO Invoice post using BAPI PRELIMINARY_POSTING_FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-po-invoice-post-using-bapi-preliminary-posting-fb01/m-p/11870546#M1959823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is to post the Invoice not park.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 11:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/non-po-invoice-post-using-bapi-preliminary-posting-fb01/m-p/11870546#M1959823</guid>
      <dc:creator>former_member516123</dc:creator>
      <dc:date>2016-08-31T11:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Non PO Invoice post using BAPI PRELIMINARY_POSTING_FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-po-invoice-post-using-bapi-preliminary-posting-fb01/m-p/11870547#M1959824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look better for the BAPI, the amount fields are in CURRENCYAMOUNT, for the posting key, the system calculates it from type of line ACCOUNT[GL, RECEIVABLE, PAYABLE, TAX] which contains fields like DE_CRE_IND and SP_GL_IND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Hint: read BAPI documentation, and use search tools there are already samples posted in scn.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 13:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/non-po-invoice-post-using-bapi-preliminary-posting-fb01/m-p/11870547#M1959824</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-08-31T13:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Non PO Invoice post using BAPI PRELIMINARY_POSTING_FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-po-invoice-post-using-bapi-preliminary-posting-fb01/m-p/11870548#M1959825</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;Where I can pass the indicator for Invoice and credit memo's. If system automatically calculates the posting key then I need to pass some indicator whether I am posting Vendor Invoice or Credit Memo's?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 08:56:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/non-po-invoice-post-using-bapi-preliminary-posting-fb01/m-p/11870548#M1959825</guid>
      <dc:creator>former_member516123</dc:creator>
      <dc:date>2016-09-01T08:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Non PO Invoice post using BAPI PRELIMINARY_POSTING_FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-po-invoice-post-using-bapi-preliminary-posting-fb01/m-p/11870549#M1959826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With &lt;SPAN style="color: #333333; font-size: 12px;"&gt;the sign of the amount, like&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;* Account payable is line 1&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; wa_accountpayable-itemno_acc&lt;SPAN style="color: #800080;"&gt; = &lt;SPAN style="color: #4da616; font-family: courier; font-size: 13.3333px;"&gt;'0000000001'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; wa_accountpayable-vendor_no&lt;SPAN style="color: #800080;"&gt; = &lt;/SPAN&gt;i_lifnr&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;" etc. other require fields&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #0000ff;"&gt;APPEND&lt;/SPAN&gt; wa_accountpayable &lt;SPAN style="color: #0000ff;"&gt;TO&lt;/SPAN&gt; lt_accountpayable&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;* Total amount balance - invoice, so Credit, so negative&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; wa_currencyamount-itemno_acc&lt;SPAN style="color: #800080;"&gt; = &lt;SPAN style="color: #4da616; font-family: courier; font-size: 13.3333px;"&gt;'0000000001'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; wa_currencyamount-curr_type&lt;SPAN style="color: #800080;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #4da616;"&gt;'00'&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt; &lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;" document currency code&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; wa_currencyamount-currency&lt;SPAN style="color: #800080;"&gt; = &lt;/SPAN&gt;i_waers&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; wa_currencyamount-amt_doccur&lt;SPAN style="color: #800080;"&gt; = i&lt;SPAN style="color: #000000; font-family: courier; font-size: 13.3333px;"&gt;_amount&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;EM style="color: #808080; font-family: courier; font-size: 13.3333px;"&gt;" e.g.-1234.56&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;" etc. &lt;EM style="color: #808080; font-family: courier; font-size: 13.3333px;"&gt;other require fields&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #0000ff;"&gt;APPEND&lt;/SPAN&gt; wa_currencyamount &lt;SPAN style="color: #0000ff;"&gt;TO&lt;/SPAN&gt; lt_currencyamount&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #0000ff;"&gt;CLEAR&lt;/SPAN&gt; wa_curramt&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 09:51:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/non-po-invoice-post-using-bapi-preliminary-posting-fb01/m-p/11870549#M1959826</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-09-01T09:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Non PO Invoice post using BAPI PRELIMINARY_POSTING_FB01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-po-invoice-post-using-bapi-preliminary-posting-fb01/m-p/11870550#M1959827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will check and let you know whether this is working or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 13:14:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/non-po-invoice-post-using-bapi-preliminary-posting-fb01/m-p/11870550#M1959827</guid>
      <dc:creator>former_member516123</dc:creator>
      <dc:date>2016-09-01T13:14:31Z</dc:date>
    </item>
  </channel>
</rss>

