<?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: Urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2124142#M445664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Since you are using the Data element of that field, and generating the fun module for that field exit, so when you are navigating through your transaction, when you reaches that field and enters something , this automatically triggers that field exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ANJI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2007 14:23:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-29T14:23:38Z</dc:date>
    <item>
      <title>Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2124141#M445663</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;&lt;/P&gt;&lt;P&gt;I want validate the Vendor Material No (IDNLF)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute the program RSMODPRF and enter data element name IDNLF&lt;/P&gt;&lt;P&gt;FIELD_EXIT_IDNLF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Develop the code in the FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my query is ?&lt;/P&gt;&lt;P&gt;how to assign the this field exit to standard transaction, Plz send the navigation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points for helpful answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;SEK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 13:12:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2124141#M445663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T13:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2124142#M445664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Since you are using the Data element of that field, and generating the fun module for that field exit, so when you are navigating through your transaction, when you reaches that field and enters something , this automatically triggers that field exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ANJI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 14:23:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2124142#M445664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T14:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2124143#M445665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please find the example below.&lt;/P&gt;&lt;P&gt;version might be different just look into the changes related to version.&lt;/P&gt;&lt;P&gt;If you followed the following process to create a field exit,&lt;/P&gt;&lt;P&gt;just create or change the related transaction.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example Business Scenario for a Field Exit&lt;/P&gt;&lt;P&gt;ABC company would like to have the payment method field on the customer master filled in automatically for each customer master record.   All customers should have a payment method of &amp;#145;C&amp;#146; for payment processing of credits and rebates. &lt;/P&gt;&lt;P&gt;To accomplish this requirement, ABC company can set up a field exit on data element DZWELS.   The necessary steps are detailed below .  This example was configured in a 4.5B system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.	IMG Menu Path:  Tools   ABAP Workbench   Utilities   Enhancements   Project Definition   Text Enhancements   Field Exits   Field Exit   Create.&lt;/P&gt;&lt;P&gt;2.	Enter the Data Element you are creating the field exit for.  If you do not know the name, go to the screen with the field to be filled in.  Hit the &amp;#145;Help&amp;#146; button on the field and then &amp;#145;Technical Information&amp;#146;.  The DATA ELEMENT is what you are looking for!&lt;/P&gt;&lt;P&gt;3.	Hit &amp;#145;Continue&amp;#146;.  This will take you to transaction SE37 to create the function module for the field exit.	 &lt;/P&gt;&lt;P&gt;4.	The name of the function module will default in for you &amp;#150; FIELD_EXIT_DZWELS.&lt;/P&gt;&lt;P&gt;5.	Hit the &amp;#145;Create&amp;#146; Button.	 &lt;/P&gt;&lt;P&gt;6.	Enter the Zxxx function group the field exit should be contained in.  If you need assistance creating the function group, see the next section &amp;#145;Configuring a Function Group&amp;#146; in this document.&lt;/P&gt;&lt;P&gt;7.	Hit the &amp;#145;Continue&amp;#146; button.	 &lt;/P&gt;&lt;P&gt;8.	Enter  the application for the field exit.  In our case it is &amp;#145;F&amp;#146; for Financials.&lt;/P&gt;&lt;P&gt;9.	Enter the description for the function module.&lt;/P&gt;&lt;P&gt;10.	The Import and Export tabs will each have one field.  The import tab should have field INPUT for the current value of the DZWELS field.  The export tab should have field OUTPUT for the new value of the DZWELS field.  These two tabs will have these two fields automatically and won&amp;#146;t need to be changed for our field exit.&lt;/P&gt;&lt;P&gt;11.	The Changing, Tables and Exceptions tabs will be empty.&lt;/P&gt;&lt;P&gt;12.	The Documentation tab will have the INPUT and OUTPUT fields.  You may add descriptions for these fields if you wish.  It is not mandatory.&lt;/P&gt;&lt;P&gt;13.	Save the Interface for the Function Module.&lt;/P&gt;&lt;P&gt;14.	Hit the &amp;#145;Source Code&amp;#146; button.	 &lt;/P&gt;&lt;P&gt;15.	Enter the ABAP code for the function module.  The code should check if the INPUT field contains a &amp;#145;C&amp;#146;.  If not, the INPUT field and a &amp;#145;C&amp;#146; should be concatenated into the OUTPUT field.  Remember the payment method field can contain more than one value.  You don&amp;#146;t want to delete a valid payment method by just inputting the &amp;#145;C&amp;#146;.  This is why you need to concatenate the two values.&lt;/P&gt;&lt;P&gt;16.	Check the syntax of your ABAP code by hitting the &amp;#145;Check&amp;#146; button.&lt;/P&gt;&lt;P&gt;17.	Save the function module.&lt;/P&gt;&lt;P&gt;18.	Activate the function module.&lt;/P&gt;&lt;P&gt;19.	Hit the green arrow back 3 times.&lt;/P&gt;&lt;P&gt;20.	You will receive the pop up box to enter another data element.   Hit the &amp;#145;Cancel&amp;#146; button to return to the Field Exit screen.  Your data element should now be in the Field Exit list.	 &lt;/P&gt;&lt;P&gt;21.	Select the new data element in the Field Exit list by turning on the radio button to the left of the field.  Notice the field program name is &amp;#145;Global&amp;#146;.  This means the data element field exit would be for all programs and screens where the data element is used.&lt;/P&gt;&lt;P&gt;22.	Hit the &amp;#145;Assign Prog / Screen&amp;#146; button.	 &lt;/P&gt;&lt;P&gt;23.	The Field Exit field can be blank or alphanumeric.  For this example we are leaving it blank.  It is used to create multiple field exits for the same data element and assign them to various programs / screens.  The value placed in this field will force you to create a function module with this value at the end.  For example, if we entered a &amp;#145;Z&amp;#146; in this field we would be prompted to create a new function module with the name:  FIELD_EXIT_DZWELS_Z.  Because we are leaving it blank, it will use the function module we created above without the &amp;#145;_Z&amp;#146;.&lt;/P&gt;&lt;P&gt;24.	Enter the program and screen where the field exit should be called.  In this example it will be called for a customer create / change transaction in FI.  To find the program / screen for a field, go to the screen and follow menu path: System   Status.&lt;/P&gt;&lt;P&gt;25.	Hit the &amp;#145;Save&amp;#146; button.  You will be prompted for a CTS request at this point.	 &lt;/P&gt;&lt;P&gt;26.	Activate the field exit by selecting the fields&amp;#146; radio button on the left.  Then follow menu path: Field Exit   Activate.  This will prompt you for a CTS request as well.&lt;/P&gt;&lt;P&gt;27.	You are ready to test the Field Exit.&lt;/P&gt;&lt;P&gt;28.	To test this exit, create or change a customer using the FI create or change transaction:  FD01 or FD02.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 15:24:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent/m-p/2124143#M445665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T15:24:55Z</dc:date>
    </item>
  </channel>
</rss>

