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

Write in transport request

Former Member
0 Likes
990

Hey,

I am curently writing a programm that lets the user modify data elements (via source code), I then save the modifications made and want to write them in a transport request ( previously entered by the user ).

I am awear that I need to use the functions 'TR_OBJECT_CHECK' and 'TR_OBJECT_INSERT' but I don't know how/where to write the transport request asked by the user in this functions.

Thanks,

Marc

Hey,

I am curently writing a programm that lets the user modify data elements (via source code), I then save the modifications made and want to write them in a transport request ( previously entered by the user ).

I am awear that I need to use the functions 'TR_OBJECT_CHECK' and 'TR_OBJECT_INSERT' but I don't know how/where to write the transport request asked by the user in this functions.

Thanks,

Marc

2 REPLIES 2
Read only

SimoneMilesi
Active Contributor
0 Likes
808

Did you tested in SE37 or with a small report?

Did you try to put a break point in those FM and see what happens (and if they are triggered) when you save a data element in SE11?

Read only

former_member226519
Active Contributor
0 Likes
808

I don't get the point.

you can create a request using fm IW_C_CREATE_TRANSPORT_REQUEST

and fm TR_OBJECT_CHECK and TR_OBJECTS_INSERT do have importing parameters WE_ORDER and WE_TASK