cancel
Showing results for 
Search instead for 
Did you mean: 

Loading of Recipes & Specifications into another SAP instance

mark_dangcil
Explorer
0 Kudos

Gentlemen & Ladies:

Has anyone here did/have experience loading of recipes and specifications from one SAP instance to another? That is - the data has to remain the same (subid, recn ...etc) when transfered to the new system.

Is there a tool within SAP that could do this? I would also appreciate third-parties, if any.

Thanks,

USGMD

- Mark

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Would you please elaborate on why you need to keep the internally generated keys like RECN same as source system?

mark_dangcil
Explorer
0 Kudos

Hi All,

Just wanted to close the loop here.

We used the following transactions in loading the existing specs into another SAP instance -

  • CG3Y - Download File

  • CG3Z - Upload File

  • CG33 - Impor Specifications

Since Phrases are also used, TCode - CG31 was also used.

For recipes and formulas we developed a custom program.

Just thought the above may be of use to somebody in this forum.

All the best,

- Mark

Former Member
0 Kudos

Try BAPI_BUS1077_SAVREPMUL. But this use a IDOC structure. But I am not sure if this is usefule to upload data from one system to another. But I guess this will have the RECN number same as the other system.

David

Former Member
0 Kudos

Mark, you know that there is a cg33-transaction for uploading specifications ? There you can keep the subids and additioonal information, but not the recns (they are internal keys).

Gunther