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: 

finding cmod enhancement name from include name

Former Member
0 Kudos

Hi,

please write me how to find the cmod related-side of the user exit's, for instance, EXIT_SAPMM06E_012,

i need the name of this exit(EXIT_SAPMM06E_012) that can be used in cmod?

how can i find it?

thanks.

OK SOLVED...

Edited by: hakaramakara on Jul 20, 2010 3:53 PM

1 REPLY 1

Subhankar
Active Contributor
0 Kudos

Hi,

1. get exit name from MODSAP (Select NAME from MODSAP where MEMBER = EXIT_SAPMM06E_012)

2. Get project name from MODACT (Select name from MODACT where MEMBER = modsap-name)

Thanks

Subhankar.