Dear Experts,
I am putting my requirement in a more detailed manner, as I did not got any response ![]()
Scenario,
We have a contact person to the account, with an end date. When the end date is reached, we will update a new contact person to the account.
Requirement:
We have to change all the business transactions for the account which are in open status with the new contact person replacing the old contact person.
Help Needed in:
Does we have any function module or BADI or BAPI or Report which can help us in this feature.
Any input is highly appreciated.
Regards,
Hard Learner.
Hello, Hard Learner.
I've never heard about such functionality and didn't manage to find it. So for quite similar purpose we've implemented own report.
Very rare one. Custom development would be my idea...
You will have to do it by development. You can use fm CRM_PARTNER_MAINTAIN_MULTI_OW to change cotact person in transaction.Or even better CRM_ORDER_MAINTAIN so that yu can change partners for all transactions in one step.
You can use CRM_ORDER_MAINTAIN Transaction to update all transaction in Crmd_order.
Regards,
Sumeet