Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Material Classification

Former Member
0 Kudos

Hi Experts,

I have a question regarding the classification of Material. Hereby I have to use three tables: KSSK, AUSP and INOB. We have already gotten some selection criteria from our client. Two of the criteria are:

Select all INOB records where:

INOB.OBTAB = 'MARA' and

INOB.OBJEK

Select all KSSK records where:

KSSK.KLART = "023" and

KSSK.OBJEK = INOB.CUOBJ from INOB records extracted in step before.

My question is, why KSSK, OBJEK field is same to INOB.CUOBJ and not to INOB, OBJEK.

Any help is really appreciated!!

Thanks in advance!!!

2 REPLIES 2

former_member156446
Active Contributor
0 Kudos

do you need to pull the characteristics of the material?

if that is the case u have FM to pull the characteristics of the material.

let us know ur exact req.

0 Kudos

Hi,

Thank you very much for your reply.

I would say, your question is not clear for me. Could you please tell me details what you would like to know to give an answer on my requirements?

Could you tell me than in which case the two fields (KSSK.OBJEK and INOB.CUOBJ) will be linked? and why i would be not able to link KSSK.OBJEK with INOB.OBJEK?