cancel
Showing results for 
Search instead for 
Did you mean: 

Field Masking of personal data on WebUI for HNI Customers.

0 Kudos
153

In SAP CRM I need to mask personal data of celebrities and high net worth income business partners.

Is there a standard way to achieve instead of ABAP development.



Thanks & Regards,

Manoj Bind

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You can use design layer for this but this will be generic.

But you need to identify if the BP is required for masking or not. This can be achieved via coding only. For this you can do a generic coding after executing GET_METHOD thru enhancement and change the value.

Reason: for using the above mentioned way is BP can appear in many places like : IC, search result, Parties involved in a Transaction data etc.

Regards,

Naveen Kumar.

ajinkya_bangali
Explorer
0 Kudos

Hi... Manoj,

Field Level Masking in SAP CRM can be achieved via BADI: Configuration of Views where you can change properties of fields, for example, to mask them etc etc.....

Path ----- > MASTER DATA -------> BUSINESS PARTNER -------> BUSINESS ADD-INS -------> BADI: Configuration of Views

Regards

                             

Ajinkya Bangali

SAP TEAM LEAD

                             

Former Member
0 Kudos

Hi Manoj,

For field level masking we have to achieve it through the code only.

Thanks,

Irfan