Application Development and Automation 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: 
Read only

Urgent

Former Member
0 Likes
314

Hi All,

For Material Class : 300

Class type : z_mm

Characterstics : z_mm_c1

z_mm_c2

z_mm_c3

z_mm_c4

z_mm_c5

For the above mention Chracterstics,

How to get the material no,

Based on that we will get the (old material no)

Award Points for Helpful Answer

I Look forward to your reply

Thanks

SEK

Hi All,

For Material Class : 300

Class type : z_mm

Characterstics : z_mm_c1

z_mm_c2

z_mm_c3

z_mm_c4

z_mm_c5

For the above mention Chracterstics,

How to get the material no,

Based on that we will get the (old material no)

Award Points for Helpful Answer

I Look forward to your reply

Thanks

SEK

1 REPLY 1
Read only

Former Member
0 Likes
291

Hi Rajasekhar,

You get Material from the table AUSP.

Logic: -

a) Get class type from KLAH table ( Field is KLART )

b) Get characteristic from KSML table (key is CLINT )

c) Pass the Object number to AUSP table ...You will get the material number.

Reward points if helpful.

Regards,

hari