<?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: badi WORKORDER_UPDATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update/m-p/876524#M50792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Tom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even I am trying to get value of field USR03 in structure AFGVD in Production Order. Can you please tell me how you have resolved your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VAN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jun 2007 04:03:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-07T04:03:21Z</dc:date>
    <item>
      <title>badi WORKORDER_UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update/m-p/876519#M50787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i´m using badi &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;WORKORDER_UPDATE&lt;/P&gt;.&lt;BR /&gt;i´m trying to check field &lt;U&gt;AFVGD-USR00&lt;/U&gt; (operation, details, field materials group) before saving the changes to this field.&lt;BR /&gt;i´ve essayed to do it in method &lt;B&gt;&lt;P&gt;BEFORE_UPDATE&lt;/P&gt;&lt;/B&gt; &lt;U&gt;but the saving takes place before&lt;/U&gt; because i get the corresponding message of the changes being saved.&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea of how can i solve this?&lt;/P&gt;&lt;P&gt;that is, where do i have to implement my code in order to check the field before changes being saved?&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2005 16:25:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update/m-p/876519#M50787</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2005-04-05T16:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: badi WORKORDER_UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update/m-p/876520#M50788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try method AT_SAVE. I believe you implement BEFORE_UPDATE to include your own database changes in the update processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ramki.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2005 20:18:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update/m-p/876520#M50788</guid>
      <dc:creator>ramki_maley</dc:creator>
      <dc:date>2005-04-05T20:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: badi WORKORDER_UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update/m-p/876521#M50789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the question is that in event &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;AT_SAVE&lt;/P&gt; i´m using FM '&lt;B&gt;&lt;P&gt;CO_BT_AFVG_GET&lt;/P&gt;&lt;/B&gt;' in order to get &lt;B&gt;&lt;P&gt;it_afvgd&lt;/P&gt;&lt;/B&gt; but i just get &lt;U&gt;one single record&lt;/U&gt; instead of the whole internal table. &lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone of you know how can i get the internal table it_afvgd instead of a single record of it?&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2005 16:00:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update/m-p/876521#M50789</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2005-04-07T16:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: badi WORKORDER_UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update/m-p/876522#M50790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in case someone´s interested i´ve found FM '&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;PM_ORDER_DATA_READ&lt;/P&gt;'.&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you know something similar please let me know.&lt;/P&gt;&lt;P&gt;Best regads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Apr 2005 18:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update/m-p/876522#M50790</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2005-04-10T18:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: badi WORKORDER_UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update/m-p/876523#M50791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have the same problem, that is, that it doesn't show the complete afvgd internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you find a solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 15:22:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update/m-p/876523#M50791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T15:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: badi WORKORDER_UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update/m-p/876524#M50792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Tom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even I am trying to get value of field USR03 in structure AFGVD in Production Order. Can you please tell me how you have resolved your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VAN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 04:03:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update/m-p/876524#M50792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T04:03:21Z</dc:date>
    </item>
  </channel>
</rss>

