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: 

Exporting a Class

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

10 REPLIES 10

Former Member
0 Kudos

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.

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

Former Member
0 Kudos

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

0 Kudos

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

0 Kudos

Hi,

I am not sure why are you not using the tr. request method?

Regards,

Ravi

0 Kudos

Yes,

the SAP Box are not in "request chain".

For example: SAP of different company.

Salvatore

0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

@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