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

Password popup

Former Member
0 Likes
434

Hi Gurus,

I have a requirement in module pool programing to create a password popup,

I created two screen., when the user clicks on the push button of the first screen then it should lead to second screen, in the second screen user need to key in user and password and if the password is correct then it should process.

Here I managed to get the second screen but when the user enters the password and clicks 'Ok' it is not processing the requirement.

Can any one tell me what is the problem with the second screen.

Regards,

SMP

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
371

Hi,

Write the required Code in the PAI of the second screen.Very important thing Give the OK_CODE in the second screen ,Screen Element tab.Catch the OK_CODE in the second screen PAI.Hope this will solve the issue.

Regards

shibu

2 REPLIES 2
Read only

Former Member
0 Likes
372

Hi,

Write the required Code in the PAI of the second screen.Very important thing Give the OK_CODE in the second screen ,Screen Element tab.Catch the OK_CODE in the second screen PAI.Hope this will solve the issue.

Regards

shibu

Read only

Former Member
0 Likes
371

Hi,

Goto Screen-> Double click second screen number-> Elementry List-> give OK_CODE then save-> check-> activate

YOU DECLARE OK_CODE

DATA: OK_CODE TYPE SY-UCOMM.

IF USEFULL REWARD