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

Function module to create transport

Former Member
0 Likes
2,187

Hi,

We are changing texts of data elements and once we make the change we would like to dynamically collect the objects into a transport,

Any idea on the function module that can be used. The transport creation would already me done all i would have to do is add objects to that transport.,

Any help is greatly appreciated.

thanks

amit

1 ACCEPTED SOLUTION
Read only

santhosh_patil
Contributor
0 Likes
1,846

Hi,

check this FM's:

<b>TR_EXT_ADD_REQ_ATTR</b> ( Add attributes to given request )

<b>TR_EXT_CREATE_REQUEST</b> ( Creation of change request )

<b>TR_EXT_INSERT_IN_REQUEST</b> ( Inserting object in given request )

---Patil

9 REPLIES 9
Read only

Former Member
0 Likes
1,846

HI,

you have created a request for a particular object

under that many other objects are placed.

and after some time

you want to add some o\more objects under that

means assign the same request

by cliking the f4 option

when the system asks for creating the request no

and search for your old request and double click on the request number

so that you can assign the same request to mutliple objects

if you already release therequest you cannot use the same request number

for that you have to creat a new request

reward points if helpful

regards,

venkatesh

Read only

Former Member
0 Likes
1,846

Hi,

if your are unable to search the request number like this

just to go

se11

give the data element name

and check for

ulitilites

version management

and you can see ther equest number of the data element

reward points if helpful

regards,

venkatesh

Read only

Former Member
0 Likes
1,846

Hi Amit,

We have an option to include Objects in a Transport.

request/task ->Object List --> Include Objects..

after that select radio Button -- Freely selected Objects

Here U can specify the development class and select Selected objects Radio Button which in turn will give u some check boxes and select data element check box.

A list will be displayed..

Select required data elements and save in the request.

Once these are saved in request , when changed and activated will present in your request.

I hope this will Suffice.

Cheers,

Vasant....

Read only

santhosh_patil
Contributor
0 Likes
1,847

Hi,

check this FM's:

<b>TR_EXT_ADD_REQ_ATTR</b> ( Add attributes to given request )

<b>TR_EXT_CREATE_REQUEST</b> ( Creation of change request )

<b>TR_EXT_INSERT_IN_REQUEST</b> ( Inserting object in given request )

---Patil

Read only

0 Likes
1,846

Santosh ,

I found this function module TR_OBJECTS_INSERT . The issue is that i am not sure how to pass the list of objects for a given transport request.

But the last one looks interesting. The only thing i have doubt on is can i different objects of different type just added to the same request as i dont see a type for the object.

Let me know.

Venkatesh,

I need something programmatic for 1000+objects and cant do what you are suggesting.

thanks

amit

Read only

0 Likes
1,846

Hi Amit,

The FM TR_EXT_INSERT_IN_REQUEST has the tables parameter IT_OBJECTS where you need to specify the type of objects.

is it what you are looking for or something else?

Reward points if useful.

Regards,

Atish

Read only

0 Likes
1,846

If you want to assign a object to a transport, it will ask you for a transport. If you have some transport in mind then search for that transport and assign to it.

Rgds,

Naren

Read only

0 Likes
1,846

Hi Amit,

you can also use the following FM's.

TR_GTADIRA_LIST_INSERT

TR_GTADIRA_LIST_PUT

Cheers,

Vasant..

Read only

0 Likes
1,846

Hello Guys,

I understood what i need. The function module sent my Senthil the last one is the most useful .

The other function module has multiple table interfaces and can be expanded to anything we need to dynamically collect transport objects.

I am assigning full points to Senthil.

Cheers

amit