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: 

transporting a Z report

sudha_naik
Advisor
Advisor
0 Kudos

Hello,

I need to transport a Z report which is part of $TMP package. Could anyone please tell how to go about it.

Regards

Sudha

8 REPLIES 8

Former Member
0 Kudos

Hi sudha,

Goto tcode stms and transport ur z report and goto tcode se09 to release it

Regards,

Azhar

Former Member
0 Kudos

Local objects ($TMP) can't be transported.

for ones in packages-->

Transport ABAP Report from Developer to Production

Assuming that you wrote an abap report in developer 300 and would like to transport it to production 900.

The Step by step procedure to transport from developer to production :-

1) Go to Se80

2) Select the radio button for Program and give the program name in the input box

3) Press display

4) Now it will go to another screen, then place the cursor on program name and press

Shift+F6 OR Click transport Button.

5) Save the program in Existing request or Create a new request. After Saving the

Program in Transport request and come out of the screen

6) Goto se38, type the program name and activate it, press Control+F4

7) it will go to next screen, showing all your transport request.

😎 Select your request and click on folder to expand it, after expanding it will show

another request inside.

9) Expand that request also and check your program exist or not,

10) select the inner request and press Right click, it will show a list, plz select release

11) it will goto another screen there press save button and press back button.

12) now the color of the inner request is changed, and relese the outer request, it will take

some seconds . please wait..

13) once this is over, please tell this outer request no. to basis guys and ask them to move quality

or production server.

also refer

http://www.planetsap.com/cts.htm

regards,

srinivas

<b>*reward for useful answers*</b>

Former Member
0 Kudos

HI,

Objects saved in $TMP are non transportable. They are local objects.

Regards,

Sankar

kiran_k8
Active Contributor
0 Kudos

Sudha,

$TMP means it is a local object and can't be transported.For a object to be transported it should be assigned to a package so that we will be able to create a transport request.Once we create a transport request we will release it to quality and subsequently to Production.

se21 is used to create a package

se09 is used to transport a request.

K.Kiran.

Former Member
0 Kudos

Hi Sudha,

If you want to tranport any kind of object that should be attached to CTS. Other wise we can not transport the obejct to other systems...

So just attach ur report to one CTS... i think for $TMP package it will not ask for any CTS... you have to change the Package also.

Regards,

Satya

former_member404244
Active Contributor
0 Kudos

hi,

goto se38->give the program name ->then in the menubar press on GOTO->>OBJECT DIRECTORY ENTRY.change the pacage $TMP to some zpackage..Change the saves in a request ,and now u can transport the request.

$TMP objects cannot be transported .

Regards,

Nagaraj

Former Member
0 Kudos

Hi Naik

the objects stored in $tmp are not transportable

do one thing open u r object and make some changes and replace original changes then press save button here it will ask request number so u can save into ur working package.......

reward points to all helpful answers

kiran.M

Former Member
0 Kudos

Hi,

First goto Goto Menu in se38 screen. Chose object directory entry.Now open in change mode and edit your package then make request of it .

Then goto se09 to for releasing this request.

Rewards points if it is useful.