‎2007 Sep 29 10:53 AM
Hello every one
I need to update the characteristic value of material by calling a function module
CLVF_VB_INSERT_CLASSIFICATION.
but i dont know what parameters should be passed to it, please help me.
thanking you all
p.chitrakala
‎2007 Sep 29 9:56 PM
See standard BAPIs to be used in thread
These BAPIs are said to be well documented. Ask your functional team if it's not clear.
Advice: create characteristics manually as they should be created by bapis, then run the BAPI_..._GET_DETAIL bapis (you just need to know the key, that should not be too much complex I hope) to see what values are returned. You will use these values to fill in the exporting parameters of BAPI_..._CREATE or BAPI_..._CHANGE
‎2007 Oct 10 2:48 PM