‎2008 Jul 02 11:54 AM
hi gurs,
i have do some changes in our abap report. after chages i save the programe but request not generate.
pl. help.
‎2008 Jul 02 11:59 AM
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 ..
‎2008 Jul 02 11:56 AM
Hi ,
may be u saved ur report in $TMP
or
Transport request is already created for it.
regards
prabhu
‎2008 Jul 02 11:57 AM
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
‎2008 Jul 02 11:58 AM
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.
‎2008 Jul 02 11:59 AM
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 ..
‎2008 Jul 02 12:01 PM
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
‎2008 Jul 02 12:05 PM
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.
‎2008 Jul 02 12:46 PM
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.
‎2008 Jul 02 12:48 PM
Hi
Check it out, might be the changes are saved in the same tansport request(parent request number)