2006 May 12 9:01 AM
Hi,
I have created differents class using class bulider (tcode SE24).
How I can export this class to install into a different sap box?
I have to create the same class manually?
Thanks
Salvatore
2006 May 12 9:07 AM
Hi
What does "Different SAP Box"?
Do you mean a different system?
If it's so, I don't beleave there's a tools for download, you should try to create a request for your classes and import this to the new system...or you re-create them manually, of course.
Max
2006 May 12 9:05 AM
Hi salvatore,
1. How I can export this class to install into a different sap box
When u must have created the class using se24,
it must have asked for the REQUEST NUMBER.
2. using that we can transport.
regards,
amit m.
2006 May 12 9:05 AM
Hi,
You should attach all the changes to a TRANSPORT REQUEST and move the tr. request to other box so that all the objects are created there as well.
You can use SE09, to create a transport request
Usually the BASIS team takes care of the transports.
Regards,
Ravi
Note : Please mark the helpful answers
2006 May 12 9:06 AM
Hi Salvatore,
You can transport the class to that SAP box.
To do that create <b>transport request</b> and add
the calss to the request and transport to that system.
Thanks&Regrds,
Siri.
2006 May 12 9:07 AM
Hi
What does "Different SAP Box"?
Do you mean a different system?
If it's so, I don't beleave there's a tools for download, you should try to create a request for your classes and import this to the new system...or you re-create them manually, of course.
Max
2006 May 12 2:08 PM
Yes Max... this is the case...
My idea was to found the sorce code and export it...
If not, you can't install any program based on this class without create manualyy each time the class!
It's a great problem... any solution?
Message was edited by: Salvatore Volpe
2006 May 12 2:22 PM
Hi,
I am not sure why are you not using the tr. request method?
Regards,
Ravi
2006 May 12 3:20 PM
Yes,
the SAP Box are not in "request chain".
For example: SAP of different company.
Salvatore
2006 May 12 5:24 PM
Hi Salvatore
After releasing an request the system creates two files: data file and cofile.
You should pick up these two files from original server SAP and past them in the destination server SAP.
After pasting the files in the new server (development) SAP, you can add and import your request in the development queue.
These are the paths:
<SERVER SAP>\usr\sap\trans\data
<SERVER SAP>\usr\sap\trans\cofile
You can do it only if the basis and/or lan administrator are your "friends".
Max
2006 May 12 2:20 PM
Hi,
You do not need to create class again in separate SAP box. Its must have asked you for change request.
If you have saved in $tmp then pls. save in proper development class where it will ask you for change request. Create new request.
Just transport this request to new SAP BOX. (TC : SE09)
Cheers,
Nilesh
2006 May 12 3:36 PM
@Nilesh:
You have to move your objects to another development class! Objects in development class $TMP are treated as local objects that cannot be exported.
To achive this, launch txn SE03 -> Object Directory -> Change Object Directory Entries, then select you objects by typing "$TMP" into the field for development class. Double-clicking an object enables you to change the development class of the according object.
Message was edited by: Mike Schernbeck