2005 Aug 09 1:49 PM
Hello SDN Members
I am facing some problem while working with USER EXIT.
i read in some pdf documnet downloaded from some site.
It says there are 4 types of User exits.
1)Menu exit
2)Field Exit
3)Screen exit
4)Function modules exit
I am done with Menu exit and screen exit.
-
But i did not find the option for creating Field exit.
IS this option has been disabled in new releases.
if this is not the case please help me by giving some details in this regard also.
-
Another problem that i am facing is:
i added a new menu item to a standard pull down menu using Menu exit.
i can call a program/report by assigning it to the transaction code that is defined in "Menu exit".
But i got to now that Function module exits are also used along with Menu exit.
How can i use Function module exit to define the actions that should take place once menu is activated.
Help would be appreciated.
Thanks In Advance.
Vijay Raheja
2005 Aug 09 2:07 PM
2005 Aug 09 1:56 PM
Check the OSS Note 29377. You can run the program
RSMODPRF to create the field exits.
Give the date element name and press execute. Then it will ask you to create a function module.
2005 Aug 10 8:33 AM
Thanks Vinod C
Andreas Mann
and
Vamsi Parimi for your valuable Help.
See you again in Few Minutes.
Cheers,
Vijay Raheja.
2005 Aug 09 2:07 PM
2005 Aug 09 3:29 PM
Hi,
Basically, Menu Exits are just meant to create menu options to the standars menu. You need to use field exits along with them to execute a piece of code once this menu option(eg: button) is selected. For this SAP provides a list of field exits(Function modules) to write a piece of code to be executed once this menu option is selected.
hope you are clear now
vamsi