User Exit
User Exit
2.) Local Field Exit.. Local field exits are valid for one screen only. If you
assign the screen of a specific program to the data element, then you will
branch to a function module only from this screen after activation.
Menu exits add items to the pulldown menus in standard SAP applications. You can use
these menu items to call up your own screens or to trigger entire add-on applications.
SAP creates menu exits by defining special menu items in the Menu Painter. These
special entries have function codes that begin with "+" (a plus sign). You specify the
menu item’s text when activating the item in an add-on project.
Screen Exits-Screen exits refer to areas of a main screen reserved by SAP for
customers to design their own screens as customer exits. In these areas you can
display/ enter your own Data .
You can use – call customer-subscreen instead of call subscreen
And also call customer-function.
Or in short
Screen exits add fields to screens in R/3 applications. SAP creates screen exits by
placing special subscreen areas on a standard R/3 screen and calling a customer
subscreen from the standard screen’s flow logic.
Function Module Exits Function module exits add functions to R/3 applications.
Function module exits play a role in both menu and screen exits. When you add a new
menu item to a standard pulldown menu, you use a function module exit to define the
actions that should take place once your menu is activated. Function module exits also
control the data flow between standard programs and screen exit fields.