cancel
Showing results for 
Search instead for 
Did you mean: 

Disabling fields based on Role

Former Member
0 Kudos

Hi,

Apart from directly changing the template, is there any other way to disable specific fields on the Shopping cart fields. For example cost assignment data, if want to disable the entry into all the fields what needs to be done?

Thanks in advance.

Regards,

Prashanth and Robert

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Prashanth,

If you are in SRM5.0 there is a BADI available which lets you controld fields and buttons of shopping cart and some other transactions. Using this BADI you can make a field invisible or you can make in output only etc etc.

The BADI is BBP_UI_CONTROL_BADI

Thanks and Regards,

Vani

mani_sreedharala
Active Participant
0 Kudos

Hello Roberts,

1.Create a screen variant according to your requirement.

2. Implement the Badi BBP_SCREENVARIANT .

Hope this info will solve your problem.

~Mani

Former Member
0 Kudos

Hi Mani,

This may be an obvious to some, but how do you create screen variant in SRM/EBP?

Thanks

Naing

mani_sreedharala
Active Participant
0 Kudos

Hello,

1. Execute SHD0 Transaction code.

2. Enter the transaction code BBPSC01.

3. Select the screen variant tab.

4. The default screen variant for the item overview is BBP_SC.

5. Now You can change the above screen variant or create a new screen variant and use the BADI which i have mentioned.

Let me know if you want more clarification.

~Mani