Selection Screen:Password

Program & Report

ตัวอย่าง Code สำหรับ ทำ Password Parameter ที่ Selection-Screen สามารถ Copy ไปประยุกต์ใช้ได้เลยนะครับ

parameters: P_PASSWD type C length 20 lower case obligatory.

at selection-screen output.
loop at screen.
if SCREEN-NAME = ‘P_PASSWD’.
SCREEN-INVISIBLE = ‘1’.
modify screen.
endif.
endloop.