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

Copying Objects into a Namespace

gilsonsouza
Explorer
0 Kudos
766

Hi All,

I'm developing a product for my company and registered @ SAP a Namespace to Hold its objects. As the dead line for me to deliver the product was to close, I didn't had time enough to wait for SAP to release the Namespace for me and started the Development before, naming objects as Z*.

Now SAP released the namespace for me and I need to copy my developments into this namespace. Is there any simpler and most productive way to do that, different from Copying the objects one-on-one? Is there any way to do that for all objects of a Package at once?

Hope you could help.

Best Regards.

1 ACCEPTED SOLUTION
Read only

david_escofettrenado
Participant
0 Kudos
588

Hi,

Create a simple program with statements Read Report and Insert Report.

You can also create a LSMW. Add a recording to transaction SE38 using the button Rename.

Regards,

3 REPLIES 3
Read only

david_escofettrenado
Participant
0 Kudos
589

Hi,

Create a simple program with statements Read Report and Insert Report.

You can also create a LSMW. Add a recording to transaction SE38 using the button Rename.

Regards,

Read only

Sandra_Rossi
Active Contributor
0 Kudos
588

Maybe you could try SAPlink to export the objects into an XML file, then edit the XML file to replace all object names (via a simple text find/replace), and re-import the objects (still with SAPlink).

Read only

gilsonsouza
Explorer
0 Kudos
588

Hello Sandra and David, Thank you for your replies, I did solve the problem using the Read Report /Insert Report. So much faster.

The Topic is Now Closed.

Best Regards,

Gilson.