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

Class and characterstics validation

Former Member
0 Likes
603

Posted: Mon Apr 17, 2006 12:22 pm Post subject: Class and characterstics varification

-


Hi All,

I want to validate the following for a material

1.class type

2.class number

3.characterstic name

4.characterstic values

Could any one of you guide me which tables to look for if i want to validate the following in such a manner like first validate class type and class number and then under each class number validate all the characterstics name and their values under that class.

Thanks

Mahen

Posted: Mon Apr 17, 2006 12:22 pm Post subject: Class and characterstics varification

-


Hi All,

I want to validate the following for a material

1.class type

2.class number

3.characterstic name

4.characterstic values

Could any one of you guide me which tables to look for if i want to validate the following in such a manner like first validate class type and class number and then under each class number validate all the characterstics name and their values under that class.

Thanks

Mahen

2 REPLIES 2
Read only

Former Member
0 Likes
567

Hi,

There are couple of good function modules and BAPI's which can be used to get the class and characterstics informations.

BAPI_CLASS_GET_CLASSIFICATIONS

CLHI_STRUCTURE_CLASSES

Cheers

VJ

Message was edited by: Vijayendra Rao

Read only

Former Member
0 Likes
567

Hello,

Check this BAPI: BAPI_OBJCL_GETDETAIL

Also you can check the data in tables KSSK, KLAH and pass the same into the BAPI.

Hope this helps.

Best Regards, Murugesh AS