cancel
Showing results for 
Search instead for 
Did you mean: 

Mask

Former Member
0 Kudos

Hi Gurus,

Requirement: my client want to store BID NO in sales order. so i have added one field in additional data B view of sales order header. and requirement is to display that field only for few people(Managers). for others(CSR), it should be MASKED like XXXXXXXXX.

Please advice

Thanks in Advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If the field belongs to any authorization object then please take help from Basis team to block the authorization for particular users..

Else you have to write a user exit for this functinality in sales order by using the following user exits..

User exit_Move_field_VBAK

userexit_Move_field_VBAP..

Regards

sankar

Former Member
0 Kudos

Hi Shankar,

i think the user exit you mentioned moves fields to sales doc header and item level. but requirment is to mask the fields thats already entered at sales document header.

Please advice on how to mask that field so that only few users can see. others should see XXXXXXXXXXXXXXXXXX.

Thanks for your reply

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

Please have a look into Userexit_Field_Modification and Userexit_Read_document, Userexit_Fieldcheck_VBAK, Userexit_fieldcheck_VBAP, Userexit_fieldcheck_VBKD...

Take help from ABAPer...

Regards

sankar

Edited by: sankar sankar on Jul 18, 2008 5:24 PM