<?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: Field exit for IW52 tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-for-iw52-tcode/m-p/2156645#M455693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your prompt reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer exits that you are suggesting me to use have a different package(development class) than that of IW52. Can I still use these customer exits? How will I update a screen field using any of these? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly elaborate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 31 Mar 2007 05:05:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-31T05:05:58Z</dc:date>
    <item>
      <title>Field exit for IW52 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-for-iw52-tcode/m-p/2156643#M455691</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;We are working on a field exit for a field ANLZU(data element ANLZU) for tcode IW52. &lt;/P&gt;&lt;P&gt;Our requirement : In transaction IW52 when clicked on service order, then  tab operations, requirement is to display 'R' in the column SYSTEM CONDITION against the entries in column ACTIVITY after checking certain conditions. &lt;/P&gt;&lt;P&gt;We are getting 'R' for all the activities and not only against the required activities. Also function module DYNP_VALUES_READ reads only the last record i.e the last activity though written in a loop. We have used field STEPL  of structure DYNPREAD while reading the activities one after the other. Still we are not able to check the condition for each activity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need a solution as how to display R only in a required row. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seeking solution urgently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appropriate points will be awarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 10:19:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-for-iw52-tcode/m-p/2156643#M455691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T10:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Field exit for IW52 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-for-iw52-tcode/m-p/2156644#M455692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try one of these exits:&lt;/P&gt;&lt;P&gt;IWOC0001&lt;/P&gt;&lt;P&gt;IWOC0002&lt;/P&gt;&lt;P&gt;IWOC0003&lt;/P&gt;&lt;P&gt;IWOC0004&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 21:34:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-for-iw52-tcode/m-p/2156644#M455692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T21:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Field exit for IW52 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-for-iw52-tcode/m-p/2156645#M455693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your prompt reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer exits that you are suggesting me to use have a different package(development class) than that of IW52. Can I still use these customer exits? How will I update a screen field using any of these? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly elaborate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Mar 2007 05:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-for-iw52-tcode/m-p/2156645#M455693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-31T05:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Field exit for IW52 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-for-iw52-tcode/m-p/2156646#M455694</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;These are Enhancement. These you develope in customer namespace. Since these are custom development, you assign them to custom developement class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code for calling this user-exit already exist in standard SAP program. Once you implement and ACTIVE the user-exit then only your code in the user-exit will be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For creating any of this user-exit, follow these steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Go to transaction CMOD&lt;/P&gt;&lt;P&gt;- Enter enhancement project name. Let's say "ZSERVORD" and git create button.&lt;/P&gt;&lt;P&gt;- On the next screen enter meaningful description and hit save. When asked, enter your custom "development class" and create a transport request.&lt;/P&gt;&lt;P&gt;- Now on the same screen hit button "enhancement assignment".&lt;/P&gt;&lt;P&gt;- Now enter the enhancement you want to implement, let's say IWOC0002 and hit save button.&lt;/P&gt;&lt;P&gt;- Now hit the component button and then double-click the component you want to implement.&lt;/P&gt;&lt;P&gt;- If it is FM exit, you will have to create a 'Z' include which is already defined in FM. If it is screen exit, you will have to create screen and so on.&lt;/P&gt;&lt;P&gt;- Create this custom component and active it.&lt;/P&gt;&lt;P&gt;- Come back to the first screen of CMOD and hit the "active" button on the top.&lt;/P&gt;&lt;P&gt;Your user-exit implementation is done. It will be called when appropriate code will be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any other imformation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Mar 2007 06:20:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-for-iw52-tcode/m-p/2156646#M455694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-31T06:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Field exit for IW52 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-for-iw52-tcode/m-p/2156647#M455695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton for your useful suggestions! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still have a doubt as how to update a field on the sreen using user exit? Do I have to use function module DYNP_UPDATE_FIELDS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Mar 2007 06:36:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-for-iw52-tcode/m-p/2156647#M455695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-31T06:36:19Z</dc:date>
    </item>
  </channel>
</rss>

