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: 

How to check a request on import

Former Member
0 Kudos

Hi,

i want to check a request on import. Do you know a BADI (or something like that)?

Regards,

Sena.

3 REPLIES 3

Former Member
0 Kudos

Hi sena,

1. U can use the following badi

CTS_IMPORT_FEEDBACK = Feedback after import of transport requests

regards,

amit m.

0 Kudos

thanks Amit but i want to check before the import of the request. if the check fails, we will not import the request..

0 Kudos

HI again,

1. I don't there will be any badi for this.

BCOS import happens via a scheduler.

2. Its better to do this check,

Before Exporting / Releasing the request.

For that, one can use CTS_REQUEST_CHECK.

regards,

amit m.