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

module pool - mask input field

former_member599326
Participant
0 Likes
1,053

Hi,

I have two module pool input fields as below :-

1) Account No : in this field user will input account number which will be visible.

2) Re-enter Account No : in this field user will input same account number in field 1 but in input field it should show as "XXXXXXXX"... means actual input characters should be masked with "XXXXXX".

we want to validate input account number in both the fields to check whether user is entering same account number or not.

How to achieve this ?

Regards,

2 REPLIES 2
Read only

Dominik_Tylczynski
SAP Champion
SAP Champion
0 Likes
1,021

Hello santosh.b2

You need to mark the field as "Invisible" in Screen Painter:

Best regards

Dominik Tylczynski

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,021

In your PBO, LOOP AT SCREEN set both INPUT and INVISIBLE flag, so data will be replaced with '*' as for a password.