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

Material Master Class Description

Former Member
0 Likes
2,132

hi friends,

             how can i get material master class description from class number. i have checked that class description referring RMCLM-KLBEZ field ,but it is structure . i need to class description .all the tables having only class number .kindly help me out .

Thanks

Vignesh

4 REPLIES 4
Read only

Former Member
0 Likes
1,506

Internal Class Number(CLNT)  from KLAH table

pass into SWOR table  (CLNT) with SPARS EQ 'EN'

Regard's

Smruti

Read only

0 Likes
1,506

Thanks you so much smruti .it solved my problem.

Read only

kakshat
Product and Topic Expert
Product and Topic Expert
0 Likes
1,506

You can use function module BAPI_CLASS_GETDETAIL.

Also, the master table for classes is KLAH and its text table is KLAT.

Read only

Former Member
0 Likes
1,506

Thanks kumar. it solved my problem.