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: 

get field values of structure RMCLM

Former Member
0 Kudos

Hello,

At CL01, classes are maintained. I wanna get class descriptions. Class information are stored in structure RMCLM. Can any expert tell me in which database table I can retrieve the value or using what function? I have searched on the internet but the result is disappointing.

Thanx.

3 REPLIES 3

kakshat
Advisor
Advisor
0 Kudos

You can get class information from table KLAH.

Former Member
0 Kudos

It very Simple .

1st Find CL01  Package . -->System->Status-->double click on Transaction --> Find Package.

2nd Goto SE16 , Press F4 button -->Click on Information System-->Put Package Name -->Execute

3rd you list of Transparent table .

Using above steps you can find table which used for CL01 T-code.

Note : also search SCN Forms find lot of discussino on Material Class.

          

Regard's

Smruti

Hi T S,

Use BAPI_CLASS_GETDETAIL to get the class descriptions. This BAPI provides the below information once you passed the Class Type and Class Name as the Input parameters while executing this one.

Basic Details will be given in the CLASSBASICDATA

Descriptions will be available in CLASSDESCRIPTIONS.

Associated characteristics will be found in CLASSCHARACTERISTICS table in out put.

Hope this will be enough for Class Details. If you need any other help, please let us know.

With Regards,

Ritwik