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: 

Menu exits

Former Member
0 Kudos

hi Experts,

how to

search for menu exits in SAP standard transaction.

Regards,

Amit

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Amit Kumar,

For example say u want to find menu exit for SE41.

Find the package in which it was stored by clicking system->status and double clicking on transaction and copy the package name which is SEUC.

Now go to SMOD and click F4 and click on information systems button

It pops for a search criteria.

In that specify your package name.

It gives a list of two enhancement components.

SEUMP001

SEUMP002

if u see the components of the above two exits the second exit

SEUMP002 has an function code, where as the first exit did not have .

So the second exit can be used as an menu enhancement.

Every menu enhancement will have an function code assigned since each menu item needs an function code for designing.

Thanks,

Surya

2 REPLIES 2

Former Member
0 Kudos

Hi Amit,

First make note of the PACKAGE for the SAP transaction, then go to SE80 give th Package name and see all the exits related to the SAP standard transaction.

Goto SMOD and give the exit name and select Components Raio button and press display.

In Function Codes Block u can find the Menu exits.

Best regards,

raam

Former Member
0 Kudos

Hi Amit Kumar,

For example say u want to find menu exit for SE41.

Find the package in which it was stored by clicking system->status and double clicking on transaction and copy the package name which is SEUC.

Now go to SMOD and click F4 and click on information systems button

It pops for a search criteria.

In that specify your package name.

It gives a list of two enhancement components.

SEUMP001

SEUMP002

if u see the components of the above two exits the second exit

SEUMP002 has an function code, where as the first exit did not have .

So the second exit can be used as an menu enhancement.

Every menu enhancement will have an function code assigned since each menu item needs an function code for designing.

Thanks,

Surya