2005 Sep 30 3:35 PM
I used to create an ABAP4 report program, but maybe when I created it, I created it as local or $TMP that there is no any Change Request related to this program. Now I want to transport this program from Development to Test, how would create a Change Request that includes this program?
Thanks in advance!
2005 Sep 30 3:45 PM
Kevin,
Generally objects saved in a local package are not transported. You should always assign those objects to a change request and a developemnt class or package.
Copy your program in to a new program and assign that new program to a CTS and a package. Then you always can rename the new program name to the old programs name once after deleting the old program.
Thanks
2005 Sep 30 3:40 PM
Hi,
First you should change the delopment class. Use tr.code SE80 to change the development class.
Svetlin
2005 Sep 30 3:40 PM
2005 Sep 30 3:40 PM
Clone the program with a new name and attach it to new transport from a valid Dev Class or Package type using the Create new Request button.
2005 Sep 30 3:45 PM
Kevin,
Generally objects saved in a local package are not transported. You should always assign those objects to a change request and a developemnt class or package.
Copy your program in to a new program and assign that new program to a CTS and a package. Then you always can rename the new program name to the old programs name once after deleting the old program.
Thanks
2005 Sep 30 3:47 PM
2005 Sep 30 3:49 PM
Hi Kevin
If you want to transport your program you have to assign a development class to it.
So you can do it by SE38:
Go To ->Object directory entry
A popup'll come, push CHANGE ICON and insert a dev class.
Max