cancel
Showing results for 
Search instead for 
Did you mean: 

Classification view

Former Member
0 Kudos

Hi all,

I am creating the classifiation view for the material in bdc.

After registering the classification view, i have to save the class type and its characteristics value.

but i need to know the relation of material code and the clas type registered.

i have founc the following information

KLAH - master table for the class type

CABN - master table for characteristics

AUSP - in this table objek field contains the material code and atwrt ciontains the value for that.

CABN and AUSP are related by the field atinn.

Information needed:

Where the classtype and the material are related.

to be specific, how can i find that the particular class type is registered for the material.

Please help me.

Regards,

S.Shankar

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Shankar,

It is not advisable to use BDC for classification. Check this program RCCLBI03 instead. This program allows you create classification for the materials. Please read the documentation of the program for details about the structure of the input.

Regards,

Srinivas

Former Member
0 Kudos

hi,

Thank you for youe reply.

I have created the material and the classifcation view fro that.

then i update classtype say 001.

I cannot find any entries in INOB table.

But the function module CLAF_CLASSIFICATION_OF_OBJECTS

is very useful. using that i can find whether the class type is exist for that material or not.

thank you for that

needed info.

in the bdc is any way to find the position or line where the clastype exists.

suppose if i update 3 class tyeps, ihave the change the data in calsstype 2. but i cannot find the line where that calsstype exist.

if any function module to create classtypes please send me.

thanks & regards,

s.shankar

Former Member
0 Kudos

I believe there is a BAPI, available for this. CHeck out BAPI_CLASS_CREATE or try classification in SE37, you may find some.

I need to dig deep for this.

Regards,

Subramanian V.

Former Member
0 Kudos

There is one more table involved, which is <b>INOB</b>. INOB, I believe has the information you have requested.

Also check FM CLAF_CLASSIFICATION*, it gives you the necessary details.

I believe there is one function module present to also create classes and to store information in these classes. Will let you know as soon as I find this information.

Regards,

Subramanian V.

Message was edited by: Subramanian Venkateswaran