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: 

want to know everything about transports

Former Member
0 Kudos

Hello,

I will be very thankful if someone can give me links on the topi 'transports'.

But it will be more nice of you if you can explain also little bit.

1. what are transports

2. how they are created

3. how they are send to customer

4. I did some corrections in a Z.. program (se38), now i want to send this to customer, how can i do this

thanks

surjit

i tried to search SAP help , but it is giving me some TIS help.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Surjit,

Check this link for documentation -

http://help.sap.com//saphelp_470/helpdata/EN/57/38e14e4eb711d182bf0000e829fbfe/frameset.htm

Transports are a means of recording whatever change you do to a development or customizing object and move this to your TEST & production server.

( Objects assigned to a transportable development class will always prompt for a request when you create or change these objects . Object in dev class $TMP dont require a transport. So to transport objects out of your system you should assign them to a valid development class ).

You can also use transports to send development objects to customer. You have to create a transport with a transportable target . Then release it. This will create Data & Co files at Operating Syatem level. Pick up these files and give it to customer to upload it in their system. The upload can be done using STMS and "tp" command at O/s level. The data & co files should be present in the o/s of the application server in which you are trying to upload. These activities are mostly handled by BASIS folks.

Cheers.

( Dont forget to reward if answers were helpful )

4 REPLIES 4

Former Member
0 Kudos

Hi Surjit,

Check this link for documentation -

http://help.sap.com//saphelp_470/helpdata/EN/57/38e14e4eb711d182bf0000e829fbfe/frameset.htm

Transports are a means of recording whatever change you do to a development or customizing object and move this to your TEST & production server.

( Objects assigned to a transportable development class will always prompt for a request when you create or change these objects . Object in dev class $TMP dont require a transport. So to transport objects out of your system you should assign them to a valid development class ).

You can also use transports to send development objects to customer. You have to create a transport with a transportable target . Then release it. This will create Data & Co files at Operating Syatem level. Pick up these files and give it to customer to upload it in their system. The upload can be done using STMS and "tp" command at O/s level. The data & co files should be present in the o/s of the application server in which you are trying to upload. These activities are mostly handled by BASIS folks.

Cheers.

( Dont forget to reward if answers were helpful )

0 Kudos

Hi Sanjay,

Thanks link is very useful.

Also your explanation is great.

Yes i have created my Z.. program in a development class .

if possible can you give me tcodes, with which i can create transports of this program and send it customer.

Our Basis person is on leave today and i need to send it to customer.

please can you help

thanks

surjit

0 Kudos

can someone please give me TCODE for transport organizer

thanks

surjit

0 Kudos

Hi ,

Check SE10 and SE09..

I hope u know the difference between the customizing transport req and Workbench Transport req . If not revert me .

J