Hi All,
In R/3 we can restrict certain account groups mapped to certain partner functions.
For example hiearrchy node is mapped to different partnerfunction and it cannot be used in transaction as it is not mapped to sold to party partner function.
But when downloading from r/3 to CRM, it is loaded in role sold to party as it is cusstomer in R/3
How to restrict those sold to parties with those account groupss not being used in partner function sold to party in CRM
Thanks,
Priya
Hi.
You can use a user exit on middleware to change this behaviour.
On R/3, SM30 - TBE24 create a product, then on TBE34 set an entry for DE_EIOUT, your product from last table and set a Z function module.
This function module will be called during middleware and so you can control your bp role assignment.
Check note: Note 914437 - Preassigning BP role during download from account group for more details.
Regards.
Add a comment