Calling a screen at pushbutton in selection screen

hii all,
please provide me the suitable code for calling a screen on pushbutton in selection screen....
thanks
babbal

TABLES: SSCRFIELDS.
TYPE-POOLS ICON.
DATA: FUNCTXT TYPE SMP_DYNTXT.
PARAMETERS: P_VBELN LIKE VBAK-VBELN.
SELECTION-SCREEN: FUNCTION KEY 1.
INITIALIZATION.
  FUNCTXT-ICON_ID   = ICON_NEXT_OBJECT.
  FUNCTXT-ICON_TEXT = 'PUSHBUTTON'.
  SSCRFIELDS-FUNCTXT_01 = FUNCTXT.
AT SELECTION-SCREEN.
  CASE SSCRFIELDS-UCOMM.
    WHEN 'FC01'.
      CALL SCREEN 100.
  ENDCASE.
regards,
prakash reddy .s

Similar Messages

  • Calling Adobe Interactive Form from a selection screen

    Hi,
    I have to design an interactive adobe form online scenario,it goes like this :
    A certain tcode will call a selection screen when we enter values in the selection screen it will open an adobe form,which will have a submit button,on clicking the button data gets saved in a z table.
    I will be designing  the form in Web Dynpro,is it possible to call such a form through a selection screen?? Can someone please provide some idea on how to implement the above scenario.
    Thanks !!

    Hello,
    for the online scenario you need a communication partner for the form. In WD, you have a partner to exchange the data with. But from a selection screen... who would be your partner? You can of course display a form, a PDF file, a new one (generated) or a uploaded/ stored one, you can even edit the fields, but you don´t have any partner to send the data to.
    To cut this... you need a webservice if you want to exchange some data immediately (online scenario).
    Regards Otto

  • Pushbutton in selection screen

    Hi all
      i want to deactivate a pushbutton in selection screen.
      please help me...its urgent
       rewards assured..

    Hi gaurav,
    1. So, wats the use of MODIF ID?
    or wats the flaw in my approach
    Theres no flaw in your approach.
    2. Further, you are right.
       Whats the use of MODIF ID
      For buttons, we can use the name of the button.
    3. But if there is some parameter
       (along with LABEL on the left,
       or a radiobutton, with some text),
    4. 
      Then with MODIF ID, the label also gets
      affected.
    (whereas if we just use the parameter name,
      the label may still remain) 
    5. To get the differnce, just copy paste
    6.
    report abc.
    parameter : abc(10) type c MODIF ID A.
    At selection-screen output.
    ONCE CHECK WITH THIS CODE
      loop at screen.
        if screen-name = 'ABC'.
          screen-input = 0.
          screen-invisible = 1.
          modify screen.
        endif.
      endloop.
    THEN CHECK WITH THIS CODE
       loop at screen.
       if screen-GROUP1 = 'A'.
         screen-input = 0.
         screen-invisible = 1.
         modify screen.
       endif.
    endloop.
    regards,
    amit m.

  • Call a Screen from A selection screen report

    Hi Friends,
       I developed a report (1. Excecutable) and i am calling a screen say 9000 which is having several subscreens. While i am clicking the BACK button it should come to the same selection screen report. How to do this? We can't use LEAVE SCREEN or LEAVE TO SCREEN 0. Because 9000 screen having the subscreen. If i use LEAVE PROGRAM it won't come to selection screen. Instead it will come out of program.
    Please help me.
    Thanks and regards
    Srikanth. S

    hi srikanth,
                    We can come from screen to selection screen of the report by using -- "LEAVE TO LIST PROCESSING".
    If u need some more info plz check below.
    https://www.sdn.sap.com/irj/sdn/forums
    https://www.sdn.sap.com/irj/sdn/forums
    https://www.sdn.sap.com/irj/sdn/forums
    Reward if it is usful,
    Thanks,
    Srikanth.A

  • What is the procedure for calling three screens in order?

    Hi friends,
                  Can anyone solve my problem of knowing how to call three screens.
    In one screen i will be give say emp-id and password
    it has to go to next screen have 2 radiobuttons functional and technical after selecting it has to go next screen where employee name timein and timeout will be there where i have to store employee name and timein and out in a table please its urgent can any one help with this. Creation of screens are perfect but only calling the screens in order and storing the data in a table is my problem.
    Solutions will be surely rewarded.

    hi,
    screens can be called by any one of the following methods:
    1.using a t-code
    2.from abap program
    if ur calling it from abap program, make use of CALL SCREEN
    syntax:
    CALL SCREEN <dynnr>.
    statement to call a screen and its subsequent sequence within that program. The flow logic of each screen calls dialog modules in the program that called the screen.
    When the screen sequence ends, control returns to the statement after the original CALL SCREEN statement.
    To termintate the screen sequence, use  LEAVE TO SCREEN.
    These statements exit the current screen and call the defined next screen. If the next screen is screen 0, the entire screen sequence concludes.
    please rewards points if useful.
    regards
    sandhya

  • Call program screen in ABAP Report

    I have a execute program which match to a transaction, in the program, which will generate a selection screen and do selection. After that, the program will call another program screen to do somethings, i want to know can i call program's screen in my execute report, thanks

    Hi
    To Call the Transaction :
      CALL TRANSACTION '<TCODE>' AND SKIP FIRST SCREEN.
    To call a Report :
      SUBMIT <REPORT> USING SELECTION-SCREEN <NO>.
    <b>Reward if Helpful</b>

  • My screen is completely white, i've tried holding lock and home buttons as seen on you tube something called 'white screen of death' its goes black (think it switches off) then back to the white screen need help fast please!

    my screen is completely white, i've tried holding lock and home buttons as seen on you tube something called 'white screen of death' its goes black (think it switches off) then back to the white screen need help fast please!

    If you have not done a factory reset on the device, I recommend doing a complete  factory reset.  
    Factory Reset  - Warning this will reset device back to original factory settings.
    This method will not erase any MDN/MIN information
    Turn off the phone 
    Press Power + Volume Up/Down at the same time and hold until display will show a triage android screen 
    Display will show: 
    Reboot system Now 
    Apply sdcard:update.zip 
    Wipe Data/Factory Reset 
    Wipe Cache Partition
    Use VOL Down key to scroll down to "Wipe Data/Factory Reset", press home icon to select option and wipe device. 
    Display shows "All user data will be wiped out", press VOLUME Up to continue or VOLUME Down to exit. 
    Press Volume Up 
    Press Home to select "Reset System Now" - device will reboot
    If the problem persist I recommend having a store technician take a look at the device.
    Copy and paste the link below into your browser's address bar for the store locator.  
    http://www.verizonwireless.com/b2c/storelocator/index.jsp

  • Module pool ( call multiple screens )

    hi abapers,
    in module pool program ,
    iam call one screen  into another screen .
    ex : screen no . 100
           iam designed table control  with some column  fields .
    iam call one of column field of table control into another screen,
    at that time last record value of that field will comes to the other screen.
    but i want, what of the selected value of field value comes to the other call screen number.

    Hi Raj,
    Use  GET CURSOR FIELD FNAME  VALUE FVAL.
    Whis is a syntax for system can identify yhe record i.e we can able to select one record from screen 100 is transferred to screen 120.
    FNAME ---> Field Name
    FVAL----->Value Which is selected from that Value (screen 100)..
    Regards
    Ranga

  • Creating a screen in report program and calling that screen in program.

    Hi,
    I have a report program and I want to give output in different screen.
    can any one tell me how to create a screen in executable program and calling that screen in program in END-OF-SELECTION for displaying results.
    Thanks a lot.
    Kiran

    Hi,
      Open your program in SE80. Right click on your program. Click CREATE->Screen menu. This will allow you to create screen for the program. 
    In the End-of-selection event call the screen using the  commands CALL SCREEN or LEAVE TO SCREEN or SET SCREEN.
    CALL SCREEN
    http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba4e635c111d1829f0000e829fbfe/content.htm
    LEAVE SCREEN/SET SCREEN
    http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbab3635c111d1829f0000e829fbfe/content.htm
    Regards,
    Vara

  • Dynamic variant calling multiple screens

    Hi all,
    The concerned issue is that i am trying to execute a report( which on execution throws a selection screen) from a program using 'submit' statement passing a variant. along with it iam creating a dynamic varinat using FM RS_CREATE_VARIANT, the variant is being made, but on execution , the program throws an error meassage " invalid variant called'.
    This is because the varinat is calling multiple screens , although only one screen number is passed in teh FM,( screen no 0170).
    Please tell me the possible solution fr this .
    Cheers,
    Thanks in advance.

    Hi,
    first try to pass only the static variant with the submit statement and c whether its working properly.
    and than check for dynamic variant..
    c the difference and let me know what happens ??
    thanks
    ravi aswani

  • How to Call another screen using the ABAP Report which is displaying ALV ou

    Hello All,
    I am developing a ABAP report in which I want to transfer the stock from material to another material.
    My Report will include 3 to screens.
    The first sleection screen will display all the material with their stock value.
    When we execute the report I will get the list of materials along with their current stock. On the top of the output screen I want the Execute button. Also , each line of the output should have checkbox or the ALV provides the functionality of editing one cell like that.....Once the user tick the checkbox or the cell....then I want to move to another screen where user can enter the Quantity and then user will tick ok and then I will call one function module so that the material documnet is posted and transfer of posting form material to material is done successfully.
    Could anyone please help me out how to call another screen from the output screen where user can enter the Quantity amount....
    I dont want to use the Dialog programming.....I want to create the simple ALV Abap report.
    Regards,
    Komal Bhutada.

    Hi Raymond,
    Thanks for the input...I will try this in my code .....
    Can you please help me how to insert the checkbox in the ALV Output....so that I can select one of row and then press execute to process further?..
    Thanks for the information.
    Regards,
    Komal.

  • On hotspot call a screen.

    i have to call the screen which comes after following the steps:
    1 goto se91
    2. message class 'K/'.
    3. message no 111.
    4. select that message and click on 'long text' button.
    5. we will get screen.
    that screen i have to call in z prog on hotspot only

    Hi,
    Use screen painter(transaction se51) for this. 1st call that screen(which u want to display) in the screen painter.
    at hotspot call the screen which u have made in se51.
    Thanks
    Rajesh

  • Calling a Screen as a Modal Dialog

    Hi
    I have created a 'Z' Transaction which has only one Screen which is of type 'Modal Dialog'. Whenever i run the Z Transaction, i get the screen in a full window size. Is there any way by which i can restrict this screen to a Modal Dialog. I know that we can use call Screen XX Starting at .. Ending at.. Option. But this will help me only when i have two screens.
    Can anyone answer this as it is urgent !!!
    Rgrds,
    Murli.

    Here is an example of what I'm talking about.  Here we have a small program with a selection screen.  When you hit enter, it will call the function module which has the CALL SCREEN...Starting...Ending statement.  This will thru the dialog box in front of the selection-screen.  I believe that this is the functionality that you required.
    The program code......
    report zrich_0003.
    data:  br_itab type table of zbrbin with header line.
    parameters: p_check.
    at selection-screen.
      call function 'Z_BIN_LOC'
           tables
                br_itab = br_itab.
    The function module....
    FUNCTION Z_BIN_LOC.
    *"*"Local interface:
    *"  TABLES
    *"      BR_ITAB STRUCTURE  ZBRBIN
      CLEAR: ITAB. REFRESH: ITAB.
      CLEAR: OK_CODE, SAVE_OK.
    *Loop thru parameter table and fill up screen.
      LOOP AT BR_ITAB.
    * Entry already exists........get bin location.
        SELECT SINGLE * FROM ZBRBIN
             WHERE VBELN = BR_ITAB-VBELN.
        IF SY-SUBRC <> 0.
          CLEAR ZBRBIN-BIN.
        ENDIF.
        ITAB-KDAUF = BR_ITAB-VBELN.
        ITAB-BIN = ZBRBIN-BIN.
        APPEND ITAB.
      ENDLOOP.
      REFRESH CONTROL 'ITABCON' FROM SCREEN '0100'.
    * call entry screen.
      CALL SCREEN 100 STARTING AT 10 5
                      ENDING AT 85 16.
    ENDFUNCTION.
    Regards,
    Rich Heilman

  • Calling one screen to anther

    Hello Experts,
    i created 2 screens,in my code i called the first screen like
    CALL SCREEN '1000' STARTING AT 10 10
    ENDING AT 70 15.
    actually the requirement is to disable the first screen and call the second screen.
    some conditon check
    i write syntax like : leave to screen 2000.
    But i am getting second screen size same as the  first screen size .(Like STARTING AT 10 10 ENDING AT 70 15.)
    but the requirement is the second screen size may be bigger than first screen..So how can i call the second screen.
    If i call second screen  : CALL SCREEN '2000' STARTING AT 20 20 ENDING AT 90 30.
    The First Screen(1000) is not disabled.
    Only if i call LEAVE to SCREEN '2000' . the first screen will be disabled(not shown)
    So how to call the  second screen.
    Thanks,
    A.Sri.

    In a report program this is possible as follows:
    START-OF-SELECTION.
      IF my_cond is TRUE.
        CALL SCREEN 2000.
    else.
        CALL SCREEN 1000.
      endif.
    You would created your screens either with Screen Painter or within the report program if selection parameters are required.
    If you are using Dialog Module method, you must create 2 seperate Tran Codes.  One will use start screen of 1000, the other would
    start with screen 2000.  Using this method you could have a report program perform the condition testing prior to the call.
    Create a 3rd transaction to call the REPORT program.
    START-OF-SELECTION.
      IF my_cond is TRUE.
        CALL TRANSACTION 'SCR2'.
    else.
        CALL TRANSACTION 'SCR1'.
      endif.

  • Phone is Locked into an Emergency Call Lock Screen

    Hi All,
    My SX-Z1C is currently locked into an emergency call lock screen. I tried rebooting the modem without the SD card and SIM but it didnt work. is there a way to reformat the phone without getting into the settings / homescreen? Coz right now i cant get pass through the Emergency Call Lock Screen to get to the homescreen or settings. If so what tools do i need.? Or is there a way to fix the issue without reformatting the phone
    Solved!
    Go to Solution.

    To perform a system repair
    Switch off your phone and unplug from Pc (Hold volume up and power for around 10 seconds)
    Start PC Companion and select Support zone then Update my phone/tablet then in Blue Repair my phone/tablet and follow the onscreen instructions - When prompted connect your phone still switched off holding volume down - This should start the repair or reformat process
    If you are using Windows 8/8.1 or a 64bit operating system then adjust the settings for PC Companion and run in compatibility mode and chose Windows 7 or XP
    Remove your IMEI number from your above post
    For a successful technology, reality must take precedence over public relations, for Nature cannot be fooled.   Richard P. Feynman

Maybe you are looking for