‎2016 Aug 30 10:52 PM
Hi Experts,
I am facing one issue with FM : BAPI_BUPA_CRETAE_FROM_DATA ,I am able to create BP from function module
but could not able to see the same in the BP transaction,However i used BAPI_transaction_commit after FM execution.
Could someone help me on the same.
Thanks,
Jayan
‎2016 Aug 31 1:19 AM
Hi Jayan
Does the Business Partner exist in table BUT000?
If they do not exist there then your BP Create is failing.
Are you manually calling or programmatically calling the function module?
Regards
Arden
‎2016 Aug 31 1:38 AM
Hi,
When you execute the FM , do you get the Business Partner Number in the exporting parameter "BUSINESSPARTNER".
Also check for RETURN table if it contains any error message.
Thanks
Deepak
‎2016 Aug 31 9:12 AM
The issue got resolved from my side
As I am executing the FM with RFC call,I called BAPI_Tranaction_commit with RFC Destionationn then then issue got resolved.
Thanks,
Jayan
‎2016 Sep 07 4:18 AM