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: 

F110 User Exit: Include ZXTDAU01

Former Member
0 Kudos

Before a refresh I added code to the Include mentioned.However, I cannot find the User Exit in SMOD to activate the code in CMOD. I know to run the Find User exit utility for F110, but I do not see this user Exit listed. Is there a way, table?, I can find the User Exit I re-coded EXIT_SAPMFDTA_001(ZXTDAU01), in a table that would link me to the SMOD or other data so I can activate the User Exit?

Thank-You.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

MODSAP is the table where you can check the enhancement name

FDTAX001 is the enhancement name to activate and in SMOD and cmod

Regards

Krishna

3 REPLIES 3

Former Member
0 Kudos

Hi,

MODSAP is the table where you can check the enhancement name

FDTAX001 is the enhancement name to activate and in SMOD and cmod

Regards

Krishna

Former Member
0 Kudos

go to t-code Se15-->expand the enhacement tab-->enter userexit                 
                             (EXIT_SAPMFDTA_001) or Include ZXTDAU01 ..under exit name and 
                           execute you will get the list of Implementataions...

All the User exits are stored in Table MODSAP..

Prabhudas

MarcinPciak
Active Contributor
0 Kudos

- Go to CMOD-> Utilities -> SAP enhacenments .

- In Additonal selections frame Component name field, type in SAPMFDTA with * on both sides -> run.

- Here you have your exit name. Double click and you have Fm EXIT_SAPMFDTA_001 .

Regards

Marcin