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

Need a User Exit or BADI - Assign a value when creating custom programs

Former Member
0 Likes
483

Hi experts -

I am looking for a User Exit or BADI, so that when we create transports for custom programs, we can assign a value to it containing an ID where we can have a list of programs and their relevant IDs in a custom table.

Does this exists?

Thanks for your input!

halolsu

Hi experts -

I am looking for a User Exit or BADI, so that when we create transports for custom programs, we can assign a value to it containing an ID where we can have a list of programs and their relevant IDs in a custom table.

Does this exists?

Thanks for your input!

halolsu

2 REPLIES 2
Read only

BGarcia
Active Contributor
0 Likes
465

Hello Mark,

Don't know if I mistunderstood the question, but it seems that you want to do someting when creating requests.

If so, there is a BADI called CTS_REQUEST_CHECK, that presents you with 4 methods that allow you to manipulate the request in different occasions. One of them is CHECK_BEFORE_CREATION, that is fired after you tried to create an new request.

See if this can be of any help to you.

Kind regards.

Bruno

Edited by: Bruno Garcia on Jul 22, 2008 5:51 PM

Read only

Former Member
0 Likes
465

Thanks for your help Bruno! I will dig up some info based on your recommendations and see what I can find.

Mark