Application Development 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: 

Create transport automatically

Former Member
0 Kudos

HI,

i have customization table and to change or create some data their i need to open transport .

i want to allow to make the customization also via WS or RFC (like from the portal - i.e. expose some web UI that the user can do exactly the same from web UI ) but i don't now how to handle the transport between the system Dev, QA, PRD.

any idea?

Best Regards

Michael

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI All,

I find the FM IW_C_CREATE_TRANSPORT_REQUEST that build the request automatically but how i relate it to the customization that I build.

Also i find the Fm:

TR_EXT_CREATE_REQUEST ( Creation of change request )

TR_EXT_INSERT_IN_REQUEST ( Inserting object in given request )

How i can insert the object to the request ?

Regards

MIchael

Edited by: Michael A on Apr 16, 2009 2:58 PM

10 REPLIES 10

Former Member
0 Kudos

Try ISH_N2_CREATE_TRANSPORT

0 Kudos

Hi Shinatl

Thanks ,but i don't find it,

i try in se37 and se38 no results

Regards

Michael

Former Member
0 Kudos

use Tcode STMS to transport the request from one client to other client .

0 Kudos

Hi Sachhidananda,

Thanks but i need to do this process automatically ,i.e. when the user create some configuration (in DEV system) in the customization tables ,the transport will create and release automatically to QA.

there is option to do such of thing ?

Regards

Michael

0 Kudos

Hi michel,

Be sure that the table should be client independent then only it is possible.

Former Member
0 Kudos

Go to SE10. Press F5.

Enter Transport number.

Place cursor on the Task

Click on the icon 'Display Object List'.

Switch from display mode to change mode.

Click on 'New Entries'.

Enter R3TR, TABU, ZTABLENAME in the three columns.

Save it

Former Member
0 Kudos

HI All,

I find the FM IW_C_CREATE_TRANSPORT_REQUEST that build the request automatically but how i relate it to the customization that I build.

Also i find the Fm:

TR_EXT_CREATE_REQUEST ( Creation of change request )

TR_EXT_INSERT_IN_REQUEST ( Inserting object in given request )

How i can insert the object to the request ?

Regards

MIchael

Edited by: Michael A on Apr 16, 2009 2:58 PM

0 Kudos

Hi Machel,

All configuration is maintained in config. tables normally starting with T.

Similarly you have your configuration in some tables, hence you need to add entries of that table to the transport.

Look at the function module (e.g.) HR_TRANSPORT_TABLE which can transport table entries.

To answer your query Object = Table

Regards,

Aditya

Edited by: Aditya Laud on Apr 16, 2009 3:15 PM

0 Kudos

HI Aditya,

Thanks a lot for your replay!

Since i new to the transport system issue , can u please describe me the flow process from using the FM

TR_EXT_CREATE_REQUEST to the FM TR_EXT_INSERT_IN_REQUEST .

Assume i want to create some customization in the customization table.

Regards

Michael

0 Kudos

HI All !

Since i new to the transport system issue , can someone please describe me the flow process from using the FM

TR_EXT_CREATE_REQUEST to the FM TR_EXT_INSERT_IN_REQUEST .

i.e. if i want to add the object to the transport how i do that .

Best Regards

Michael

Edited by: Michael A on Apr 18, 2009 9:28 PM