Hello Expert,
i have a scenario in which i have to add information about territory on the BPs after their creation on CRM.
Simplifying:
- BPs are created / modified on CRM from R/3 through BUPA_MAIN or BUPA_REL
- for each BP in BUPA_MAIN / REL, if the BP has Role "ZROLE" and a relation with the BP "BP_X"
- add the new BP on the territory "terr_A"
Now I must find a BAdi that is triggered after the commit of creation / update, because i need all the information on DB to use the BOL in order to assign a territory.
All the BAdi I've tried (PARTNER_UPDATE, BUPA_ROLE_CHECK, BUPA_FURTHER_CHECKS, BUPA_GENERAL_UPDATE and so on...) are triggered before the commit so, for example, i can't find the information on the BUT000 as well as I can't use BOL programming to do analisys.
Can you help me?
Thank you a lot...