‎2009 Feb 04 4:02 AM
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,
‎2009 Feb 04 4:23 AM
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...