Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

transaction code needed for setting rule for fields

Former Member
0 Likes
530

Hi,

Is there any <u>transaction code</u> present in sap Maintenance server ,which is used to set specific rules for the field of custom tables or system generated table?

i.e. any transaction used for <b>data masking</b> in sap's different server?

4 REPLIES 4
Read only

Former Member
0 Likes
510

not possiable

Read only

0 Likes
510

one transaction code is present in sap which can be used to set rules for field,so that it ll reflect in all the table containing the same field.

for eg. if u want to set some rule of the field called "VORNA" and that can be reflected in each and every table which contain this field "VORNA".

This consept is used for Data Masking .(<u>DATA Masking</u>:masking of the data present in Production server for the use in development server.)

Read only

Former Member
0 Likes
510

no transaction code is there.. i think u have to write code for this.

Read only

Former Member
0 Likes
510

Thanks a lot to all.