Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Problem using "User Exit"

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

andreas_mann3
Active Contributor
0 Kudos

Hi,

have a look here:

Andreas

4 REPLIES 4

Vinod_Chandran
Active Contributor
0 Kudos

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.

0 Kudos

Thanks Vinod C

Andreas Mann

and

Vamsi Parimi for your valuable Help.

See you again in Few Minutes.

Cheers,

Vijay Raheja.

andreas_mann3
Active Contributor
0 Kudos

Hi,

have a look here:

Andreas

0 Kudos

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