cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CRM Copy Badi Service contract to Order

Niranjan_V
Explorer
0 Likes
1,221

Hello All,

@crm ,@Service order

I have a requirement to copy Refobject data like equipment number serial number from service Contract to  service order using copy control.

For this we are using thr badi crm copy badi, but when the followup document button is clicked in service contract it is not stopping in the Method Refobj to copy the data to target.

Can you please help on what we are missing in this to trigger the method to enable copy functions.The standard copy function module for refobj also not triggering.

Regards

  • Niranjan

Accepted Solutions (0)

Answers (1)

Answers (1)

Robert-Peter
Explorer
0 Likes

Please use BAdI BAdI_CRM_COPY_CONTROL in SE18. Hope it helps!

Niranjan_V
Explorer
0 Likes
Hi Robert,
Niranjan_V
Explorer
0 Likes
I am not able to open BAdI_CRM_COPY_CONTROL in se18.Is this the correct name..?
Robert-Peter
Explorer
0 Likes
Hi Niranjan, Apologogies there was a typo. You would rather use CRM_COPY_BADI. Once implemented, don’t forget to activate the implementation via transaction SE19, and ensure the copy control is set up correctly in customizing (SPRO → CRM → Transactions → Basic Settings → Define Copying Control for Business Transactions). You should consider the BAdI approach once source and target document types differ. Another approach would be the following one: https://community.sap.com/t5/crm-and-cx-q-a/crm-copy-control-crm-copy-badi-for-document-relationship...