cancel
Showing results for 
Search instead for 
Did you mean: 

LSMW classification direct input

Former Member
0 Kudos

Dear Gurus,

I am having an error while updating characteristic value on class 300 (Variants).  With the same template for class 001 (material class) I have succeeded without any error.

The error message is "CLAP_DDB_UPDATE_CLASSIFICATION: exception    24" is only happening for class type 300 only, it made me wonder what have I done wrong.

Please let me know the solution

Regards,

Beto

Accepted Solutions (1)

Accepted Solutions (1)

Enda
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi ,

In the documentation for  RCCLBI03 is says :

Format for an assignment (BIKSSK)

OBTAB30  (102)Object category (only for mafid=O 😞
If several object categories are allowed for a class type,
the category from Customizing table TCLAO must be entered
here, e.g. 'MARA' for class type 022/023.

I checked for the class type 300 in the table  TCLAO and their is several object categories available.

For class type 001 their isn't which is why you don't get the same error for it .

Please assignment OBTAB  as MARA , MARAT or  MARC and check if still the error is raised.

I hope the information is of help

Enda.

Former Member
0 Kudos

Thank you Enda, it solve my problem.

Answers (1)

Answers (1)

JL23
Active Contributor
0 Kudos

I guess you missed leading zeros.

Go SE38, enter RCCLBI03 and read the docu, its almost at the end (which does not mean the rest is not worth to know)

Former Member
0 Kudos

Hi Jurgen,

I have put all the leading zeros, the overall character is 18 right?

Because with the same LSMW template I can update any 001 material class, it just does not work with 300.

Regards,

Beto

JL23
Active Contributor
0 Kudos

Looking at the exceptions in function module  CLAP_DDB_UPDATE_CLASSIFICATION  

it says:

mtart_not_exist           = 24

Material type does not exist.

Can you check

Former Member
0 Kudos

Hi,

The material type exist, since it is the same material I succesfully updated for class 001.

Any other idea?

JL23
Active Contributor
0 Kudos

debug the function module