Customization of UWL screen contains Reject,approve,Back buttons.

hi Experts,
I want to remove "back" button which comes on screen after we click"Forward" button on main UWL screen and it displays adobe forms,below which there are three buttons.but i dont know how to proceed with this.I checked with all par files,like bc.uwl,uwl.ui etc but didnt get any clue to solve this.
Please if anybody can guide me on this,do reply,
Thanks,
Nutan

Maybe I'm not getting the complete picture, but have you tried to add "back" to the UWL iview property "List of actions to exclude"?

Similar Messages

  • Going back to previous screen by clicking on back button in IE

    Hi All,
    We have an webdynpro application where in there are many screens and the user can move from one screen to the other by click of buttons.
    I have a requirement by which the end user should be able to come back to the previous screen by clicking on "Back" button of the Internet explorer rather than from clicking of button in the application.
    Can we retrieve the event handler of the back action of IE.
    Is this scenario possible.If yes,the please let me know the solution.
    Thanks and Regards,
    Pradeep

    Hi PRADEEP !!!
                             What you are requesting might work in some applications, but it is generally not recommended to use the explorer back button to go back. Its better to use the WD UI Button to go back.
    I hope this helps, if you need some thing else, please revert back, I'll be happy to help you.
    Cheers!!!
    Umang

  • At selection-screen when user presses back button

    Experts,
    I have two radio buttons and two relative checkboxes ( one checkbox related to other ).
    Now when user selects one radio button and executes teh program, there is a summary page. When user presses back button from there, I return to the selection screen, however the selections are still there.
    Ideally I want a blank screen, as in nothing selected( similar screen when program is executed first ). Is it possible ?
    Kindly advise,
    Gols

    Hi,
    Try clearing radio buttons and check boxes at PBO of selection screen using AT SELECTION-SCREEN OUTPUT statement.
    PARAMETERS:
      p_rad1 TYPE c RADIOBUTTON GROUP rd1,
      p_rad2 TYPE c RADIOBUTTON GROUP rd1.
    PARAMETERS:
      p_chk1 TYPE c AS CHECKBOX,
      p_chk2 TYPE c AS CHECKBOX.
    AT SELECTION-SCREEN OUTPUT.
      CLEAR: p_rad1, p_rad2, p_chk1, p_chk2.
    Hope this helps.
    Regards,
    txhughes

  • Usage of back button in shopping screen brings up the error in the screen,

    Hi All,
    Usage of back button in shopping screen brings up the error in the screen,
    In SRM shopping screen, when we use the "back" button on the Internet Explorer toolbar, it does not work, it brings up the error screen. Using the "back" button within the SRM window only occasionally works and if used near the end of an order it gives errors and all information inputted until you press back button is lost.
    So, to resolve this issue, I mean when you press back button it should go to previous screen and should not give any error and also should not loose data in the screen.
    Any suggestions in resolving this issue is very much apppreciable.
    Thanks
    Ravi

    Hi Ravi,
    Internet explorer back button is not supported for the application, instead you can use  back to status/back button in  SRM shopping cart application, you should be good to go with this button.
    SAP recommends not to use internet explorer back button which stops the functoning of application.
    regards,
    IGA.

  • How to call initial screen from Sm30 screen back button

    Hi All,
    I have written a program to call SM30 transaction using BDC method.The values entered on initial screen of report are being passed on to SM30 screen through BDC . As per selection criteria inserted on screen only those particular entries are being displayed on SM30 table maintenace screen.
    But when I click on BACK button on table maintenace screen of SM30 it takes me to first screen of SM30 ransaction instead of report's first screen.
    What do I have to do to move on to first screen of report when BACK button clicked .
    Thanks
    Saurabh

    Creata table maintenance generator for your table. You need not have to do a BDC to SM30 to maintain the table. You can use the FM "VIEW_MAINTENANCE_CALL" by passing the table name. This will also take in the criteria to filter the record in the table display. Now if you press back button from here it will take you back to your report screen.
    Regards
    Ranganath

  • Blank screen while pressing "Cancel" or "Back" button in Portal

    Hi Experts,
    We have a peculiar problem.
    The user is trying to access time levelling report (which is a
    iView) in MSS.
    The user is getting the output of the report.  When the user tries to press "back button" from the output screen (which is a SAP Transaction iView)  the user is getting blank screen insted of report input screen.
    Please suggest me some hints to resolve this.
    Thanks
    Abdul

    I was calling details screen( screen called from ALV) using call screen in double click event. I changed this to SET SCREEN 110.LEAVE SCREEN. Now my back button in ALV screen started working as expected.
    Thanks  for your answers.
    Joby

  • How to handle Back button in IA06 BDC

    Hi all,
    I am calling IA06 inspection screen for an task list operation using BDC from my custom program. on this screen user can change the SAP data. if I save the task list then it's working fine.
    But I have one issue how to control back button, when user make any changes on this screen and click on back button because it calls all the previous screens which i skipped using BDC.
    Or for this particular functionality there is any Function module same as for Characterstics as "CLFM_OBJECT_CLASSIFICATION"
    Please advice.
    Thanks,
    Sanket Sethi

    Hi all,
    Please suggest if there is any function module/ API  to call Task list characteristic screen directly; same as for Task list classification screen using Function module CLAF_CLASSIFICATION_OF_OBJECTS.
    Thanks,
    Sanket Sethi

  • How do i have status bar and a back button  for applets?

    I have an applet which displays a set of panels in order. Is there any way that i can have a status bar like in an browser and a back button so that it can go back and go forward. What do i need to do? Is there any sample code to do so. I am new to java and learning.
    Thanks
    Ram

    Status-Bar -- a long thin panel with a long TextField. Perhaps use something from the BorderFactory class to seperate it from other parts of the screen...
    Back Button -- Keep track of your panels in a CardLayout, for example, then use a Button with an action listener that uses the CardLayout's previous() method to move back to the last panel.

  • Need to click the back button twice

    Hi all
    I'm having problems with a program. I have ALV grid and double clicking on a line calls a function that displays a detailed entry screen (dynpro).
    In that screen the user can use the data to call a function module to create BP from the given data.
    I now want to enable my users to go back to the ALV grid by clicking the Back button and when the function code is 'BACK' I do:
    leave to screen 0.
    But the user must press the back button twice before he can go back. If the user however just enters the detailed screen and presses the back button it works fine.
    Regards,
    Gunnar

    Hello,
    I had a similar problems few days ago. If the user must click back button twice in some cases it is because 2 screens are being created.
    What happens to me is that I had a Modul-pool, in this program I had 2 dynpros, one for input and the other to call in it the function-module REUSE_ALV_GRID_DISPLAY in order to show an ALV. When the ALV was shown the user should press back button twice in order to return to the first screen. This behaviour is because the ALV is shown in its own screen, so finally I had 3 screens instead of 2.
    What I did to solve the problem was to delete the dynpro which only purpose was to show the ALV. At last I had a dynpro for the input of the program, in the PAI of this dynpro I invoke REUSE_ALV_GRID_DISPLAY which shows the ALV in its own screen.
    I hope it will hellp you.

  • Problem with the back button in the Alv ouput

    i have  refresh button in output of my alv report when i click on this it is getting refreshed ,now the problem is with the back button after refresh whn i click on back button it is not going to selection screen , i have to  click  the back button thrice  to come out to the selection screen ,if have refreshed  the ouput  screen twice .
    if i dont refresh the back button is working fine , So i have used "call to selection screen 1000" it coming  to selection screen without any problem  but in selection screen on clicking on back button it is again going back to output screen ,So please suggest what has to be done here .

    Hi Brahmananda,
    Please try to understand the flow of program and the screen navigation
    the click of BACK button triggers PAI and (to the best of my knowledge) you might have called the ALV screen number without any checks ( may be) so it is again taking to the ALV.
    try using
    in PAI
    module exit at exit-command
    in program
    module exit
    case ok_code
    when 'BACK'.
    LEAVE PROGRAM ( or any thing that you want it to be )
    endcase
    endmodule
    regards
    Ramchander rao.K

  • Lags between app and back button

    I just experienced this problem lately. When I pressed the app button to go into the app pages, it takes about 3 seconds for the 1st app page to appear. Following this, when I want to return to the home screen, I press the back button, and the icons in the home screen also takes 3 seconds to appear.
    I've checked my phone memory, RAM, uptime, all are fine. I don't overflow my phone with apps, and I don't play games.
    May I know why is this happening? It has never happened before. Please help. Thank you.

    It'll be wise to reinstall the latest update with PCC and stay away from antivirus or taskillers 
    PC Companion (PCC)
    Bridge (for Mac)
    Alternatives on How to backup Xperias
    http://talk.sonymobile.com/thread/36355
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Alv Grid     - back button

    Hi,
    My programs output displays an ALV Grid. Am selecting multiple rows on the grid through multi select button and with the help of a button on tool bar i could delete the rows selected in ALV grid. But when i pressed on back button which is present in the Standard tool bar it is not going to selection screen. it is displaying the sceen which is before deletion of the records that is previous screen is displayed insted of selection screen.
    I need to display selection screen when i press back button in the standard tool bar it should not show previous screen it has to show first screen that is selection screen.
    Thnaks
    <<removed_by_moderator>>
    Edited by: Vijay Babu Dudla on Feb 23, 2009 9:38 AM

    hi
    try this,
    when 'BACK'.
    leave to screen scrnnum.
    scrnnum - screen number of your selection screen. you can find your screen num by clicking system->status menu in your selection screen.
    feel free to revert back if you still have doubts.
    regards
    mano

  • Ho to back on selection screen using BACK button

    Salute.
    I have a program which contains 3 screens:
    1st -- selection screen.
    2nd -- my screen, I called it 1002, When I press F8 button on I get on it. I am using cl_gui_alv_grid there with my own buttons. So when I press MY OWN the save button I get the 3d screen
    3d -- my own screen with some labels (screen name 1001).
    So when i press BACK button on the third screen I want to back on selection screen and skip second screen, but I can't, I think the problem is in the cl_gui_alv_grid because I use custom grid handler:
      METHOD handle_user_command.
        DATA :
            ls_selected TYPE lvc_s_roid,
            lt_selected TYPE lvc_t_roid.
        CASE e_ucomm.
          WHEN 'QSAVE'.
            PERFORM save_data.
            CALL SCREEN 1001.
          WHEN OTHERS.
        ENDCASE.
      ENDMETHOD.                    "handle_user_command
    Thank You.
    Edited by: kernel.panic on Nov 24, 2009 6:31 AM

    Hi Kernal,
    To go back to the First Screen (Selection Scree) use
    LEAVE TO SCREEN 0. " This makes the Program to go back from where it had started
    or Create a Tcode for your program
    CASE e_ucomm.
    WHEN 'BACK'.
    LEAVE TO TRANSACTION 'YOUR TCODE HERE' . " This will take you back to your Selection Screen
    WHEN 'QSAVE'.
    PERFORM save_data.
    CALL SCREEN 1001.
    WHEN OTHERS.
    ENDCASE.
    Cheerz
    Ram

  • Windows 8, set default application for example adobe reader, customize the start screen

    I have two questions, Im going to deploy Windows 8 to our company, but have 2 big issues.
    1) I need to customize the start screen, but cant find anywhere in the gpo´s? How can I do this without sysprepping etc (deploying with SCCM2012 SP1)
    2) I need to set the default programs for adobe reader, mspaint etc, how can I do this? It doesnt work with the GPP and folder options, anyone have done this?
    Thanks in advance

    Hi,
    Thanks for posting your question in the forum. First of all, if you want to deploy customized Windows 8 Start Screen for domain users, I suggest we could refer to the following similar threads
    and article.
    Group Policy for Windows 8 Start
    http://social.technet.microsoft.com/Forums/en-us/winserver8gen/thread/13a13c25-a1b2-4665-ab67-a2f9bc3b9bba
    GPO Management for Windows 8 Start Screen?
    http://social.technet.microsoft.com/Forums/en-US/W8ITProPreRel/thread/2d4bdcc6-3733-470e-939f-8b6eb0ef4492/
    Windows 8 Start Screen Customization with MDT
    http://blogs.technet.com/b/deploymentguys/archive/2012/10/26/start-screen-customization-with-mdt.aspx
    Regarding the second question, since you want to set the default programs via Group Policy but it didn’t work. Would you please let me know how did you configure the setting? Please refer to
    the following steps to configure the GPO setting.
    To create a new Open With preference item
    Open the
    Group Policy Management Console. Right-click the Group Policy object (GPO) that should contain the new preference item, and then click
    Edit.
    In the console tree under
    User Configuration, expand the Preferences folder, and then expand the
    Control Panel Settings folder.
    Right-click the
    Folder Options node, point to New, and select
    Open With.
    In the
    New Open With Properties dialog box, select an Action for  Group Policy to perform.
    Enter Open With settings for Group Policy to configure or remove.
    Click the
    Common tab, configure any options, and then type your comments in the
    Description box.
    Click
    OK. The new preference item appears in the details pane.
    For details, please refer to the following article.
    Configure an Open With Item
    http://technet.microsoft.com/en-us/library/cc732272.aspx
    In addition, I suggest we could collect the following information to narrow down the cause of the issue.
    GPMC.log
    ==================
    a. On domain controller, click Start ->Run, type GPMC.MSC, it will load the GPMC console.
    b. Right click on "Group Policy Result" and choose wizard to generate a report for the problematic computer and user account (please place appropriately). (Choose computer and select
    the proper user in the wizard)
    c. Right click 
    the resulting group policy result and click the "Save Report…" => save report to save the report to a HTML file.
    Hope this helps.
    Best Regards,
    Andy Qi
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback
    on our support quality, please send your feedback here.
    Andy Qi
    TechNet Community Support

  • Why has my back button disappeared, I have to exit each time I want a previous screen.

    Why has my back button disappeared, I have to exit each time I want a previous screen

    I noticed you have ''Freeze (dot) com Net Assistant'' installed. This is considered by most security software to be malware since it changes your user preferences and feeds you ads. See http://www.mywot.com/en/scorecard/www.freeze.com
    Also, this Wikipedia article contains some info about it: http://en.wikipedia.org/wiki/W3i#History
    You should be able to remove it by going to Add-ons, then Extensions. If it's not there, then the free edition of Malwarebytes from http://www.malwarebytes.org/products/malwarebytes_free should be able to get rid of it for you.
    There are some screenshots of how you probably got it on your system here: http://www.emsisoft.com/en/malware/?Adware.Win32.Freeze.com+Toolbar
    (no need to purchase the software to remove it because as mentioned already, Malwarebytes should be able to get rid of it for you).

Maybe you are looking for

  • While applying 4440000, "Error calling FNDLOAD function" Occurs.

    While applying the patch 4440000, the following error occured. ***********************************************************************************************Loading data using FNDLOAD function. FNDLOAD APPS/***** 0 Y UPLOAD @FND:patch/115/import/afl

  • Career in ABAP+Flex

    Hi Experts,     I am an ABAP developer and have keen interest in Web Development and Designing. I recently came to know about SAP and Adobe Flex integration. I want to be known as an ABAP-Flex Developer in my future. I want to pursue my career in thi

  • Ordering Photos in iPhoto09 Slideshow

    I have iPhoto 09. Thank you to anyone replying and helping. I guess there is no way to order photos the way I want them once a slideshow is made. For example - if I choose the sliding panel theme - iPhoto automatically puts the photos where it wants

  • Pages 5.0 won't open existing Pages '09 docs

    Upgraded to Mavericks and updated Pages.  However, new Pages 5.0 won't let me open older existing Pages documents saved on my Mac.  However, it will open Pages documents saved in iCloud.  When attempting to open Pages docs on my Mac, I get the follow

  • Limit characters in a string input

    Hi, In LabVIEW, I'm trying to limit the number of input char entered by the operatot to 8 char. How do I set the string field to accept only 8 char and ignore the rest. Thanks Dan