cancel
Showing results for 
Search instead for 
Did you mean: 

Accepted Solutions (1)

Accepted Solutions (1)

former_member813481
Discoverer
0 Kudos

If all your customing steps are correct, then most probably you are trying to activate a version and it already exists. Generation of new version, if field is empty as in your case, then it will be ****0001. This is a cross-client table:

First make sure you don't have any active versions in node Maintain Inspection Object Type Version.

Then, make sure the above SAP Notes solve or not the issue.

And as a last resort, you have the option to generate a new one through debugging.

If you put a break-point on the message /SCWM/QINSP006, you will see that the error comes out from the form that checks whether any inspection exists in table QIE_IOBTYP and then:

If you a desperate to create one, make sure in tree of calling method to find the place where version number is added to the IOT and add one digit to the latest found. In your case could be ******00001 is not validated as a new one as it exists in QIE_IOBTYP . You change the version to ******00002 and run the program. Of course, it will generate first version as version ******00002.

If you are keen to have version 00001, then you go to node Maintain Inspection Object Type Version activate, save and then delete the existing version.( Make sure you delete all dependencies) This will delete the table entries for IOT versions(hopefully all, as it is a reference for node Generate). After that Generate new version as per process.

Hope it helps!

Answers (3)

Answers (3)

krishnakumar_chokkar
Active Participant
0 Kudos

Hi Harish ,

I'm also getting the similar error " No inspection object version were activated" .

Could you please let me know the solution if you found something ?

former_member793299
Discoverer
0 Kudos
yaping_wang2
Active Participant
0 Kudos

After generate the IOT version, you need to go to next menu Maintain IOT Version to activate it. You can activate from there.

h7676_9812
Explorer
0 Kudos

Hi Yaping Wang,

When i try to do Generate Inspection Object Types Version, it takes No inspection object versions were activated.

Could please support?