<?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: FI document header fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fi-document-header-fields/m-p/10302060#M1833994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shruthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJ_TYPE is the reference transaction. Look at the domain AWTYP for a possible list of values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJ_KEY is reference key. Below is the documentation from SAP which is self explanatory.&lt;/P&gt;&lt;P&gt;If an accounting document is posted via the interface in Accounting, the sending application transfers a unique reference. It consists of object key and object type. The object key consists of a reference document number and a reference organizational unit.&lt;BR /&gt;Example: 1000007899 00011996&lt;BR /&gt;Reference Reference organizational unit&lt;BR /&gt;document no. client and fiscal year&lt;/P&gt;&lt;P&gt;The object type contains a note on storing the original document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJ_SYS is the logical system of the source document. Look at the domain LOGSYS for list of values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Vikram.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Apr 2014 16:00:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-04-11T16:00:58Z</dc:date>
    <item>
      <title>FI document header fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fi-document-header-fields/m-p/10302059#M1833993</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;I am trying to post an IDOc to do FI document posting through FB01,&lt;/P&gt;&lt;P&gt;I am using the BAPI - BAPI_ACC_DOCUMENT_POST.&lt;/P&gt;&lt;P&gt;I am passing the fields obj_type&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj_key&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj_sys&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; stat_con as blank as of now in the DOCUMENTHEADER...however it is not allowing me to proceed..it says these values are required.&lt;/P&gt;&lt;P&gt;What are the values for these fields?&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shruti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 14:01:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fi-document-header-fields/m-p/10302059#M1833993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-11T14:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: FI document header fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fi-document-header-fields/m-p/10302060#M1833994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shruthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJ_TYPE is the reference transaction. Look at the domain AWTYP for a possible list of values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJ_KEY is reference key. Below is the documentation from SAP which is self explanatory.&lt;/P&gt;&lt;P&gt;If an accounting document is posted via the interface in Accounting, the sending application transfers a unique reference. It consists of object key and object type. The object key consists of a reference document number and a reference organizational unit.&lt;BR /&gt;Example: 1000007899 00011996&lt;BR /&gt;Reference Reference organizational unit&lt;BR /&gt;document no. client and fiscal year&lt;/P&gt;&lt;P&gt;The object type contains a note on storing the original document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJ_SYS is the logical system of the source document. Look at the domain LOGSYS for list of values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Vikram.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 16:00:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fi-document-header-fields/m-p/10302060#M1833994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-11T16:00:58Z</dc:date>
    </item>
  </channel>
</rss>

