<?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 problem about bapi BAPI_ACC_DOCUMENT_POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-about-bapi-bapi-acc-document-post/m-p/1693745#M304469</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Field rstgr in bseg table am not able to field this field in BAPI, what can i do ,help me ,pls.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Oct 2006 02:57:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-24T02:57:35Z</dc:date>
    <item>
      <title>problem about bapi BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-about-bapi-bapi-acc-document-post/m-p/1693745#M304469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Field rstgr in bseg table am not able to field this field in BAPI, what can i do ,help me ,pls.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 02:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-about-bapi-bapi-acc-document-post/m-p/1693745#M304469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T02:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: problem about bapi BAPI_ACC_DOCUMENT_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-about-bapi-bapi-acc-document-post/m-p/1693746#M304470</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;you could play a dangerous game, modifying the value in the memory of the Abap program. I give you an example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  field-symbols: &amp;lt;field1&amp;gt; type any ,
                 &amp;lt;field2&amp;gt; type any .
  data : w_field1(30) value '(SAPMM06I)PREIS_KSCHL' ,
         w_field2(30) value '(ZZ_FG007)KSCHL'.

  assign (w_field1) to &amp;lt;field1&amp;gt;.
  check sy-subrc eq space.

  assign (w_field2) to &amp;lt;field2&amp;gt;.
  check sy-subrc eq space.

  move &amp;lt;field2&amp;gt; to &amp;lt;field1&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this code I will modify the value of of the field PREIS_KSCHL in the program SAPMM06I (I'm not in this program when I do that). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but ... it's quiete dangerous&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 05:51:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-about-bapi-bapi-acc-document-post/m-p/1693746#M304470</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-10-24T05:51:13Z</dc:date>
    </item>
  </channel>
</rss>

