cancel
Showing results for 
Search instead for 
Did you mean: 

To Copy inspection plan classification details

0 Kudos

Hello ,

We have a  requirement to do  mass upload of inspection plan from one group counter to another .

For example If I have an inspection plan with name A and  group counter 1 then I have to upload the contents of group couner 1 to 2 .

This we have to do in mass for various inspection plan .

But now the problem that we are facing is that the classification details are not getting copied .

What is the standard way of copying the details of the classification from one group counter to another ?

Regards ,

Sujit Prasad

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member42743
Active Contributor
0 Kudos

Classification is separate from the inspection plans themselves.

There is no standard SAP program or tool for copying inspection plan classifications as far as I know.

You'd have to write programs to extract the info and than reload it.   There are FM's availabe to help programmers with extracting and importing classification information.  I'd look into getting a developer that is familar with classification.

Craig

former_member207800
Active Contributor
0 Kudos

Craig S answered correctly.

I'm adding more comment.

The BAPI_INSPECTIONPLAN_CREATE does not provide adding classification.

So you need to copy or create new group counter at fisrt, then assgin classification to newly created inspection plan.

Try to use the function module CLAE_CLASSIFY_OBJECT to assign classification.

Regards

arunsapqm
Participant
0 Kudos

Hi Sujit,

Pls check this link http://www.tcodesearch.com/sap-fms/list?module=qm-im

thanks in advance

former_member42743
Active Contributor
0 Kudos

Can I ask?  Exactly what in that link were you thinking would help him?

It's just a list of FM's none of which are related to classification.

Craig