2006 Nov 27 3:06 AM
The business requirment is to update a specification with various characteristic values from an input file. We are using BAPI_BUS1077_CHANGE for this purpose.
This FM Produces desired result if we are trying to modify an existing characteristic value. However this FM fails to update new characteristic value. I am not quite sure on what might went wrong. Can anybody who has previously used this FM or know about this FM, please share your thoughts.
Thanks,
Mohan.
2006 Nov 27 3:28 AM
Hi Mohan
Maybe you use: <b>BAPI_BUS1077_CREATE</b> for creation.
This is from documentaion of the BAPI BAPI_BUS1077_CHANGE:
<b>Functionality
This method allows you to make changes to existing specification data. Changes can be made to subobjects of an existing instance. New subobjects or specifications cannot be created. The prerequisite for changing specification data is that the key for a subobject is always specified. By assigning values to import parameters, you specify which subobjects are to be changed.</b>
Kind Regards
Eswar
2006 Dec 01 10:26 PM
Mohan,
U can only change the existing value of the Property Characteristic using BAPI_BUS1077_CHANGE. If you need to Have a new value for a particular Property characteristic, then you need to use BAPI_BUS1077_CREATE. Even I am facing problem using the CREATE bapi.. I am making some mistake in filling the parameter that involves Primarykey and Foreignkey..
Please post me if you come across a solution on this
David