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

insert report - transport request?

Former Member
0 Likes
1,049

Hi community,

I wrote a program which inserts a code sequence into other programs using insert report.

Is it somehow possible to generate a transport request for these modifications dynamically?

Cheers,

Eric

3 REPLIES 3
Read only

Former Member
0 Likes
693

Fi Eric, I am managing the same problem, did you find a response for this?

Thanks!!!

Read only

0 Likes
693

You may use RS_CORR_CHECK and RS_CORR_INSERT function modules, which mimic the dialogs to choose transport request, and insert the object into the transport request.

You also need to insert a line in the object directory entry, and assign the program to a package, using TR_TADIR_POPUP_ENTRY_E071 function module (it asks the package via popup dialog)

Read only

Former Member
0 Likes
693

I have made rome reasearch and i have a solution for botho your and my problem:

Use function module CIF_PROGRAM_INSERT istead of insert report. if you use pattern it will give you all you need. When you create the program this way it asks you for a transport request 😃

Greetings,

Artur.