<?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: user exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3212640#M765926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ABAP DICTIONARY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Field Exits: &lt;/P&gt;&lt;P&gt;	Field exits take you from a screen field with a data element reference to a function module. Field exits can be either global or local.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field exit function modules adhere to the following naming convention:&lt;/P&gt;&lt;P&gt;prefix:	FIELD_EXIT_&lt;/P&gt;&lt;P&gt;name:	&amp;lt;data element name&amp;gt;_&lt;/P&gt;&lt;P&gt;suffix (optional):	0 to 9, A to Z &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global field exits are not limited to a particular screen. If a global field exit's data element is used on multiple screens, you will branch to a function module from all of these screens once the exit has been activated. Here you can, for example, edit the contents, force a new entry to be made by outputting an error message, or prohibit certain users from proceeding further.&lt;/P&gt;&lt;P&gt;Local field exits are valid for one screen only. If you assign a screen from a specific program to the data element, then you will only branch to a function module from this screen once the exit has been activated. To be able to allow different functionality on different screens referring to the same data element, you can assign exit numbers to data elements. Each exit number refers to a different function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;prefix:	FIELD_EXIT_&lt;/P&gt;&lt;P&gt;name:	&amp;lt;data element name&amp;gt;_&lt;/P&gt;&lt;P&gt;suffix (optional):	0 to 9, A to Z&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Dec 2007 04:31:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-11T04:31:53Z</dc:date>
    <item>
      <title>user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3212639#M765925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to  add a user defined field in basic tab of project builder by using user exit( in transaction cj20n )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 04:30:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3212639#M765925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T04:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3212640#M765926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ABAP DICTIONARY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Field Exits: &lt;/P&gt;&lt;P&gt;	Field exits take you from a screen field with a data element reference to a function module. Field exits can be either global or local.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field exit function modules adhere to the following naming convention:&lt;/P&gt;&lt;P&gt;prefix:	FIELD_EXIT_&lt;/P&gt;&lt;P&gt;name:	&amp;lt;data element name&amp;gt;_&lt;/P&gt;&lt;P&gt;suffix (optional):	0 to 9, A to Z &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global field exits are not limited to a particular screen. If a global field exit's data element is used on multiple screens, you will branch to a function module from all of these screens once the exit has been activated. Here you can, for example, edit the contents, force a new entry to be made by outputting an error message, or prohibit certain users from proceeding further.&lt;/P&gt;&lt;P&gt;Local field exits are valid for one screen only. If you assign a screen from a specific program to the data element, then you will only branch to a function module from this screen once the exit has been activated. To be able to allow different functionality on different screens referring to the same data element, you can assign exit numbers to data elements. Each exit number refers to a different function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;prefix:	FIELD_EXIT_&lt;/P&gt;&lt;P&gt;name:	&amp;lt;data element name&amp;gt;_&lt;/P&gt;&lt;P&gt;suffix (optional):	0 to 9, A to Z&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 04:31:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3212640#M765926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T04:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3212641#M765927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can not add the user defined fields to Basic Data tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can add the additional fields using the sub screen SAPLXCN1 / 0700. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 19:28:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3212641#M765927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T19:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3212642#M765928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have got the sub screen SAPLXCN1 / 0700, now what is to be done next?&lt;/P&gt;&lt;P&gt;What to code there???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 04:44:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/3212642#M765928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T04:44:12Z</dc:date>
    </item>
  </channel>
</rss>

