‎2006 Nov 14 4:30 PM
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
‎2006 Nov 14 6:26 PM
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
‎2006 Nov 14 6:26 PM
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
‎2006 Nov 15 8:26 AM
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