Application Development and Automation 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: 
Read only

change request

Former Member
0 Likes
854

hi gurs,

i have do some changes in our abap report. after chages i save the programe but request not generate.

pl. help.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
834

check if the program is in tmp.(no development class)

if so u need to goto

goto-->object directory entry .. give the package name ..

and save .. it will ask for transport request.. create ..

8 REPLIES 8
Read only

Former Member
0 Likes
834

Hi ,

may be u saved ur report in $TMP

or

Transport request is already created for it.

regards

prabhu

Read only

former_member195383
Active Contributor
0 Likes
834

Hi go to..

utility->versions->version management.

There u can see the TR under which the programm is currently active...

If the TR is under your id then u can simply transport that to higher systems..

If its not created that means u have saved the program under a local object...in that case copy that program and save it under a development class..then it will ask for a TR..

Hope it helps...reward if helpful...

Edited by: Rudra Prasanna Mohapatra on Jul 2, 2008 12:58 PM

Read only

GauthamV
Active Contributor
0 Likes
834

hi,

u have so many reasons for that.

1. if u saved in lacal object it will not ask for request.

2. if the previous request was not released also it will not ask for request.

..............

check table E071 by giving ur program name , it will show all avilable reuqests for ur program.

Read only

Former Member
0 Likes
835

check if the program is in tmp.(no development class)

if so u need to goto

goto-->object directory entry .. give the package name ..

and save .. it will ask for transport request.. create ..

Read only

sachin_mathapati
Contributor
0 Likes
834

hi suresh,

1. Check if it is assigned to a Development class or not.

SE38 -- > Report name --> click on Attributs radio button --> Display ..Check if development class is filled or not.

If development class is blank then the report is a local object and hence it will not ask for TR.

2. Check the Version management of program.

SE38 --> program name -->Display --> utilities -->version --> Version management .

and check if someone else is working on the report program.

3. Check in SE09 if this report is already in any of your TR's list.

Regards,

Sachin M M

Read only

Former Member
0 Likes
834

Hi,

Is your program saved as local object?

If it is yes, then go to se80 --> select local objects --> Select the Program from Programs --> Right click --> Other functions --> Chnage package assignment --> Assing a package it will prompt for transport request.

Thanks,

Sriram POnna.

Read only

Former Member
0 Likes
834

Run 'SE38'

Give your program name.

Now, enter into the program then follow as...

Utilities --> Versions --> Version Management

In Version Management you will be able to see the Transport Request Number (CTS). If it is written as 'LOCAL' then your program saved in a Local transport else it is saved in the CTS whose number is displayed in Version Management.

If it is saved in LOCAL then COPY the whole program and PASTE to create a new program and the SAVE the program in a CTS.

Read only

former_member654348
Participant
0 Likes
834

Hi

Check it out, might be the changes are saved in the same tansport request(parent request number)