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

Characteristic attributes while configuring material

Former Member
0 Likes
512

Hi all,

My requirement is to be able to get characteristic attributes (e.g. input allowed ? display ?) of a material while configuring it (in an abap program).

I do not want charac attributes defined in CT04 but a result similar to PMEVC transaction. Because of various possibilities while configuring the material, characteristics attributes may change and become avalaible to display for example.

In order to do this I use BAPI_CFGINST_CHARCS_ATTR_READ but it seems it only return standard attributes defined in CT04.

Does anyone knows how to get this ?

Thanks

Sylvain

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
420

I would check if any of the exits described here is suitable for you, or check if you can use dependencies to change attributes.

http://help.sap.com/saphelp_erp2005vp/helpdata/en/42/c3737ebcd41d68e10000000a1553f6/frameset.htm

2 REPLIES 2
Read only

Former Member
0 Likes
421

I would check if any of the exits described here is suitable for you, or check if you can use dependencies to change attributes.

http://help.sap.com/saphelp_erp2005vp/helpdata/en/42/c3737ebcd41d68e10000000a1553f6/frameset.htm

Read only

0 Likes
420

Hi,

Dependencies are used to change attributes in R3 customising but my problem is that the bapi does not take it into account. So my purpose is to find some way to retrieve the correct attributes.

Regards,

Sylvain