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

Customer Exits- CMOD

Former Member
0 Likes
534

Hi,

In transaction CMOD we create a project for the exits and assign function modules to them.I would like to know where would these entries be stored.

Are there any system tables or function modules by which we could create the project? My requirement is like to create the project through code without going to the transaction CMOD. Plz help.

Thanks in advance

Hema

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
494

Hello Hema,

Check table MODSAP which holds all the information.

4 REPLIES 4
Read only

Former Member
0 Likes
494

Hema,

These will be in the tables MODACT, but I am not sure why do you want to automate this as its a decision that you will have to take by looking at which components are there in the SMOD transaction and add the appropriate one to the project.

Regards,

Ravi

Note :Please mark the helpful answers

Read only

0 Likes
494

Hi Ravi,

Thanks for the table name MODACT. But still if any function module is available which uses this table it would be very helpful.

Thanks

Hema

Read only

0 Likes
494

Hema,

See the Function Group SMOD for Function Module related.

Cheers,

Thomas.

Read only

Former Member
0 Likes
495

Hello Hema,

Check table MODSAP which holds all the information.