Using textfield in screen to navigate to next screen.

Hi experts,
  I am designing a screen in screen painter. There is a Text field in the screen which is double click enabled. Now i want to use this text field to navigate to next screen when it is double clicked. How to do it. Please help.
Regards.
Vaibhav Tiwari.

Hi,
In the Flow logic of your screen under the PAI Event in the default module user_command_xxxx INPUT , use case statement to check for the sy-ucomm value for the double-click event and check then check the GET cursor value, if it is the text field(double-clicked enabled textfield), then call whatever screen you want to.
Reward points if this is useful!
Thanks,
Muthu

Similar Messages

  • I was making a movie on iMovie, and was trying to use the green screen to make a split screen. I pressed on the green screen button, but the second clip didn't play next to the first, and only the audio played.

    I was making a movie on iMovie, and was trying to use the green screen to make a split screen. I pressed on the green screen button, but the second clip didn't play next to the first, and only the audio played. I tried again with some different clips and some worked and some didn't. This hasn't happened before. What should I do? (I am using iMovie '09)

    No guarantess but try smc and pram resets,

  • HT1595 Trying to connect my new apple tv to the wireless network. When I try to use the remote, the Apple TV doesn't respond (doesn't go to the next screen). Could this be caused by a weak wireless signal?

    Trying to connect my new Apple TV to the wireless network. When I try to use the remote the Apple Tv doesn't respond ( doesn't go to the next screen). Could this be caused by a weak wireless signal?

    It is not properly connected to the network.
    Make sure location is set correctly
    DNS should be on auto (settings - general - network)
    Try ethernet
    Signal strength on device won't account for issues, you would need a network report from istumbler, netstumbler or similar. This will show accurate signal strength along with noise and nearby networks

  • Hi guru,s in reports we give single click on it go to next screen how is it

    hi guru,s in reports we give single click on it go to next screen how is it

    Hi,
    actually when we double click then AT LINE SELECTION event gets triggered in order to navigate to secondary lists by getting value PICK in the sy-ucomm if u want it only for a single click simply keep the hotspot then it behaves single click same as double click
    plzzzzzzzz reward if useful
    my mail id [email protected] feeel free to ask any quiries

  • Next screen is processed upon selecting a criteria

    Hello,
    I have a screen which has a subscreen and a next button. The subscreen is basically defined as
    SELECT-OPTIONS: var1 FOR ZTABLE-FIELD1,
    var2 FOR ZTABLE-FIELD2.
    If I run my application now I want to set for var1 that it is not equal a certain value and for var2 I want to set that it is equal a certain value. The problem is that whenever I use this popup to enter my selection criteria I have to leave it using the "execute" button of the pop-up. This execute button directly executes the next button (or calls the default next screen). So what I have to do is
    1. enter criteria for var1 (now I am on the next screen)
    2. press the back button to get back to the first screen
    3. enter criteria for var2 (I am again on the next screen, but since all variables are set this is okay).
    What do I have to do to prevent that the system goes to the next screen upon setting selection criteria?
    Thanks.

    In the subscreen attributes set Next Screen as the number of subscreen i.e.100.
    This way, whenever there is any action on subscreem you will be back in same screen (it will be redisplayed). If there is some specific action triggered like pressing any button, catch that in PAI and navigate to new screen explicitly with LEAVE TO SCREEN new_screen_number.
    Regards
    Marcin

  • Force users to view all rollovers before moving to next screen

    Hello,
    In Captivate 7 is it possible to force users to view all of the rollover items before allowing them to move onto the next screen?
    Thanks,

    There are a couple of options.  Rollover captions and rollover image objects are unable to trigger advanced actions on rollover, but you CAN do this with rollover slidelets.  So you could set up variables and advanced actions to track whether or not the user has viewed all rollovers at least once before showing a button that allows them to navigate to the next slide.  If you want to avoid rollover slidelets (due to all the issues they bring) you can use Event Handler widgets from Infosemantics.  Attach the widgets to the rollover caption or rollover images and this allows you to trigger advanced actions but with much more flexibility than with slidelets.
    One caveat.  None of these solutions work in HTML5.

  • In Dialog module programing how to navigate to previous screens?

    I have a REPORT program which displays a ALV output with custom menu buttons along with the ALV buttons on the menu bar.
    Once the custom button is clicked the REPORT program calls a custom SCREEN 1 the screen is displayed to the user and the screen has a custom menu which has some custom buttons.
    if the user selects any button the user is taken to the next SCREEN 2 .
    My Problm is when the processing is finished on the SCREEN 2 i would like the system to retrurn back to report out put screen and NOT on SCREEN 1.
    If i use the bwlow code in SCREEN 2 - PAI event it just returns me back to SCREEN 1 and not to the report output screen.
    SET SCREEN 0.
    LEAVE SCREEN.
    What coding needs to be done to return me back to the REPORT output screen from SCREEN 2.

    Hi,
    there is also possibility to specify  LEAVE TO LIST-PROCESSING.
    Please check following link
    http://help.sap.com/saphelp_nw04/helpdata/en/10/e7dbde82ba11d295a40000e8353423/content.htm
    Regards,
      Karol
    Edited by: Karol Seman on Oct 29, 2008 9:39 PM

  • Is there a way for Drag & Drop answers to populate next screen?

    I'm working on a project in Captivate 7 where the user is filling out a table (1 row, 3 columns, 9 possible correct answer combinations) using drag and drop words. The user will ultimately build a table with 3 rows and 3 columns, doing 1 row at a time per screen.  I would like the user's correct answers to the rows they have already completed correctly to appear on each successive screen (but not for the entire rest of the project, just the following few screens). I have tried to get this working every which way and I can't seem to make it happen.
    The closest I have gotten is to use the "accept" panel to set each correct answer to assign its own value to a variable placed in a text caption on the following slide. However, that seems to trigger an auto-submit (I have the global "auto submit correct answers" turned off) so that the first item the user places correctly in the table advances them to the next slide even though there are still 2 more cells of the table to complete.

    Here's a shot of the intiial screen:
    As you can see, there are multiple correct combinations of answers. (Users will be children, so it does need to be very user-friendly with the ability to undo/reset answers.) In the word bank are 3 correct variable items and 6 correct values (I have it set so that only correct combinations of variables and values will be accepted as correct, so "lemonade" will never be a correct value for "age of seller", for example).
    Here's the next screen which I have made fill from selections from previous via an "on accept" advanced action (show a text caption unique to that answer and location):
    The problem with this advanced action solution is that if the user makes a selection in the first screen, then gets it partially wrong or for some other reason resets the words back to the bank, those text captions on the next screen still have been shown and will stick around, thus:
    Every solution I've attempted has had some fatal flaw in the end. What I really need to happen is a conditional action that basically says "If the contents of drop target X = drag source Y, then set VarA [on screen 2] to $text$." For example, "If the contents of drop target [Variables Cell] = Text Caption timeofday, then set $Var1$ to "Time of Day".
    I am about to throw in the towel here and just have students type in words to text boxes (these are mainly disadvantaged students I work with, so their typing skills are not great) just to utilize being able to make a user-generated variable out of text box entries.

  • How to populate the next screen based on the previous screen table control

    Hi Experts,
            Is this possible to generate the next screen values based on the table control values in previous screen.
    My Requirement is
    In my First screen i m having 5-7 regional offices in table control and also amount field for each regional offices.(amount field is editable)
    User has to enter amount field for Regional office..based on the amount field i need to process the next screen. For Ex if user is entering  amount for 3 regional offices out of 7 regional offices then i need to get the screen for the 3 regional offices..
    Pls suggest me how to do this..
    Regards,
    Zakir

    Hi Zakir,
    Do you have any button for calling the second screen after entering amount in the first table control screen or you have to call the screen on pressing enter on the table control?
    You will have to handle it in the PAI of the table control loop.Get data entered in the table control in your internal table of table control.You can prepare the data passed to the next screen from this internal table. Fill the second screen elements and Use CALL SCREEN XXX. XXX is your second screen no.
    Thanks,
    Pawan

  • In website, Firefox will not go to the next screen. Instead I have to click 'allow'. This is on sites where I never had this problem. I want it back to the way it was.

    On sites that I have been using for many months with no problem, when I click to go to the next screen (like 'continue'), it doesn't go to the screen. I get a bar and have to click 'Allow'. This is happening continuously on screens where it didn't do it before. If it were occasional I wouldn't mind. But it happens all the time. What was changed in Firefox to cause this problem. It has really been a pain paying bills online.

    What is the message to the left of the Allow button? Hopefully with that information we can advise on changes to your settings to resolve the issue.
    You also could supply a URL of a site that has this problem, assuming we don't need an account to check it out.

  • My iphone 3gs is not working properly, when switched on it says 'Update Completed' as though it has just been updated. On the next screen it says to 'Connect to iTunes'. It doesn't, however, connect to iTunes and more often than not just resets itself.

    My iPhone 3gs is not working properly and hasn't been since about September of last year. When switched on (Quite often it won't even turn on) it says 'Update Completed' as though it has just been updated. On the next screen it says to 'Connect to iTunes'. It doesn't, however, connect to iTunes and just resets itself over and over until power is gone. Occasionally after switching on and off a few times it functions normally for a few hours and some times even a couple of days but eventually always turns itself off and goes back to the 'Update Completed' screen. Does anyone know what might be causing this and/or a way of fixing it?

    Morning JordenR,
    Thanks for using Apple Support Communities.
    You can resolve many restore issues using the troubleshooting steps documented here.
    For more information on this, take a look at this article:
    iOS: Resolving update and restore alert messages
    http://support.apple.com/kb/ts1275
    Best of luck,
    Mario

  • Can I use an iMac as a thunderbolt storage and screen  for the Mac Pro?

    I'm looking to buy the new Mac Pro, I already know I can use my existing iMac through thunderbolt as a screen, but will it work as a storage/HDD too?

    Yes.   Apple - Thunderbolt: Next-generation high-speed I/O technology.

  • Concept of Interactive Report by click on filed displaying next screen

    Hi,
    I want to know the concept of Interactive report i have work on simple and ALV reports, as per my present requirement of vendor outstanding balance  i have made a report as per my requirement i have data in 3 final tables  itab1  itab2   itab3,
    itab1 have all the data related to vendor bills line item wise,    itab2  have the data only as per vendor  means for one vendor one entry adding all the line item amount in one  row,   itab3 have the data as per reconcile account    
    in my requirement  firsti want to display  itab3       and after this  if vendor click on any reconcile account itab2 to be display  only those record as per selected reconcile account further to this  on next screen  if user click on any vendor  system should disply the itab1  record as per selected vendor from second screen.
    regards,
      zafar

    Hi
    call function 'REUSE_ALV_GRID_DISPLAY'
        exporting
          i_callback_program       = sy-cprog
          i_callback_user_command  = 'USER_COMMAND' " This is also maintained below just check further down
          is_layout                = gs_layout
          i_callback_pf_status_set = 'SET_PF_STATUS' " This form is maintained below just check further down
          it_fieldcat              = gt_fieldcat[]
          i_save                   = gc_a
        tables
          t_outtab                 = ist_final[].
    form set_pf_status using rt_extab type slis_t_extab.        "#EC CALLED
      set pf-status 'ZPP_NCO_STATUS_PTEI' excluding rt_extab.
    endform.   
    form user_command using p_ucomm    type sy-ucomm            "#EC CALLED
                            wa_selfield type slis_selfield .    "#EC CALLED
      case p_ucomm.
    * When user clicks on the Download button
        when '&DOWNLOAD'. " after you double click check the sy-ucomm (it is ONLY to the best of my knowledge )
    " again  Use The ALV FM or continue with your coding here
    " wa_selfield  contains the Line along with the contents of values of First Tab you can check them in Debug.
    Similary continue with Third Internal Table
    endform.

  • Appears and quickly disappears a new screen overlaying the screen in use, it starts at the bottom of the screen tela.MACbook pro retina.O what could be causing this?

    appears and quickly disappears a new screen overlaying the screen in use, it starts at the bottom of the screen tela.MACbook pro retina.O what could be causing this?

    Thanks for the suggestion, the next step was to call Apple, who gave me a claim number, which I discovered you must have to get anything done with them.  They refered me to a Apple store or repair center, after some reseach took it to the Computer Store in Mobile, Alabama and they were excellent.  They took pictures of the screen with bug submitted it to Apple who denied the claim but they kept kicking it up to the next level and finally Apple agreed to sent new cover.  The Computer Store had the cover the next day, they changed it out and now I am bug free.  If your in the area of Mobile Alabama you can feel good about getting help from the Computer Store.  For the two folks that responded to my note, Thank You, good comments and good advice.

  • Navigate to selection screen from ALV.

    Hi All,
    I am using ALV in my report which is editable alv. when i save after edit one more alv is generated with loggs. but when i click on back tab from application toolbar it navigate to previous alv. But i want to navigate to selection screen. so how to achive it.
    i have defined my own PF status and i tried following code which gives short dump.
    IF sy-ucomm = 'BACK'.
        SET SCREEN 1000.
        LEAVE TO SCREEN 1000.
      ENDIF.
    thanks ,
    Swarup.

    Hi Swarup,
    I have implemented the exact scenario, this is what you need to do.
    FORM f_alv_user_comm USING i_ucomm TYPE syucomm           
                              i_rs TYPE slis_selfield.
    *  Display ALV2 (This list shows the list blocked/unblocked customers)
        PERFORM f_display_alv2 CHANGING i_ucomm.
      IF i_ucomm EQ '&F03'.         " here you can use the back button code
    * Return to seletion screen
        LEAVE TO SCREEN 0.
      ENDIF.
    endform.
    In f_display_alv2 do like this :
    FORM f_display_alv2 CHANGING e_ucomm TYPE syucomm.
        CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
          EXPORTING
            i_bypassing_buffer = c_mark
            i_callback_program = w_repid
            is_layout          = lws_layout
            it_fieldcat        = int_fieldcat2[]
            it_events          = int_events_alv2
          TABLES
            t_outtab           = int_alv2_out
          EXCEPTIONS
            program_error      = 1
            OTHERS             = 2.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ELSE.
          e_ucomm = '&F03'.                          " This will take the back button code
        ENDIF.
    endform.
    This is the right way to do it.
    Regards,
    Salil Sonam

Maybe you are looking for

  • Ipod classis with videos not showing on TV with connection - Help

    Got a new Ipod classic as I got into an accident with my first ipod. Trying to play videos (movie) from ipod classic to tv. Bought Belkin video connector and use with my old ipod. With the ipod classic, when I plug in, i can only hear the sound of th

  • Getting AC3 or AIFF files directly from the DVD studio Timeline.

    I'm trying to give my website manager parts of one of my previous demos. Instead of completely rendering the whole thing over I imported the original Mpeg, AC3 and AIFF files to my DVD studio timeline. There I was able to cut out the middle of my dem

  • Tax based on Sold to Party

    Hi,   Our requirement is that while creating SO the tax should be as per sold to party , as ref. to below thread Tax based on Sold to Party or Bill to Party.  i have maintain A' in Go to IMG Path --> SD --> Basic Functions --> Taxes --> Maintain Sale

  • CS4 menus.xml error?

    Hello! I just installed Dreamweaver CS4 on my Mac, but whenever I launch the application I get an error that tells me Dreamweaver has encountered an error, when accessing the menus.xml file. It then recommends that I delete the current menus.xml file

  • Selecting document list by gsber

    I want to display document list from BKPF..but there is not GSBER field..it exists in BSEG table.but the table is not indexed table.when i use it,performance will be horrible. How can i select data according to GSBER? Best regards..