Hi,
In CRM, we are updating attachments in Contacts and no of contacts updated with attachments/day is about 30000+.
If we do the attachment in Contacts, system will trigger the bdoc CRM_DOC_MBDOC. We dont want this happen only for Contacts (for other BP's like Accounts/Prospects we need this trigger). How to stop trigerring of this bdoc only for Contacts?
(Last year, we had same kind of requirement in BUPA_MAIN(not to trigger if any upfdate heppend in ACCOUNTS). We acheived this as below
Creation of Z Function module (ZBUPA_OUTBOUND_BPS_FILL_CENTRL) with filtering logic.
Adding this function module in transaction CRMC_BUT_CALL_FU at position 1000010 for the event CRMOU OUTBOUND/BUPA)
But Iam not able to find the respective FM in the table CRMC_BUT_CALL_FU for bdoc type CRM_DOC_MBDOC.
pl suggest if there is any solution.
Regards
Iswari.