‎2010 Jun 23 6:08 AM
Hi ,
My requirment is quiet different.I need to create new relation ship in BP transaction in CRM.for that i am using BADI BUPR_FILTER_RELSHP .But in side the BADI i am using BAPI BUPA_BAPI_RELATIONSHIP_CREATE to create the relationship.
But the BAPI is not working inside the BADI.Out side BADI if i create Zprogram and if i call th BAPI then it is working fine.
Please suggest me any other way.
‎2010 Jun 23 6:27 AM
Hi,
You can create one function module to create the relationship using BAPI and then call this function module in your
badi in bagkgroung task.
Call function in background task.
thanks.