cancel
Showing results for 
Search instead for 
Did you mean: 

User exit to run before importing abap transport in TMS

Former Member
0 Kudos

Hi,

I need to run a check before importing an ABAP transport.

I've seen a BADI that can be used after transport, also handy, but I really need to check dependencies before importing as well.

Is there a user exit or badi that can do this?

Thanks

Tom

Accepted Solutions (0)

Answers (2)

Answers (2)

tomas_black
Employee
Employee
0 Kudos

Hello Tom,

complementing the information from Siddhesh, you can alternatively use the Customer User Exits. Please have a look at this document, I believe it's quite handy for your scenario:

http://wiki.sdn.sap.com/wiki/display/ABAP/CustomerExits%28CMOD%29

I hope this helps somehow

Best regards,

Tomas Black

former_member185954
Active Contributor
0 Kudos

Hello,

This is possible in a crude away. SAP fires two events in the Transport Import process, SAP_IMPORT_START and SAP_IMPORT_STOP

You can define your actions according to your needs with jobs scheduled to be triggered on these events.

So basically you write your program to run the checks you need before import starts and take actions necessary.

However there are some limitations around this:

Check this link:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/ef/09745ec0c011d2b437006094b9ea64/frameset.htm

Regards,

Siddhesh