cancel
Showing results for 
Search instead for 
Did you mean: 

Disable text field according some condition in BSP

Former Member
0 Kudos

Hi Guru,

I am new for BSP we want to disable a text field. Problem scenario is like this we have 25 user some user work with generic interface and other are with normal CSR(Custmer Service Request) but we need to disable this fields only for 6-7 users whose use generic interface . but for other user it is enabled.

Thanks in advance....

Regards

Durga Prasad

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI

In BSP pages..foor displaying fields you have tags

<htmlb:input field = >" etc..etc...

so identify your page and ypur field..before that tag pls use if condition and check for you rspecified type...an dif it is ok to display then use..DISABLED = FALSE...to make it enable....and in else..use same ta but attribute DISBALED = TRUE top make it disbaled.

if u want to delet entire field for that suers..just remove that code

Former Member
0 Kudos

Hi Ram,

Its useful information but I dont know how the enhance,how to find componet and how code in layout.

If you provide that then it is very good for me......

Regards

durga

Former Member
0 Kudos

Hi Durga,

Can you please let me know ..which application..or which module(sap-erecruiting or crm or what ) so that i can throw you somelight

Former Member
0 Kudos

Thanks Ram,

I am working for SAP CRM

Regards

Durga

Former Member
0 Kudos

For which scenario you are looking for?

Former Member
0 Kudos

Hi Ram,

Thanks for reply in IC we have different users some of them (6-7) used generic interface to register a request we need to

disable this external field and for rest of tham it is enable.

Regards

Durga

Answers (0)