Hello Experts,
I need to modify the sales order that was created from CRM and passed to R/3.
However, I cannot use BADI CRM_DATAEXCHG_BADI in CRM because the sales order is still in
CRM in this BADI so I need another one that is called after CRM_DATAEXCHG_BADI in
transaction CRMD_ORDER and the sales order is saved in R/3.
My logic is this:
after creating a sales order in CRM and saving it in CRMD_ORDER, check whether that sales order is now
saved in R/3 by checking it in VBAK or VA03. If yes, then call RFC to process my code.
Hope you can help me guys. Thank you and take care!