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 classification values

Former Member
0 Likes
1,847

Hi Experts,

i want to get material class values on the below parameters

Material

Class type

Class Number

and i want to get

Characterstic name

Characterstic Value

It is not based on Material + Batch + Plant combination

it is in the Tcode CU42.

Is there any function module or BAPI module to get the above values.

6 REPLIES 6
Read only

Former Member
0 Likes
1,184

Hi,

Have a look at the FM's in the Function Group CLBPA

Regards

Read only

Former Member
0 Likes
1,184

Hi

Go to INOB table pass your Material Number for Object (OBJEK) you can get the CUOBJ value then go to AUSP table pass this value to ATINN you can get other values corresponding to your Characteristics

Use VC_I_GET_CONFIGURATION and pass CUOBJ value to it.

for sales order go to VBAP you can get CUOBJ

for Production order go to CAUFV you can get CUOBJ

Cheers

Ram

Read only

0 Likes
1,184

sorry dear,

i got the right function module name is

CLAF_CLASSIFICATION_OF_OBJECTS

but now the problem is ho can i get which class is attach on the material and how can i get the class name at the material.

Read only

0 Likes
1,184

Hi,

Have a look at FM BAPI_OBJCL_GETCLASSES

Regards

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,184

check BAPI_OBJCL_GETDETAIL.

See function module documentation

Read only

Former Member
0 Likes
1,184

RAYMOND FRISTON give me very useful answers problem solve but report taking a long time but working thanks all