How validate the password in screen painter?

Hi friends, i have got a requirement such that i have to create a screen with Empd_id and password, its like login screen.
After giving the password and then by pressing enter it has to pass to next screen i have no idea for this can any please help with this requirement.
Table is to be created again the passwords has to be stored in a table all this i am fully confused please help with this requirement.....
Points will be Rewarded for the help
Thks

Dear  Venkatesh,
Here is your problem
parameters: EMPLOGIN TYPE ZFIR_PASS-EMPLOGIN,
PASSWORD TYPE ZFIR_PASS-PASSWORD.
CASE SY-UCOMM.
WHEN 'LOGIN'.
SELECT SINGLE EMPLOGIN
FROM ZFIR_PASS
INTO L_CODE
WHERE EMPLOGIN IN ZFIR_PASS-EMPLOGIN.
+*why are you checking ZFIRPASS-EMPLOGIN?+_
*you should check with value from the screen the login     *entered by the user in the parameter field EMPLOGIN 
IF SY-SUBRC 0.
MESSAGE I000.
ENDIF.
it should be
SELECT SINGLE EMPLOGIN
FROM ZFIR_PASS
INTO L_CODE
WHERE EMPLOGIN =  EMPLOGIN .
IF SY-SUBRC 0.
MESSAGE I000.
ENDIF.
*same problem repeated here ...instead of checking the screen
*password value passed you are checking something else
SELECT SINGLE PASSWORD
FROM ZFIR_PASS INTO L_SUPNAM
WHERE PASSWORD IN ZFIR_PASS-PASSWORD.
IF SY-SUBRC 0.
MESSAGE I000.
ENDIF.
replace it as
SELECT SINGLE PASSWORD
FROM ZFIR_PASS INTO L_SUPNAM
WHERE PASSWORD  = PASSWORD.
IF SY-SUBRC 0.
MESSAGE I000.
ENDIF.
please check and revert and reward if helpful
Regards
Byju

Similar Messages

  • How to run the query in  screen painter

    i am using the patch 36 in business one so pls give information  about 
       how to run the query in  screen painter 
    regard
      sandip adhav

    Hope u have reached Screen painter interface,
    1. Click 'Add Grid' from tool bar.
    2. Go to 'Collections' tab in 'Properties' window.
    3. Choose 'Data Tables' from the Drop down list.
    4. Click 'New' found at the bottom of the Properties Window(same window)
    5. U'll find the place to insert ur query.
    6. U can rename the table name from 'DT_0'
    7. Choose type as 'Query'
    8. Clear content from box 'Query'
    9. Enter ur query there. Dont forget to Click 'SET'
    10. Go to Preview option from tool bar.
    now ur query will be displayed as table format.
    Note: First try with simple query b4 going for linking option.
    Regards,
    Dhana.

  • Do u know how to prompt user to enter password and validate the password?

    hi all,anyone knows how to prompt user to enter password and validate the password as well?I do not need the GUI.Can someone post the codes here?Thanks!

    hi all,anyone knows how to prompt user to enter
    password and validate the password as well?I do not
    need the GUI.Can someone post the codes here?Thanks!Codes are
    BufferedReader
    System.in
    if
    else
    System.out.

  • How to swap fields in screen painter.

    hello gurus,,
    how to swap fields in screen painter.

    Hi
    Go through the link given below :
    http://www.standardware.com/pdf/stdwsp.pdf
    With Regards
    Nikunj Shah

  • Capturing the User Id from the Password change screen after Login

    Hi,
    I need to capture the User Id from the Password Change screen and Pass it to the Custom  Portal application that is triggered on the change password screen.That User Id will be passed on to the Portal application to retrieve the details of the User.
    I have triggered the Custom Portal application from the OnClick of CHANGE button.
    It can be probably done by appending the User Id captured from the Change Password screen to the Url of the Portal application.
    But am not clear how to capture the User ID.
    Pls help!!
    Thanks & Regards,
    Amarys.

    Hello
    Why do you want to capture user id? You can access it from portal application.

  • HT201401 I need to restore my iPhone. When I connect to my pc in iTunes it asks me to unlock the phone using my password.  Problem is that I can't get to the password lock screen to do so. I can only get either the iTunes screen or the Emergency Call scre

    I need to restore my iPhone.  Once in iTunes, I get an error message asking me to use my passowrd to unlock phone. The problem is that I can't get to the password lock screen. All I can get is the iTunes screen or the emergency call only screen.

    yes did you buy it of somebody or a well known company such as apple or carphone warehouse?
    and i mean the phone would have been activated in the first place with the sim card you get given when you first get the phone.
    trying to activate the phone with another sim card that you did not get when you brought the phone may result in you not being able to activate it
    no worries

  • How is the password for RemoteApp RDSAdmin user?

    Hello
    I want to Publishing an application but required a user with administrator rights. how is the password for RemoteApp RDSAdmin user?

    Hi Gilberto,
    If you want to publish a custom application, you need to add it to an image and upload the template. The link below explains how to create the custom template:
    How to create a custom template image for RemoteApp
    http://azure.microsoft.com/en-us/documentation/articles/remoteapp-create-custom-image/
    Thanks,
    -Raul

  • How can i make the radiobutton use screen painter?

    hey experts,
    i paint 3 radiobuttons in group1 use screen painter,
    but when i execute the screen,all of the radiobutton are black, it means radio1='x',radio2 = 'x',radio3 = 'x'.
    i only want radio1 = 'x',radio2 = ' ', radio3 = ' '.
    how to do that?
    and i can't do it in screen 1000.
    thank you.

    Hi,
    Select the three radio buttons in the screen painter,
    Edit->Grouping->Radiobutton group-> define.
    In this case all the radio buttons will be under one group and at a time only one will be active.
    Thanks,
    rajinikanth

  • How to Create form in Screen Painter

    Hello to  all,
    My client want Quality Report just like they add in microsoft excel  that is they say that they doesn't want addon
    so i have to create form just like excel that is there employee feel that they enter data in SAP
    so i create it through screen painter?
    Where i got full demo of screen painter that how it work?

    Hi Jaykumar......
    This question is into wrong forum.
    You should post it into SDK/Addons Forum
    Please close this thread and open the same one in suggested forum where you find No. of experts to solve your problem.......
    Regards,
    Rahul

  • How do you open graphical screen painter

    Hi all-
    I'm using PlatinGUI 6.30r2.  How do I open the graphical screen painter (after going into object navigator, I want to place controls on a screen)?
    I clicked Layout, but get what appears to be a bunch of horizontal lines-- nothing like a screen painter.
    thanks,
    Kevin

    Actually, the GUI provided on the CD is 6.30r4.  After trying to install I got this:
    rpm –Uvh path/PlatinGUI-Linux-6.30-4.i386.rpm
    >./gui
    JAVA=/usr/lib/java/bin/java: Command not found
    PH=/opt/sapgui/6.30rev4/jar: Command not found
    SOI=/opt/staroffice7/program/classes: Command not found
    JAVA: undefined variable
    I read elsewhere on one of these forums that the free GUI on the sneak preview doesn't work so well with the database (and learned this by sad experience myself), so I downloaded and installed an earlier version from the website:
    ftp –d ftp.sap.com
    name: anonymous
    pw: email account
    cd to /pub/sapgui/
    get PlatinGUI-Linux-630r2.jar
    I installed that with java –jar PlatinGUI-Linux-630r2.jar, but I didn't see any prompts about installing specific components, so I have no idea what you are referring to (must be on the software that people pay for).  That is the version I am currently using, and it is working fine except for this graphical screen painter is not coming up.  Now my ABAP book is from 2002, so I'm sure it is included somewhere.  Do you have any suggestions?  Don't worry, you will get your points.
    thanks-

  • I can't get past the password grey screen on my new Mac Book Pro.

    I have a new Mac Book Pro.  I transferred info from my old computer, and when I went to log into the new one, it took me as far as the password screen, and I can get no farther. I click on my name, put in my password, and it jiggles...as if it is wrong.  News to me - as I used the same password that I have used for years on my computer. 
    I get a message that says, "If you forgot your password, you can reset it using your Apple ID."  There is a little arrow there, but when you press it, the message disappears, and nothing happens. 
    There is a guest profile set up, that apparently has a mystery password in it as well....  I am locked out of my new computer.  Very frustrated!!!

    Lanch Font Book located in HD > Applications
    Type Hoefler in the search field top right side of the Font Book window then select Ornaments.
    See there's anything that will work for you there.

  • How to freeze the entry in screen painter?

    Hi Friends i am facing one problem with my task like i am having one field called EMPID as text name and name of the INPUT/OUTPUT field is ZCOMPANY-EMPID in screen number 100.
    And the same field is copied to another screen of number 200.
    Here my requirement is when the user passes from 100 to 200 screen the EMPID entered in screen 100 should display in 200 screen it is displaying since we have used the same INPUT/OUTPUT name, but my PROBLEM is i want to freeze the field in the 200 screen i mean the user should not be able to edit empid simply it shpuld be display mode.
    Thks

    Hi,
    You can make that field non editable by two ways. One is by Static Method - changing the attributes in the ELEMENT list. Or you can change the same dynamically using the following lines of code.
    In the PBO of the screen 200, Try to write the following code.
    LOOP AT SCREEN.
      IF SCREEN-NAME = ( screen field name )
         SCREEN-INPUT = 0.
         MODIFY SCREEN.
      ENDIF.
    ENDLOOP.
    Hope this will help.
    Thanks,
    Samantak.
    Rewards points for useful answers.

  • How is the "passwords" menu use on the tool bar of safri?

    Hi, I see a drop-down menu on the Safari menu bar labeled "Passwords". How do I make use of it?

    Hi, I see a drop-down menu on the Safari menu bar labeled "Passwords". How do I make use of it?

  • When my IMac awakes from sleep mode, the password login screen freezes and no cursor appears.

    Hello!  When my IMac awakens from sleep mode, my log in screen is frozen (I can't type anything) and there is no cursor.
    I can turn the computer off and on again and then I have an active log in screen, but if I walk away from the computer and it goes into sleep mode and i have the same problem trying to bring it back from sleep mode.
    Thoughts?

    Hey Kristogirl,
    I understand that when waking from sleep mode, your iMac freezes. Try executing these two troubleshooting steps:
    Intel-based Macs: Resetting the System Management Controller (SMC)
    http://support.apple.com/kb/HT3964
    OS X Mountain Lion: Reset your computer’s PRAM
    http://support.apple.com/kb/PH11243
    If neither of those help the issue, I would follow the steps in the next article, specifically the "If the issue occurs in various applications, or in Mac OS X" section:
    Mac OS X: How to troubleshoot a software issue
    http://support.apple.com/kb/HT1199
    Welcome to Apple Support Communities!
    Best,
    Delgadoh

  • How to get tabs in screen painter?

    Hi friends i am having 3 screens with numbers 100, 200, 300.
    I want to make this 3 screens into tabs like basicdata1, basicdata2 in mm02. Like when i click basicdata1 it has to open basicdata1 screen.
    Please can anyone share me the solution

    Hi,
    For this requirement you can create one screen with no .100.In that create 3 tabstrips.Tabstrips allow users to access multiple subscreens on one normal screen.For three tabs maintain properties, one sub screen is sufficient for the three tabs , design the layout and write the respective logic in flowlogic to switch between different tabs.
    Here is the sample code.....
    &----DECLARETION OF STRUCTURE -
    TYPES: BEGIN OF ST_KNA1,
            KUNNR TYPE KUNNR,
            LAND1 TYPE LAND1,
            NAME1 TYPE NAME1,
            ORT01 TYPE ORT01,
            PSTLZ TYPE PSTLZ,
            REGIO TYPE REGIO,
            TELF1 TYPE TELF1,
            BANKS TYPE BANKS,
            BANKL TYPE BANKL,
            BANKN TYPE BANKN,
            KOINH TYPE KOINH_FI,
            EBPP_ACCNAME TYPE EBPP_ACCNAME,
            END OF ST_KNA1,
            BEGIN OF ST_KNBK,
            BANKS TYPE BANKS,
            BANKL TYPE BANKL,
            BANKN TYPE BANKN,
            KOINH TYPE KOINH_FI,
            EBPP_ACCNAME TYPE EBPP_ACCNAME,
            END OF ST_KNBK.
    &--DECLARATION OF WORK AREA--
    DATA: WA_KNA1 TYPE ST_KNA1,
          WA_KNBK TYPE ST_KNBK.
    DATA: V_SCREEN TYPE SY-DYNNR VALUE '0110',
          OK_CODE TYPE SY-UCOMM,
          V_KUNNR TYPE KNA1-KUNNR.
    CONTROLS: TAB TYPE TABSTRIP.
    *&      Module  STATUS_0100  OUTPUT
    MODULE STATUS_0100 OUTPUT.
      SET PF-STATUS 'TABSTRIPS'.
    ENDMODULE.                 " STATUS_0100  OUTPUT
    *&      Module  USER_COMMAND_0100  INPUT
    MODULE USER_COMMAND_0100 INPUT.
      CASE OK_CODE.
        WHEN 'DISP'.
          CLEAR WA_KNA1.
          SELECT
                 KUNNR
                 LAND1
                 NAME1
                 ORT01
                 PSTLZ
                 REGIO
                 TELF1
                 INTO WA_KNA1
              FROM KNA1
              WHERE KNA1~KUNNR = V_KUNNR.
          ENDSELECT.
          IF NOT WA_KNA1 IS INITIAL.
            TAB-ACTIVETAB = 'TAB1'.
            V_SCREEN = '110'.
          ELSE.
            MESSAGE I003(Z50850MESSAGE).
          ENDIF.
      ENDCASE.
      CASE OK_CODE.
    &--CALLS SUBSCREEN  TO DISPLAY CUSTOMER NAME AND NUMBER--
        WHEN 'TAB1'.
          TAB-ACTIVETAB = 'TAB1'.
          V_SCREEN = '110'.
    &--CALLS SUBSCREEN TO DISPLAY CUSTOMER PERSONAL DETAILS--
        WHEN 'TAB2'.
          TAB-ACTIVETAB = 'TAB2'.
          V_SCREEN = '120'.
    &--CALLS SUBSCREEN TO DISPLAY CUSTOMER BANK DETAILS--
        WHEN 'TAB3'.
          CLEAR WA_KNBK.
          SELECT
                 BANKS
                 BANKL
                 BANKN
                 KOINH
                 EBPP_ACCNAME
                 INTO WA_KNBK
              FROM KNBK
              WHERE KUNNR = WA_KNA1-KUNNR.
          ENDSELECT.
          IF WA_KNBK-BANKN IS INITIAL.
            MESSAGE I003(Z50850MESSAGE).
          ELSE.
            TAB-ACTIVETAB = 'TAB3'.
            V_SCREEN = '130'.
          ENDIF.
        WHEN 'EXIT' OR 'BACK' OR 'CANCEL' OR 'STOP'.
          LEAVE PROGRAM.
      ENDCASE.
    ENDMODULE.                 " USER_COMMAND_0100  INPUT
    Regards,
    kavitha

Maybe you are looking for

  • Need help connecting to Oracle to create database

    Am student taking DBA course; have altered pfile so that path shows where createdb is located. Cannot connect to Oracle; keep getting message "insufficient privileges." Createdb file amended per book to "REMOTE_LOGIN_PASWORDFILE=exclusive" and still

  • Cloning.pl Error

    I'm cloning an 11g database from and to like operating systems, RHEL 4.7, 64bit. I am trying to run on the target (or cloned) system. clone.pl I get the following error: **Begin*********** Values for the following variables could not be obtained from

  • Question on new update

    Hello, my problem is with this new update, it tells me i'm going to lose my Norton 360 tool bar which has my Identity safe app on it. That app saves all my passwords on a secure web site so i don't have to type them in to pay my bill ect. Some of the

  • Inventory problems

    When workstations register and try to do an inventory these are the error messages they get. Scanner(Warning) : 027: Unable to read the sequence number from the Workstation Object. Scanner(Warning) : 021: Unable to access the Custom Scan file. Invent

  • I can not find a phone # where I can call customer service for help....

    need a phone number to customer service quick