cancel
Showing results for 
Search instead for 
Did you mean: 

Copy class 001 to 002

former_member769662
Discoverer
0 Kudos

Hello, experts

We're facing a very specific scenario where we need to COPY some classes 001, including its attributes, to 002 type

E.g. - 001 FlowControl -(copy)-> 002 FlowControl

Is it possible?

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

peter_atkin
Active Contributor
0 Kudos

If its an initial data load, then you might want to consider an LSMW, SCATT, or GUI Script, etc to load the data.

If its an ongoing requirement, then maybe an ABAP program with a transaction is more practical.

PeteA

former_member769662
Discoverer
0 Kudos

Let me describe the full scenario

We're implementing SAP Intelligent Asset Management and the class 001 is replicated as "Model Template" from ERP to IAM and this Model Template generates a "Model";

Class 002 is replicated as "Equipment Template";

Every equipment must have one model and at least one equipment template (for characteristics (attributes on IAM));

For some reason they've created characteristics in 001 classes, which wasn't necessary, and now we need to copy everything that was created on 001 to 002.

Since it's not an IL, I'll go for the second suggestion

Thank you!

peter_atkin
Active Contributor
0 Kudos

Rafael Velasco,

I don't think there is any transactions to do this as each Class Type (001, 002, etc) has different configuration.

But its a quick cop+paste exercise in CL02.

PeteA

former_member769662
Discoverer
0 Kudos

Thank you for your answer

I've tried "create with template" on CL02, but unfortunately the system doesn't allow to use a 001 as model to create a 002

Although, if you actually talking about Control + C -> Control + V, it turns out being a little inviable, considering the amount of classes and the insane amount of characteristics