cancel
Showing results for 
Search instead for 
Did you mean: 

EMP and PRO Layout

Former Member
0 Kudos

Dear all,

our users should get the EMP layout when connecting to SRM 5.0 (The screen with the shopping cart at the bottom right of the window). So far this works fine. Then when I add a new transaction BBPCF03 to my employee role, I get the PRO layout (with some graphics like BUY NOW).

I read in a different threat that this is due to the following coding in BBPGLOBAL 650 template in Internet Service BBPSTART:

`
if(USER_ROLE.value == "P"); 
include (~service="bbpstart", ~name="bbpglobal_650_PRO.html");
else;
include (~service="bbpstart", ~name="bbpglobal_650_EMP.html")
end;
`

It is not possible for us to modify the template as some users should have the PRO, some others the EMP layout.

Is there any possibility to influence this behaviour - to set the USER_ROLE.value parameter - by changing the role in PFCG or changing user settings?

Thanks for your reply.

Achim

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Achim,

Did you already find a solution for this issue?

I have the same question.

Regards,

Martijn

Former Member
0 Kudos

Hi,

yes I found a solution.

Theses rules are hardcoded in the include BBPGLOBAL_SET_MENU_DATAF01 and you might have to do a standard modification to exclude BBPCF03 from being considered. If you do so, the screen will be the employee layout.

Thanks for rewarding points if helpful.

Best regards

Achim