‎2011 Sep 26 1:36 PM
Hi Sdn,
We used the FM BAPI_CONTRACT_CREATE to create a contract in the ECC system.
After the support pack implementation level 23.
The BAPI is not triggering the Release stratergy for that contract.
When we are comapring the code with the non support pack system the BAPI is working fine.
and the customer fields for the include CI_EKKODB are also not populating.
I had verified all the user exit's and the are in active state.
What could be the problem for this ?
Thanks
Naresh
‎2011 Sep 26 8:42 PM
The customer data mapping is not populating if i pass the cust data in debuggin everything is working fine.
What could be the problem with the cust tab.
‎2011 Sep 26 9:01 PM
Hi
Try to check how the custom data are transfered to the BAPI,
I think they are transfered by EXTENSIONIN parameters
Max
‎2011 Sep 26 9:09 PM
Yes they are transferred with the EXTENSIONIN.
before support pack it was working fine but after the support pack implemenatation we are facing this issue.
The customer data is missing.
‎2011 Sep 27 3:26 PM
‎2011 Sep 27 3:27 PM
Issue resolved .
There is a small logic changed in the METHOD if_bapi_meout~set_attribute
In the include program - L2014I02.
I had modified the custom logic as per the change in the above code.