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: 

transport request

Former Member
0 Kudos

why we need a transport request associated with a abap program.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

We require transport request for transporting the program to Quality and production systema nd to maintain versions of the program.If you do not want to maintain the versions and transport the program then you can save the program in $tmp develpment class / Package or else you need to use the Custom development class.

Hope this helps.

3 REPLIES 3

Former Member
0 Kudos

Hi,

We require transport request for transporting the program to Quality and production systema nd to maintain versions of the program.If you do not want to maintain the versions and transport the program then you can save the program in $tmp develpment class / Package or else you need to use the Custom development class.

Hope this helps.

Former Member
0 Kudos

to move the program to Quality server to test it completely and then move to the production server to use it in realtime.

Regards

sriknath

Former Member
0 Kudos

Hello,

If you want to transport your object ( here say PROGRAM) to other systems it should be stored under a transport request. For this while creating the program you have to give the development class. So after that automatically an object entry will be created by SAP for your program.

So every request has development class and object entry associated with it. Then only the object can be transported to other quality and production systems. This is called repository.

If you want to develop and test the program for rough use you can store the program under $TMP, so this will not require any transport request as it will not be transported.

Regs,

Venkat Ramanan N