<?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 IW31 - Modify Basic Finish Date in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/iw31-modify-basic-finish-date/m-p/4832112#M1130474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for a badi or user exit that allows me to modify the Basic Finish Date in the IW31/IW32 transactions just before saving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried the following ways without any succes:&lt;/P&gt;&lt;P&gt;- IWO10009 - Function Module --&amp;gt; EXIT_SAPLCOIH_009&lt;/P&gt;&lt;P&gt;This user exit is treggered before saving (as I would like to) but I'm not able to modify any field. It is used to active the automatic order release when saving the order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- IWO10012 - Function Module --&amp;gt; EXIT_SAPLCOIH_012&lt;/P&gt;&lt;P&gt;It allows me to modify the CAUFVD-GLUZP, CAUFVD-GLTRP fields, but this user exits is triggered when the priority field is modified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- BAdi WORKORDER_UPDATE --&amp;gt; I've tried to implement this BAdi but all parameters in the methods AT_SAVE, BEFORE_UPDATE are type = IMPORTING so SAP does not allow to modify them. I've tried it using field symbols but I thing that I've done something wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another way to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sergi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.D.: I've looked for it in the forum threads but I could not find any valid answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Nov 2008 16:55:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-27T16:55:51Z</dc:date>
    <item>
      <title>IW31 - Modify Basic Finish Date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/iw31-modify-basic-finish-date/m-p/4832112#M1130474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for a badi or user exit that allows me to modify the Basic Finish Date in the IW31/IW32 transactions just before saving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried the following ways without any succes:&lt;/P&gt;&lt;P&gt;- IWO10009 - Function Module --&amp;gt; EXIT_SAPLCOIH_009&lt;/P&gt;&lt;P&gt;This user exit is treggered before saving (as I would like to) but I'm not able to modify any field. It is used to active the automatic order release when saving the order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- IWO10012 - Function Module --&amp;gt; EXIT_SAPLCOIH_012&lt;/P&gt;&lt;P&gt;It allows me to modify the CAUFVD-GLUZP, CAUFVD-GLTRP fields, but this user exits is triggered when the priority field is modified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- BAdi WORKORDER_UPDATE --&amp;gt; I've tried to implement this BAdi but all parameters in the methods AT_SAVE, BEFORE_UPDATE are type = IMPORTING so SAP does not allow to modify them. I've tried it using field symbols but I thing that I've done something wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another way to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sergi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.D.: I've looked for it in the forum threads but I could not find any valid answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 16:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/iw31-modify-basic-finish-date/m-p/4832112#M1130474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T16:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: IW31 - Modify Basic Finish Date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/iw31-modify-basic-finish-date/m-p/4832113#M1130475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use function module CO_IH_SET_HEADER in user-exit IWO10009 (at save).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search for more details using "CO_IH_SET_HEADER"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be very careful when using this technique as it caould cause data inconsistencies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PeteA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 18:21:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/iw31-modify-basic-finish-date/m-p/4832113#M1130475</guid>
      <dc:creator>peter_atkin</dc:creator>
      <dc:date>2008-11-27T18:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: IW31 - Modify Basic Finish Date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/iw31-modify-basic-finish-date/m-p/4832114#M1130476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've looked for more info about this function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works as I want. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sergi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 11:39:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/iw31-modify-basic-finish-date/m-p/4832114#M1130476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T11:39:13Z</dc:date>
    </item>
  </channel>
</rss>

