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

Notification about errors during transport from DEV to QAS server.

Arun_Prabhu_K
Active Contributor
0 Likes
410

Hi Guys.

Is there any way of alerting the user about the errors that arise when moving the transaction from DEV client to QAS client?

For Instance,In DEV the program may be working fine and while transporting sometimes errors can arise by not including all the necessary files while moving to QAS server.

Kind of auto-email facility notifying the user...

1 ACCEPTED SOLUTION
Read only

mvoros
Active Contributor
0 Likes
366

Hi,

there might be some standard functionality for TMS but if you can't find anything then you can still use BADI CTS_IMPORT_FEEDBACK. The only method if this BADI is called right after import of each transport.

Cheers

Hi Guys.

Is there any way of alerting the user about the errors that arise when moving the transaction from DEV client to QAS client?

For Instance,In DEV the program may be working fine and while transporting sometimes errors can arise by not including all the necessary files while moving to QAS server.

Kind of auto-email facility notifying the user...

1 REPLY 1
Read only

mvoros
Active Contributor
0 Likes
367

Hi,

there might be some standard functionality for TMS but if you can't find anything then you can still use BADI CTS_IMPORT_FEEDBACK. The only method if this BADI is called right after import of each transport.

Cheers