cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure scrambling rule without abap

Former Member
0 Kudos

Hello everybody.

Please, explain me,

How to configure scrambling rule without abap.

I need to choose differrent fields for scrambling, according of subtype.

For examle: For subty 4 of 0006 infotype fill fields ADR04 and NUM04,

                   for subty 1 of 0006 infotype fill fields STRAS and ORT01.

Thanks for help.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Stupnikov,

You have to create 4 rules for scrambling these 4 fields and you should assign condition in each rule to scramble only the relevant data.

Rule 1, Table-field would PA0006-ADR04 and Condition would be Where SUBTY EQ '04'

Rule 2, Table-field would PA0006-NUM04 and Condition would be Where SUBTY EQ '04'

Rule 3, Table-field would PA0006-STRAS and Condition would be Where SUBTY EQ '06'

Rule 4, Table-field would PA0006-ORT01 and Condition would be Where SUBTY EQ '06

Regards,

Naveen