‎2007 Jun 12 5:24 AM
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
‎2007 Jun 12 6:37 AM
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
‎2007 Jun 12 5:32 AM
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
‎2007 Jun 12 5:34 AM
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
‎2007 Jun 12 5:44 AM
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....
‎2007 Jun 12 6:37 AM
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
‎2007 Jun 13 1:41 AM
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
‎2007 Jun 13 1:45 AM
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
‎2007 Jun 13 2:18 AM
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
‎2007 Jun 13 4:07 AM
Hi Amit,
you can also use the following FM's.
TR_GTADIRA_LIST_INSERT
TR_GTADIRA_LIST_PUT
Cheers,
Vasant..
‎2007 Jun 15 5:41 PM
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