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

problem in calling function module CLVF_VB_INSERT_CLASSIFICATION'

Former Member
0 Likes
538

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

2 REPLIES 2
Read only

Former Member
0 Likes
438

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

Read only

0 Likes
438

THanks for the HELP!!