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: 

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

1 REPLY 1

Former Member
0 Kudos

Hi

Use the following BAPI's:

BAPI_OBJCL_GETDETAIL

or use the fun module:

CLAF_CLASSIFICATION_OF_OBJECTS.

to get the Material characteristics

<b>Reward points for useful Answers</b>

Regards

Anji