Application Development and Automation 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: 
Read only

finding menu exit in the program

Former Member
0 Likes
629

Hi all,

I want to know how should I find SAP enhancement package that contains the menu exit in the particular transaction.

Thanks and Regards,

Sugeet.

1 ACCEPTED SOLUTION
Read only

hymavathi_oruganti
Active Contributor
0 Likes
606

hi,

for that,

first u go to the program of the screen in which u r going to do menu exit.

in the program goto->object direcory entry , u can see the package.

now go to smod and find the enhancements for the particular package.

regs

hyma

5 REPLIES 5
Read only

hymavathi_oruganti
Active Contributor
0 Likes
607

hi,

for that,

first u go to the program of the screen in which u r going to do menu exit.

in the program goto->object direcory entry , u can see the package.

now go to smod and find the enhancements for the particular package.

regs

hyma

Read only

Former Member
0 Likes
606

Find the package name of the transaction and go to smod and create a new project and enter your package name in the enhancement assignments [ Go to enhancement field and use search help ]

Ps: Reward points if helpful

Read only

abdul_hakim
Active Contributor
0 Likes
606

Hi

Check the corresponding program of the transaction for CALL CUSTOMER and get the program name

EXIT_<PROGRAM NAME>_001

Go to repository browser and check for the enhancement by giving your PROGRAM NAME.

Abdul

Read only

Former Member
0 Likes
606

Hi all,

I found all the enhancement regarding to particular problem but how could i came to know that whether the enhancement is for the menu exit or not?

thanks and Regards,

Sugeet.

Read only

Former Member
0 Likes
606

Go to cmod and create a project

Go to Enhancement Assignment and enter exit name.

Go to components the exit name(Function or Menu Exit) is specified here...

Ps: Reward points if helpful...