<?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: BAPI_ALM_ORDER_MAINTAIN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/880012#M51449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inselmann:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the userexit of the transaction where u can move the custom fields into the aufk header. please give transaction code we will try to tell u where need to move fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even i have faced the same problem while i am doing my &amp;lt;b&amp;gt;BAPI_Sales order&amp;lt;/b&amp;gt; and also i resolved my problem by moving custom fields into the communication strcutre &amp;lt;b&amp;gt;vbapkom&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give more info. Good Luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Jun 2005 08:13:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-18T08:13:53Z</dc:date>
    <item>
      <title>BAPI_ALM_ORDER_MAINTAIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/880011#M51448</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'm trying to change an order via above named bapi. &lt;/P&gt;&lt;P&gt;with standard fields everything is ok. &lt;/P&gt;&lt;P&gt;But we have several userfields defined in ci_aufk. &lt;/P&gt;&lt;P&gt;These fields, belonging to order-header, are not displayed in the bapistructure for the header. &lt;/P&gt;&lt;P&gt;there is an import structure for this bapi called extension_in. this i have filled as described in documentation, but there is no change afterwards in caufvd resp. order. The fields stay empty.&lt;/P&gt;&lt;P&gt;so, documentation for this bapi related to userfields is not so helpful. May this is the was, to get rid of this problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anybody out there, who has experience with this problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You all in advance for possible solutions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetings &lt;/P&gt;&lt;P&gt;Jürgen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2005 07:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/880011#M51448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-18T07:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_ORDER_MAINTAIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/880012#M51449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inselmann:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the userexit of the transaction where u can move the custom fields into the aufk header. please give transaction code we will try to tell u where need to move fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even i have faced the same problem while i am doing my &amp;lt;b&amp;gt;BAPI_Sales order&amp;lt;/b&amp;gt; and also i resolved my problem by moving custom fields into the communication strcutre &amp;lt;b&amp;gt;vbapkom&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give more info. Good Luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2005 08:13:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/880012#M51449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-18T08:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_ORDER_MAINTAIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/880013#M51450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;high suresh.&lt;/P&gt;&lt;P&gt;Transaction is iw32 or wps1 (Maintenance event builder /A&amp;amp;D) in both cases it is user-exit IWO10009 'Checks on save'.&lt;/P&gt;&lt;P&gt;User-fields are filled correctly, when the enhancement-tab is opened, because at that moment another exit starts (IWO10018 - User fields on order header) and fills the user fields with data from driving notification.&lt;/P&gt;&lt;P&gt;But these fields have to be filled, even when the enhancement tab isn't opened. For this case, I want to use this bapi.&lt;/P&gt;&lt;P&gt;So I fill both structures (Header and methods) with data.&lt;/P&gt;&lt;P&gt;for the user fields i fill the extension_in table with the name of the structure, the user data is in.&lt;/P&gt;&lt;P&gt;Thats the way I understood the bapi-documentation.&lt;/P&gt;&lt;P&gt;I hope these informations are quite understandable.&lt;/P&gt;&lt;P&gt;thanks for your efforts to help.&lt;/P&gt;&lt;P&gt;best wishes&lt;/P&gt;&lt;P&gt;jürgen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2005 16:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/880013#M51450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-18T16:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_ORDER_MAINTAIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/880014#M51451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jurgen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you solved your problem.&lt;/P&gt;&lt;P&gt;I am facing the same problem now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you give me some procedure how to update customer fields using this bapi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advanced thanks.&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 08:27:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/880014#M51451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T08:27:47Z</dc:date>
    </item>
  </channel>
</rss>

