Hi,
On the portal we are calling sap HTML transaction iView.
There is NO SSO here. So all the portal id are mapped to just one back end id ECC say its N:1 mapping. N portal id & 1 back end ECC id.
Now in the back end ecc we are assigned roles to the xyz.
These roles are say namely Z_MM01_1000, Z_MM01_1500.
Plant1 = 1000
Plant2 = 1500
XYZ can only create materials in these 2 plants.
We import these ECC roles Z_MM01_1000, Z_MM01_1500 on to portal.which converts them into portal roles.
Challenge here is suppose we have 2 user on portal TEST1 , TEST2 they are mapped to 1 back end user XYZ.
TEST1 has role Z_MM01_1000, Z_MM01_1500.
TEST2 has roles Z_MM01_1500.
But as both portal user have the user mapping to one back end user xyz.so the portal TEST2 though has only the role Z_MM01_1500 is able to post data into 1000 plant too as it is mapped to user xyz which has both the roles assigned.
Is there any way to restrict material creation at just one plant on the portal in such a scenario?
Anything creative outta the box?
Regards,
RAJ