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: 

User EXit / BADI to find if a program is changed or saved

poornimal_nathan
Explorer
0 Kudos

Hi,

I need a user exit/BADI to tell me details of the program if it is being changed or saved. I need to capture the action when an object is changed or the point where a transport is created on saving the object. I found a CTS BADI. But it did not contain the name of the object being changed/saved. Can someone plz help me reg the same?

Poornima L Nathan

1 ACCEPTED SOLUTION

former_member193382
Active Contributor
0 Kudos

Hi,

try the following BADi and user-exits.

CTS_EXPORT_FEEDBACK -> feedback after export of a transport request.

CTS_IMPORT_FEEDBACK -> feedback after import of a transport request.

CTS_INT_REQUEST_CHECK -> internal: request checks.

CTS_REQUEST_CHECK -> request checks.

CTS_TASKDOC_TEMPLATE -> determine template for the task documentation.

This will help you in transport request issue.

As far as the program changes are concerned i guess you can use version management to compare them.

let me know if it works.

Regards,

Raj

1 REPLY 1

former_member193382
Active Contributor
0 Kudos

Hi,

try the following BADi and user-exits.

CTS_EXPORT_FEEDBACK -> feedback after export of a transport request.

CTS_IMPORT_FEEDBACK -> feedback after import of a transport request.

CTS_INT_REQUEST_CHECK -> internal: request checks.

CTS_REQUEST_CHECK -> request checks.

CTS_TASKDOC_TEMPLATE -> determine template for the task documentation.

This will help you in transport request issue.

As far as the program changes are concerned i guess you can use version management to compare them.

let me know if it works.

Regards,

Raj