Application Development 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: 

Value assignment insta for a Property using BAPI_BUS1077_CREATE

Former Member
0 Kudos

Can any one tell me how to create a new Value Assignment Instance using BAPI_BUS1077_CREATE for any property.

I have a Property called FAT and I have the Characteristic values called Min =5 , Max = 10;. Now I want to create a new value assingment instance for the same Property FAT with min = 20 and mx = 30 ..

I am not getting hold of the Primary key and Foreign key assingment,..

Could you tell me which all the table I need to fill in this BAPI for create new value assignment.

Appreciate your help.

Thanks

David

1 REPLY 1

Former Member
0 Kudos

Create the new value assignment instance for the same Property using the same FOREIGNKEY for both of the value assignment instances (matching the prim.key of the property).

Good luck.

Regards,

Andrey