cancel
Showing results for 
Search instead for 
Did you mean: 

Help required: characteristic values of material

Former Member
0 Kudos

Hi all,

My requirement is to print description of the articles shipped.

The print program is RVADTR00 (print prg for transaction VT02N)

The description of articles means the characterstics

The logic mentioned is as follows:

(Go to KSML, for class# XXXX, to get the internal characterstic KSML-IMERK.

Use IMERK to get all the characterstic values from table CAWN, CAWN-ATWRT)

Now my question is, does the standard program retreive these values into any structure.

Else, do I have to use the above mentioned logic, If yes can you tell me if

there are any standard function modules to find the characterstic values of the class to

which the material belongs.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Your logic should work but I would prefer to use BAPI_OBJCL_GETDETAIL or function module CLAF_CLASSIFICATION_OF_OBJECTS to get what you need.

Hope this helps.

H Narayan

Answers (0)