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

Configuration Property ,Function Module or BAPI

Former Member
0 Likes
476

Hi Gurus

I need information regarding any BAPI or function module which do following job:

It'll return the Maintain Value for Characteristic in Configuration View of MM03.

ex: I have a material like AFS-MAT

Class: AFS_class

Characterisic : Size

if i maintain characteristic value as LARGE .

so if i enter Materila No : AFS-MAT

Class: AFS_CLASS

then it'll return value as size : LARGE

Point will Be rewarded

Best Regards

2 REPLIES 2
Read only

Former Member
0 Likes
421

try FM

BAPI_OBJCL_GETDETAIL

enter following inputs

OBJECTKEY matnr with leading zeros

OBJECTTABLE MARA

CLASSNUM class

CLASSTYPE '001'

KEYDATE default is sytem date

UNVALUATED_CHARS

LANGUAGE EN

and it will give of all the characterstics & their values

hope it helps.

anya

Read only

0 Likes
421

Hi Anya

Your mentioned Function module return all the Value for Characterstics not the Maintain value.

ex: supoose SIZE characteristic has values Large,Medium and SMALL. then it'll return all value not the Specific value mainatin during

crteation of Configuration Property view.

thanks

Aryan