‎2008 Aug 14 12:03 AM
Am using BAPI_CONTRACT_CREATEFROMDATA BAPI to create a service contract. I need to include the config data also (characteristics & value). As per the documentation one needs to populate CONTRACT_CFGS_VALUE structure for characteristic data.
I am putting the char & value data here but perhaps missing out on something. The service contract gets created but it does not have the char/value data in it. Please help.
Thanks & Regards,
Urmi
‎2008 Sep 03 5:57 PM
Did you remember to call BAPI_TRANSACTION_COMMIT for commit the work?
Regards Peter
‎2008 Sep 03 6:42 PM
Yes I commit using BAPI function module and thats the reason the contract does get created as per my previous message. But the configuration data does not get created.
Thanks & Regards,
Urmi