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

Classification of objects

Former Member
0 Likes
380

Hello All,

Need pointers for the tables which contains class name, type and characteristic values. Actually I am having a contract number for which I have to find the value of the characteristic HC_HOUR of some class type linked to some item category.

So available data is Contract no., item category, class type.

Need to find the Characteristic value and the class name.

Any pointers to this are highly appreciated.

Thanks & regards,

Prakash Ghantasala

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
340

Hi,

KSSK, KLAH, AUSP are the relevant tables.

To read the characteristics w.r.t an object,

use BAPI: BAPI_OBJCL_GETDETAIL

also you can check all the BAPI/FM for your reqmt., in FuGr: CLBPA

Best Regards, Murugesh AS

1 REPLY 1
Read only

Former Member
0 Likes
341

Hi,

KSSK, KLAH, AUSP are the relevant tables.

To read the characteristics w.r.t an object,

use BAPI: BAPI_OBJCL_GETDETAIL

also you can check all the BAPI/FM for your reqmt., in FuGr: CLBPA

Best Regards, Murugesh AS