Skip One screen and Go back

Hi Friends,
Just Like, how we have,
CALL TRANSACTION TCODE AND SKIP INITIAL SCREEN.
Which skips the first screen and calls the transaction,in the same way  Do we have any other statement , When I click back button ,which skips the first screen and goes to next screen?
Regards,
Xavier.P

Hi,
When you are calling one transaction, you can use the statement like SKIP INITIAL SCREEN, because for a transaction a flow of screens is defined. I mean by that time it knows what could be the next screen.
In a similar way, the SY-UCOMM assigned to BACK button, is calling some transaction means, definitely you can use the same statement again for skipping the initial screen.
Usually for the BACK button, the statement used is, LEAVE TO SCREEN XXX. etc.. kind of thing, it does not know the next screen. Hence you can use any...
Regards,
Santhosh.

Similar Messages

  • I go to play on a game on my iPad it will load the game up and a minute later will go to a blank screen and then back to all my apps.does it everybtime? Why is that? What do I need to do to stop it?

    I go to play on a game on my iPad it will load the game up and a minute later will go to a blank screen and then back to all my apps.does it everybtime? Why is that? What do I need to do to stop it?

    1. Close all inactive apps in the Task Bar. Double-click the Home button and hold apps down for a second or two and tap the minus sign to close app.
    2. Try a reset. Hold the Sleep and Home button down for about 10 seconds until you see the Apple Logo

  • How do I get off the settings screen and get back to the iPad desktop?

    I am a first time user. How do I get off the settings screen and get back to the desktop?
    Thanks

    Press the home button.
    It's the button on the face of the device.

  • The screen and the back of my sister´s iphone 4s poped out

    It didn´t drop on the floor, when it was low on battery she went to charge it then after a while she notice it popped out of it case then she notice that the screen and the back popped out. and it can´t be pushed back into place.

    we are out of the country at the moment, will they still fix it if the phone is not purchased in the same country?

  • My bookmarks disappeard one night and then back the next. Now contacts are showing up that I deleted months ago.  Does anyone know what is going on? Thanks!

    My bookmarks disappeard one night and then back the next. Now contacts are showing up that I deleted months ago.  Does anyone know what is going on? Thanks!

    My bookmarks disappeard one night and then back the next. Now contacts are showing up that I deleted months ago.  Does anyone know what is going on? Thanks!

  • My classic has started clicking while freezing and now ita stuck on one screen and the wheel doesnt work

    Clicking while freezing for a few seconds now its froze on one screen and wheel wont work

    I know it sound silly but please try these steps, part of the 5Rs
    Can you toggle the Hold switch and make sure, you can see the Red plastic.
    Then Reset your iPod - Press the Menu and Center button for about 10 secs till the Apple logo comes ON, then release the buttons.
    Good Luck!

  • Presence of Junk Characters in one screen and not in other screen

    Hi ,
    wat can be da reazon for Junk characters populating in one screen and looking fine in other screen.
    This relates to HR Transactions : PP01 & 0001(IT)
    Issue : 3000#### , junkies are comg in 0001 Infotype , but in Maintain Object PP01 T Code its okay.
    pls guide.
    Regards
    Rohit.S

    Can anyone know how to solve this issue?
    SRI.

  • After login I get a blue screen and then back to login window, but only for one account

    When one of the users on the iMac tries to login it goes to a blue screen and back to the login window.  This only happens with one of the users - I've tried doing a safe boot, running disk utility, and using Time Machine to restore the user's libray back to pre-problem timetable.  When I run repair permissions I do gt a SUID file "usr/sbin/vpnd" and "usr/sbin/pppd" have been modified.  Any ideas?

    Try this...
    http://reviews.cnet.com/8301-13727_7-20013630-263.html
    If that doesn't help I'd make a new user & use an admin account to move the old folders over & change rights to the new user.

  • Plays one song and kicks back to main screen

    plays one sone a kicks back to main screen
    no music plays

    Have you tried resetting yur iPod.
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    Does the music play OK in iTunes on the computer?

  • Call Transaction - both Skip first screen and USING in one

    Hi Experts,
    I have to call a Tcode which is for a report painter report and I have to fill the selection screen parameters for that report. Nothing is mandatory but it will be filled in select option field.
    My issue is I can only call this Tcode with all the parameters when I use USIING with BDC. but I also want to skip the selection screen so that only the final output gets displayed.
    I tried SET PARAMETER ID but I am filling the select-options range from a custom table so don't know how to achieve that.
    Any suggestions !!!

    See here: [sdn wiki - Batch input FAQ - Is it possible to simulate AND SKIP FIRST SCREEN using BDC?|http://wiki.sdn.sap.com/wiki/display/ABAP/BatchInputFAQ#BatchInputFAQ-IsitpossibletosimulateANDSKIPFIRSTSCREENusingBDC%3F]

  • Skip first screen and return using BDC

    Hi,
    I am calling a Transaction from an ALV REPORT ,i wanted to set the material number in that transaction, i checked using f1 help and found the parameter id as 'MAT' .
    But when i am calling the transaction,the material number is not being displayed,Hence i modified the code below..
    My Previous code:
    READ TABLE alv_stb INDEX i_selfield-tabindex.
    IF sy-subrc = 0.
    SET PARAMETER ID 'MAT' FIELD alv_stb-idnrk.
    CALL TRANSACTION 'TCODE' .
    ENDIF.
    My CURRENT CODE :
               PERFORM bdc_dynpro      USING 'XXX_/2L3_BOM_XX'
                                                   '1000'.
                PERFORM bdc_field       USING 'BDC_CURSOR'
                                                   'PA_MATNR'.
                PERFORM bdc_field       USING 'BDC_OKCODE'
                                               '=ONLI'.
                PERFORM bdc_field       USING 'PA_MATNR'
                                                   alv_stb-idnrk.
                PERFORM bdc_field       USING 'PA_STLAN'
                                                   alv_stb-xtlan .
                CALL TRANSACTION 'TCODE '
                                        USING bdcdata
                                        MODE 'E'
                                        UPDATE 'S' .
    Requirement :
    I need to skip the first screen ,This is working ( screen is skiped) Now when i want to come back from the Transaction to my alv report,by pressing back button..this first screen which i skipped is being displayed, which i dont need...how to skip that screen,when pressing F3 from transaction or back button.

    hi shafiq
    *&      Form  zf_user_command
          text
    -->  p1        text
    <--  p2        text
    FORM ZF_USER_COMMAND USING R_UCOMM LIKE SY-UCOMM
                                      RS_SELFIELD TYPE SLIS_SELFIELD .
        CASE R_UCOMM. "FCODE
    WHEN '&IC1'.   "for hotspot with MATNR.
          IF RS_SELFIELD-FIELDNAME = 'MATNR'.
          SET PARAMETER ID 'MAT' FIELD RS_SELFIELD-VALUE.
          CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.
          RETURN.
            MESSAGE I103 WITH RS_SELFIELD-VALUE .
          ENDIF.
    message - material no 'X' shown succesfully
      ENDCASE.
    ENDFORM.                    " zf_user_command
    if it's not taking code..
    delete form..endform..and call it again it might be giving a problem with the old form endform... just try if nothing else works
    the above given logic is fine and working
    reward poitns if helpful
    Rohan

  • Call transaction skip first screen and fill a field

    Hi,
    I have got a requirement where need to call transaction VA01 by filling the fields on the first screen like order type, sales area using set parameter IDs and need to skip first screen. There is additional requirement apart from this where I need to fill the field 'Proforma' with some value 'X' in the header 'Additional data A' while calling transaction VA01.
    Is there any shortway to do this without using BDCdata?
    Thanks
    SD

    Hi,
    I had this kind of requirement earlier. But in my case I need to pre populate several values and then show the screen for user input. Here is my suggestion for you. Follow below code for filling BDC DATA internal table and call transaction in "E" error mode. This should show the screen finally for user input. In this code find for "?" and replace it with your field name and field value.  Remember to check validity of screen # and names with you system.
    Thanks,
    Amara.
    Moderator message - Please respect the 5,000 character maximum when posting. Post only the relevant portions of code. Do not use code tags to format text
    Edited by: Rob Burbank on Dec 22, 2010 6:08 PM

  • How do I "unshare" screen and go back to video chatting?

    I was on a video chat with my daughter and started screen sharing to help solve a problem she was having. During screen sharing we could still talk back and forth so it was great.
    However, when I'd finished using her computer I wanted to end screen sharing and go back to the video chat. I couldn't figure out how to do that without ending our chat session completely.
    Anyone know how to end screen sharing and return to the video chat without having to start a new video chat?

    It seems that Screen sharing effectively kills any video chat.
    The Audio with the Screen sharing is a feature of the Screen Sharing and not the Video chat.
    Effectively you ended the Video chat and have to start again.
    9:21 PM Monday; November 12, 2007

  • Labview Excel Search data in one column and send back data from the second!

    Hello,
    I am still very new with using LABVIEW and I have a issue. I am using an excel worksheet with two columns and four rows. In one column I have  barcode numbers and in the second I have which sequence tests that the particular barcode has with it. I have it where I get the barcode scanned but what I need help with is having Labview search the excel sheet for a match on the Barcode (From column one) and return back the related test sequence that goes with it ( From Column two). Any suggestions???
    Joe

    Sorry!
    Attachments:
    Excel String Search.vi ‏50 KB
    Barcode.xlsx ‏10 KB

  • How can i override my passcode on my iphone? i cracked my screen and cant back it up without entering a passcode

    How can i override my passcode? i cracked my screen and im tryint to back up my phone and it wont let me without my passcode being entered but my touch screen is not responding

    You won't be prompted for the passcode if you plug it in and sync/backup using the computer you normally sync with (assuming the passcode was set before the last time you synced).
    Have you ever synced/backed it up?
    If you have not, or you set up the passcode since the last sync, or the computer it was synced with is unavailable, then you're out of luck. You can't back it up.
    If you set up back up to iCloud, plug it in to power overnight in a place where it can connect to WiFi and cross your fingers.

Maybe you are looking for