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

Bapi contract creation

former_member97974
Participant
0 Likes
311

Hi All,

I am trying to create contract using BAPI:BAPI_CONTRACT_CREATEFROMDATA. But I am not able to find the structure to fill Header tab "Contract data" like

  • characterstic values

  • net value

plz help me

Could anyone kindly help..as to how these data could be uploaded ?

Thanks,

1 REPLY 1
Read only

Former Member
0 Likes
278

Pass configuration data in the following tables CONTRACT_CFGS_INST, CONTRACT_CFGS_PART_OF and CONTRACT_CFGS_VALUE .

Also use BAPI_TRANSACTION_COMMIT after calling BAPI to save into DB.

Hope this helps...