<?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: Z-fields are updated by BAPI_ACC_DOCUMENT_POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-fields-are-updated-by-bapi-acc-document-post/m-p/6452226#M1414005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darek,Digvijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give more information how we can solve this problem by FIBF/fill_acct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Vineet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jan 2010 03:50:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-06T03:50:04Z</dc:date>
    <item>
      <title>Z-fields are updated by BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-fields-are-updated-by-bapi-acc-document-post/m-p/6452223#M1414002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have extended the basic idoc ACC_DOCUMENT03 with my custom segment.And my custom segment has z-fields(ZZSEUKO1,ZZSEUKO2,ZZSEUKO3 and ZZSEUKO4) and table BSEG also has these z-fields as well.in my inbound function module I am filling  extension2 table with z-fields and their values &amp;amp; I am posting the document by calling BAPI_ACC_DOCUMENT_POST. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the problem is my z-fields are not being updated though the posting is successful  by BAPI_ACC_DOCUMENT_POST .I am checking in BSEG table all the z-fields are empty, but all the standard fields are updated are sored in BSEG table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also created implementation of method 'CHANGE' of BADI 'ACC_DOCUMENT'. in this badi internal table C_ACCIT ( of str ACCIT_TAB)  is used for posting,I have also appended the str ACCIT_TAB with my z-fields.I am also moving z-fields and its value from C_EXTENSION2  to C_ACCIT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell what could be the reason? what step I am missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Vineet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 13:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-fields-are-updated-by-bapi-acc-document-post/m-p/6452223#M1414002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T13:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Z-fields are updated by BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-fields-are-updated-by-bapi-acc-document-post/m-p/6452224#M1414003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think, you should use OPEN FI: RWBAPI01 (transaction FIBF) ...&lt;/P&gt;&lt;P&gt;regards, darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 14:18:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-fields-are-updated-by-bapi-acc-document-post/m-p/6452224#M1414003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T14:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Z-fields are updated by BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-fields-are-updated-by-bapi-acc-document-post/m-p/6452225#M1414004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try doing the same through method FILL_ACCIT or otherwise try implementing the same through BADI AC_DOCUMENT.&lt;/P&gt;&lt;P&gt;In BADI AC_DOCUMENT the structure CI_COBL can be created for populating the custom fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 14:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-fields-are-updated-by-bapi-acc-document-post/m-p/6452225#M1414004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T14:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Z-fields are updated by BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-fields-are-updated-by-bapi-acc-document-post/m-p/6452226#M1414005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darek,Digvijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give more information how we can solve this problem by FIBF/fill_acct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Vineet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2010 03:50:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-fields-are-updated-by-bapi-acc-document-post/m-p/6452226#M1414005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-06T03:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Z-fields are updated by BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-fields-are-updated-by-bapi-acc-document-post/m-p/6452227#M1414006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vineet, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you found out why your z-fields in BSEG are always empty? &lt;/P&gt;&lt;P&gt;I actually have the same problem, i added some custom fields in BSEG (and ACCIT for BADI_ACC_DOCUMENT_POST) and implemented the "change" method of BADI ACC_DOCUMENT. In debugging i can see everything works fine, the z-fields in ACCIT are updated correct, but when i check the entry in BSEG, the custom fields are empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even when i use the BTE RWBAPI01 to fill the z-fields, it doesn't work (for other fields it does!!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 16:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-fields-are-updated-by-bapi-acc-document-post/m-p/6452227#M1414006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-12T16:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Z-fields are updated by BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-fields-are-updated-by-bapi-acc-document-post/m-p/6452228#M1414007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vanitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get the details in below thread.&lt;/P&gt;&lt;P&gt;[BAPI_ACC_DOCUMENT_POST extension|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="875923"&gt;&lt;/A&gt;;&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;Subhankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 19:42:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-fields-are-updated-by-bapi-acc-document-post/m-p/6452228#M1414007</guid>
      <dc:creator>Subhankar</dc:creator>
      <dc:date>2010-11-12T19:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Z-fields are updated by BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-fields-are-updated-by-bapi-acc-document-post/m-p/6452229#M1414008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved....thnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 06:54:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-fields-are-updated-by-bapi-acc-document-post/m-p/6452229#M1414008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-24T06:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Z-fields are updated by BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-fields-are-updated-by-bapi-acc-document-post/m-p/6452230#M1414009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vanitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please share the solution, as to how you were able to solve this issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 13:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-fields-are-updated-by-bapi-acc-document-post/m-p/6452230#M1414009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-20T13:08:03Z</dc:date>
    </item>
  </channel>
</rss>

