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: 

Need to object number for Table AUSP-Classification

former_member223190
Participant
0 Kudos

Hi

I need to find the material number based on the characteritic value.

When I check the table AUSP, i get the object number, characteristic name and value.

With this object number ( OBJEK ) how can I find the material number.

Thanks & Regards

Satish Kerur

1 ACCEPTED SOLUTION

former_member210770
Active Participant
0 Kudos

Hi Satish,

In AUSP  -> Pass Class Type (KLART) = '001' and Fetch Value of OBJEK .

This OBJEK is nothing but your material number. Pass Directly it in MARA-MATNR.

MARA-MATNR = AUSP-OBJEK  where KLART = '001'.

Hope this will work.

Regards,

Sagar

2 REPLIES 2

former_member210770
Active Participant
0 Kudos

Hi Satish,

In AUSP  -> Pass Class Type (KLART) = '001' and Fetch Value of OBJEK .

This OBJEK is nothing but your material number. Pass Directly it in MARA-MATNR.

MARA-MATNR = AUSP-OBJEK  where KLART = '001'.

Hope this will work.

Regards,

Sagar

0 Kudos

Thanks for the solution.

Cheer's

Satish