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: 

Help me

Former Member
0 Kudos
119

Hi,

Advanced thanks to your reply

Class 300 - KLAH table

How to find the class 300 is related to which material

for which table we will get the all the materials of class 300

i look forward to your reply

Thanks & Regards

Sek

8 REPLIES 8

former_member188685
Active Contributor
0 Kudos
68

hi

Rajasekhar,

try to use this function module ..

MATERIAL_SELECTION_BY_CLASS

and see how it is fetching the data..

regards

vijay

0 Kudos
68

Hi Vijay,

Thank u for your reply

What are the parameters pass to the FM MATERIAL_SELECTION_BY_CLASS

i look forward to your reply

Thanks & Regards

Sek

0 Kudos
68

run directly with out giving any parameters, it will give one popup there you enter class type and for class number choose f4 help there you can see the linked materials attched to that class..

vijay

Former Member
0 Kudos
68

Hi Raja,

>> How to find the class 300 is related to which material 
>> for which table we will get the all the materials of >> class 300.

Try these links....

1.<a href="http://sap.ittoolbox.com/groups/technical-functional/mysap-l/11872">http://sap.ittoolbox.com/groups/technical-functional/mysap-l/11872</a>

2.<a href="http://knowledgemanagement.ittoolbox.com/groups/groups.asp?v=SAP-R3-DEV&i=796187">http://knowledgemanagement.ittoolbox.com/groups/groups.asp?v=SAP-R3-DEV&i=796187</a>

Hope this helps you.

Regards,

Maheswaran.B

0 Kudos
68

Thank u for ur reply

Former Member
0 Kudos
68

Get the corresponding object no (INOB-CUOBJ) for class type 300 (table INOB).

Get the corresponding classes from KLAH (where OBJEK is equal to INOB-CUOBJ).

with the class value from KLAH, go to table KSSK. Here you will get the material no

kssk-objek = material

kssk-klart = '300'

kssk-clint = class no (from KLAH)

Just to clarify, I think 300 you mention is 'class type' and not 'class'.

hope it helps.

0 Kudos
68

Hi,

I want congiguration material for class type 300

Retrieve list of characteristics assigned to the 300 class

Place characteristic names in internal table

iam in cofusion how to map the tables,plz send the guide lines

i look forward to your reply

Thanks & Ragrds

SEK

Former Member
0 Kudos
68

Hi Raja,

1. KSSK

Use the above table.

2. Filter KLART for class type

3. U will get OBJEK. (this will work as MATNR)

4. Pass this OBJEK to MARA

to get various material records.

I hope it helps.

Regards,

Amit M.