2013 Jan 25 4:47 AM
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
2013 Jan 25 5:04 AM
Internal Class Number(CLNT) from KLAH table
pass into SWOR table (CLNT) with SPARS EQ 'EN'
Regard's
Smruti
2013 Jan 25 5:11 AM
2013 Jan 25 5:09 AM
You can use function module BAPI_CLASS_GETDETAIL.
Also, the master table for classes is KLAH and its text table is KLAT.
2013 Jan 25 5:35 AM