<?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: Problem with BAPI_SALESORDER_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/1463368#M218451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt; once after the BAPIis called use the UPDATE statement to &lt;/P&gt;&lt;P&gt;update the Z fields in the corresponding table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Beena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jul 2006 12:14:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-25T12:14:13Z</dc:date>
    <item>
      <title>Problem with BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/1463362#M218445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  There are 4 z fields in additional data B in Sales order&lt;/P&gt;&lt;P&gt;  header.&lt;/P&gt;&lt;P&gt;  I am trying to update the z fields using the BAPI, but&lt;/P&gt;&lt;P&gt;  it does not update the z fields.&lt;/P&gt;&lt;P&gt;  I have filled the table EXTENSIONIN and had appended the &lt;/P&gt;&lt;P&gt;  structures BAPE_VBAK, BAPE_VBAKX, VBAKKOZ and VBAKKOZX                  &lt;/P&gt;&lt;P&gt;  as mentioned in the help document.&lt;/P&gt;&lt;P&gt;  While debugging , i found out that it is filling e_vbak&lt;/P&gt;&lt;P&gt;  structure with ORDER_HEADER_IN structure(mentioned in&lt;/P&gt;&lt;P&gt;  BAPI).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Kindly help me to solve this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 11:15:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/1463362#M218445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T11:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/1463363#M218446</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;Generally SO user exit program MV45AFZZ is used to update the Zfields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MV45AFZZ -&amp;gt; is for user defined routines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;HR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 11:29:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/1463363#M218446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T11:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/1463364#M218447</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;Another point. You need to code in the respective form routine to fill the ZZfield values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;HR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 11:30:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/1463364#M218447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T11:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/1463365#M218448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another way...&lt;/P&gt;&lt;P&gt;You can directly update z-fields in VBAK using Update query if those fields are not linked to any other table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Govind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 11:34:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/1463365#M218448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T11:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/1463366#M218449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Actually, the data is coming through an IDOC (used for &lt;/P&gt;&lt;P&gt; shipment), and after that this BAPI is called, so it &lt;/P&gt;&lt;P&gt; updated all the fields except those z fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 11:44:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/1463366#M218449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T11:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/1463367#M218450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Updating ZTABLE you may need to do manualy. When the data comes from idoc and there will be a place where you map those data to bapi. Once the bapi is executed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Those datas can be exported to Memory using EXPORT and IMPORT it in order userexist for updating the Ztable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Or when the return sturcture of BAPI is successful and before the BAPI COMMIT is executed, you can manualy update those ZTABLES using UPDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Thomas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 12:08:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/1463367#M218450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T12:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/1463368#M218451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt; once after the BAPIis called use the UPDATE statement to &lt;/P&gt;&lt;P&gt;update the Z fields in the corresponding table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Beena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 12:14:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/1463368#M218451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T12:14:13Z</dc:date>
    </item>
  </channel>
</rss>

