<?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 bapi for kb31 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-kb31/m-p/3905524#M936699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DEAR ALL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;BAPI_ACC_STAT_KEY_FIG_POST&lt;/P&gt;&lt;P&gt;how can i call this bapi in abap prog to upload kb31 data..&lt;/P&gt;&lt;P&gt;can u send me the sample code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds,&lt;/P&gt;&lt;P&gt;jp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jun 2008 06:12:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-06T06:12:11Z</dc:date>
    <item>
      <title>bapi for kb31</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-kb31/m-p/3905524#M936699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DEAR ALL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;BAPI_ACC_STAT_KEY_FIG_POST&lt;/P&gt;&lt;P&gt;how can i call this bapi in abap prog to upload kb31 data..&lt;/P&gt;&lt;P&gt;can u send me the sample code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds,&lt;/P&gt;&lt;P&gt;jp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 06:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-kb31/m-p/3905524#M936699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T06:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: bapi for kb31</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-kb31/m-p/3905525#M936700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;get the data from file into an internal table say itab using Function module GUI_UPLOAD.&lt;/P&gt;&lt;P&gt;Then put a loop statement on internal table itab .&lt;/P&gt;&lt;P&gt;And call BAPI in this loop.. endloop. statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 09:01:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-kb31/m-p/3905525#M936700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T09:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: bapi for kb31</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-kb31/m-p/3905526#M936701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BAPI_ACC_STAT_KEY_FIG_POST&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Import parameters are&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1.DOC_HEADER&lt;/P&gt;&lt;P&gt;2.IGNORE_WARNINGS(optional)&lt;/P&gt;&lt;P&gt;                              &lt;/P&gt;&lt;P&gt;--&amp;gt;The DOC_HEADER structure contains the document header data. &lt;/P&gt;&lt;P&gt;--&amp;gt;The CO_AREA field must contain the controlling area in which you are to post. &lt;/P&gt;&lt;P&gt;--&amp;gt;For an external number range, the DOC_NO field is specified for the document number.&lt;/P&gt;&lt;P&gt;--&amp;gt;The fields DOCDATE (document date) and POSTGDATE (posting date) are optional. For empty fields, the system enters the current date. &lt;/P&gt;&lt;P&gt;--&amp;gt;The OBJ_KEY enables you to specify the number and organization of a reference document (each with 10 characters ). The OBJ_TYPE type field is defined for the object type of the reference document of the sending system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt;USERNAME is mandatory field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tables Parameters&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1.DOC_ITEMS&lt;/P&gt;&lt;P&gt;2.RETURN&lt;/P&gt;&lt;P&gt;3.CUSTOMER_FIELDS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The document item data is transferred to the  DOC_ITEMS table.You pass values you want to upload based on the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;You take the Header details in one Internal table and the item details in other table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose you have structue like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CO_AREA&lt;/P&gt;&lt;P&gt;DOCDATE&lt;/P&gt;&lt;P&gt;POSTGDATE&lt;/P&gt;&lt;P&gt;DOC_NO&lt;/P&gt;&lt;P&gt;USERNAME&lt;/P&gt;&lt;P&gt;VAL_PERIOD&lt;/P&gt;&lt;P&gt;VAL_FISYEAR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You upload the data in your file in to this table.For your bapi structure you pass these values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if useful...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ravee..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 17:47:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-kb31/m-p/3905526#M936701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T17:47:07Z</dc:date>
    </item>
  </channel>
</rss>

