Enable Refresh Button/Menu in the Generated Report

Dear Experts,
I have created a program that generates report based on the user defined parameters.
My question is, how do I enable the Refresh button/menu in the generated report so that user
won't have to back to the parameter screen and re-execute?
Thanks.
Kath

How is the output shown on the screen ?
With Write statements it won't be possible, but with an ALV it is. You need to add a button to the application toolbar, usually it is present in the standard PF-STATUS, but if not then simply add one.
Now when you capture the user command in the subroutine for handling user commands which looks like this,
FORM user_command USING r_ucomm LIKE sy-ucomm
                        rs_selfield TYPE slis_selfield.
Follow these steps
1. Refresh the output table that you have passed to the ALV.
2. Fetch all the data again and populate the output table.
3. Set the rs_selfield-refresh = 'X'. , this structure is passed to the user_command subroutine as shown above.
regards,
Advait

Similar Messages

  • How to enable Fullfillment set menu in the Right click at the line level for a responsibility?, by default it comes for OM ADMIN.

    How to enable Fullfillment set menu in the Right click at the line level for a responsibility?, by default it comes for OM ADMIN.
    for this responsibility i need to have teh sets enabled. how to do teh same.
    similar to OM ADMIN as shown below:
    Kindly advice on teh steps. i believe its some menu /function inclusion can you pl share teh pointer.
    regards,
    bala

    AFAIK then there is no way to do that system wide. You can only do that via userChrome.css or an extension like the Menu Editor per profile .You can install extensions globally, but the user will have to enable them anyway. That is not required for userChrome.css code.

  • Where to find the generated report

    I have created a report and added a destination filename and destination format as html and pdf format for each one in the distribution list
    I selected the distribute file and the report run to different destination but where will I find the generated report.

    Where to find the iExpense report log file generated on Unix? oracle applications 11.5.10.2All concurrent requests log/output files can be found under $APPLCSF/$APPLLOG and $APPLCSF/$APPLOUT directories.
    Thanks,
    Hussein

  • Refresh buttom missing in the S_ALR_87013554 report in ECC6.0

    Hi,
    We have recently upgraded SAP from 4.6B to ECC6.0. We found that the refresh button is missing in the S_ALR_87013554 report. It was available in 4.6B.
    whether it is default error in ECC6.0 that the refresh button is missing? Is it a SAP standard error? Is there any way to address this error?
    Appreciate your help.
    Regards,
    Harish

    go to
    settings -> option
    check the expert mode box
    Now go to menu path
    report -> refresh
    you can refresh this report
    this was always the way to refresh cost element reports - it has nothing to do with your upgrade

  • Why is the Refresh Button missing in the Firefox upgrade I just got??

    There has always been a Refresh button in the toolbar at the top. It is not there anymore and I want it back. Please supply it.

    If you look at the very end of the address area, after the star, you should see a reload button. Actually, it changes depending on the page status: after loading, it's reload, during loading it's stop, and if you start typing into the address box, it turns into go.
    If you prefer separate buttons, you can use the Toolbar customization feature to move the combined button away from the end of the address box and/or split the reload and stop (change the sequence to prevent them from recombining).
    View menu > Toolbars > Customize
    If you have the orange Firefox button, tap the Alt key or press F10 to display the classic menu bar.
    In some cases, it is easier to press Ctrl+r or the F5 key than to find the little button.

  • Errors in the generated reports

    When I run a report for Management 3 - Updates in a deployment, SCCM will generate all the data except in a few areas.  On the main report I get #Error in Collection Name, then if I click on a particular update I get #Error for all 3 states.  If
    I go further and click on one of the states, I get #Error in all the Error Descriptions.
     I'm trying to get a good weekly report to send to my boss that shows what updates were pushed in a package, and what clients have and haven't installed each update, I can get a default report that shows all updates in a package and that's great, but
    I can't generate a new custom report
     When I try to create a custom report I get the following error:
    The requested object information could not be retrieved.  Refresh the Configuration Manager console to verify that another administrator has not moved or deleted the object, or that the role-based administration security scopes or security roles for
    the object or current user have not changed

    No, we never did.  We ended up calling Microsoft and they spent HOURS on remote sessions trying to get it cleared up.  They were thinking it was part of our SQL Database that was corrupt, and we ended up having them come onsite and reinstall
    Config Manager.

  • My "refresh" button is on the very end of the RIGHT side of the tool bat while my "back and "forward" is still on the very left of the tool bar?

    I just upgrade to firefox 4 There are a few issues but on my toolbar the refresh button now appears on the very left side of the tool bar.
    My "back" and "forward" button are still where they always been -- on the left side. Is it possible to move the Refresh button over so that it is next to the back and forward button?
    Also my cut, copy and paste are on the left __i can not move them either???

    Right click your mouse over any tool on the toolbar. Then select 'customize' and a window will pop up with more buttons. While that window is open you can drag the existing buttons on your tool bar to any spot you want.

  • Can Firefox provide an option to keep the refresh button next to the forward/back buttons?

    When I first installed FF4 the refresh button was buried on the righthand side of the URL window. There were a number of complaints about that location.
    Then the button got moved next to the forward/back buttons. This made me quite happy.
    Today, I find it's again buried in the previous position.
    Can I get it back to where it is more accessible?

    # Control-click on a toolbar and select Customize, this will open the customize toolbar window
    # With that window on display you can drag and drop the refresh button and place it where you want
    https://support.mozilla.com/kb/How+to+customize+the+toolbar

  • Enable Delete button depending on the shopping cart status

    Hi all,
    My requirement is Enable the delete button if the status of selected shopping cart is 'Awaiting Approval' in header and item level.
    Technical detail of delete button : Component : POWL_UI_COMP
                                                      WINDOW : TABLE
                                                      VIEW : VIEW_TABLE
                                                       TOOLBAR BUTTON ID : F_DELETE.
    please help...

    Thinking aloud,
    - should the button be a resource from Webcenter, you could modify its visibility (property) via EL: #{WCSecurityContext.userInGroup['Administrators']} will display the button only if the user is in Administrators group
    - does your portlet have a parameter like that? If so, you should be able to fill it in with EL. If not, I doubt you will be able to achieve visibility changes - you might try to contact the producer of your portlet to do the necessary changes, though.

  • 'Save layout' button missing in the ALV report layout screen

    Hi Friends,
         In one of our ALV report the 'save layout' button is missing in the report output screen.i have used the OO concept for creating the ALV output and not the function module.I have attached the code below used for creating the ALV grid.
    CREATE OBJECT alv_grid
          EXPORTING i_parent = g_container_2.
    CALL METHOD alv_grid->set_table_for_first_display
         exporting
                   i_structure_name = 'PA0002'
                   is_layout =
           CHANGING
                     it_outtab = gt_outtab
                     it_fieldcatalog = wa_fieldcat.
    But i'm not able to trace why the 'save layout' button is missing in the output.Can anyone of you help me in sorting out this problem.
    Thanks and Regards,
    Vadivel.

    Pass <u><i><b>A to I_SAVE</b></i></u> parameter. That will give the options to the user to save the layout outs.
    I_SAVE = SPACE
    Layouts cannot be saved.
    I_SAVE = 'U'
    Only user-defined layouts can be saved.
    I_SAVE = 'X'
    Only global layouts can be saved.
    I_SAVE = 'A'
    Both user-defined and global layouts can be saved.
    Regards,
    Ravi
    Note : Please mark all the helpful answers
    Message was edited by: Ravikumar Allampallam

  • NI Measurement Suit for Mobile/Fixed WiMAX 1.0 , is there any optiion to enable PUSC or AMC for the generated signal?

    Hi.
    I am using a NI VST to generate WiMAX signal. I have installed NI Measurement Suit for Mobile/Fixed WiMAX 1.0 on the compute. But I can't find any option on the front pannel of the generation suit to enable AMC or PUSC for generated signal. Does such feauture exist at all?
    Thanks.
    Solved!
    Go to Solution.

    Hello sam2013ni,
    This is all that I am seeing for AMC and PUSC. Look in 'Zone Type'.
    Best regards,
    K. Anderson
    Applications Engineer
    National Instruments

  • Radio button column in the tabular report

    Hi everyone,
    I have a tabular report. I wanted to have radio button and check box some of the field. Please take a look at my sample application.
    http://apex.oracle.com/pls/otn/
    Workspace ==> SHYIN
    username ==> SHY
    password ==> shy
    Application ID : 29879 - TabularForm
    On page 2, of the detail form, I want to have radio button in Primary Contact column and check box in status column. I would appreciate any suggession. Thanks.
    SHY

    Hi Andy,
    I surely come back with new question!
    Now, I am trying to change the status column to check box. I can see the correct status the check box in the form. But when I tried to add new rows or update anything, I am getting "No data found" error.
    here is my query
    SELECT
    APEX_ITEM.HIDDEN(1, SEQ_ID) || APEX_ITEM.HIDDEN(2, C001) || APEX_ITEM.RADIOGROUP(3, C001, NULL, NULL, 'onclick="javascript:$x(''P2_SELECTED_ID'').value=' || C001 || '"') PRIMARY_CONTACT,
    apex_item.text(4,C002) name,
    apex_item.text(5,C004) phone,
    APEX_ITEM.HIDDEN(6, C006) || apex_item.checkbox(7,C001, null, C005) INACTIVE
    from apex_collections
    where collection_name = 'C_CONTACT_INFO'
    this is the updated Contact_Collection
    begin
    IF NOT APEX_COLLECTION.COLLECTION_EXISTS('C_CONTACT_INFO') THEN
    apex_collection.create_or_truncate_collection(p_collection_name => 'C_CONTACT_INFO');
    for y in (select ID,
    NAME,
    PRIMARY_CONTACT,
    PHONE,
    decode(STATUS, 'I', ID, null) status,
    CUSTOMER_ID
    from CONTACTS
    where CUSTOMER_ID = :P2_CUSTOMER_ID)
    LOOP
    apex_collection.add_member(
    p_collection_name => 'C_CONTACT_INFO',
    p_c001 => y.ID,
    p_c002 => y.NAME,
    p_c003 => y.PRIMARY_CONTACT,
    p_c004 => y.PHONE,
    p_c005 => y.STATUS,
    p_c006 => y.CUSTOMER_ID);
    end loop;
    END IF;
    end;
    here is my updated Update_Collection process
    DECLARE
    V_C003 CHAR(1);
    V_C001 NUMBER;
    V_C005 CHAR(1);
    BEGIN
    FOR X IN 1..APEX_APPLICATION.G_F01.COUNT
    LOOP
    V_C001 := APEX_APPLICATION.G_F02(X);
    IF V_C001 = :P2_SELECTED_ID THEN
    --HTP.P('YES');
    V_C003 := 'Y';
    ELSE
    --HTP.P('NO');
    V_C003 := 'N';
    END IF;
    if APEX_APPLICATION.G_F07(X) = APEX_APPLICATION.G_F02(X) THEN
    V_C005 := 'I';
    ELSE
    V_C005 := 'A';
    END IF;
    APEX_COLLECTION.UPDATE_MEMBER (
    P_COLLECTION_NAME => 'C_CONTACT_INFO',
    P_SEQ => APEX_APPLICATION.G_F01(X),
    P_C001 => APEX_APPLICATION.G_F02(X),
    P_C002 => APEX_APPLICATION.G_F04(X),
    P_C003 => V_C003,
    P_C004 => APEX_APPLICATION.G_F05(X),
    P_C005 => V_C005,
    P_C006 => APEX_APPLICATION.G_F06(X));
    END LOOP;
    END;
    I did not make any changes to Save_Contacts process.
    Thanks
    SHY

  • Missing refresh button PP information system report

    Hi Expert,
    Our system has been upgraded to ECC6.0 from 4.6C, after that we found the refresh button missing in the PP report COOIS, COMAC... We can select refresh in menu but is it possible to get the refresh button and how?
    Thanks
    Hailiang

    Hi Huang,
    Can you check if the OSS Note below helps u remotely by any chance. It talks about a dump after an upgrade from 4.6 to ECC for this report...
    Note 667876 - COOIS: Short dump when you select a variant
    Rgds,
    Sri
    Award points if helpful

  • How to hide refresh button in crviewer?

    Hi,
      I want to hide refresh button when view the crystal report in webi, but don't know how to do that
      Pls give me some advice,thanks~

    Hi Julian,
      I tried, but the fresh button is still there. Just when click this button,it says you have no right to refresh the report.
      i guess if we want to hide the refresh button,we may edit the viewer.js in Crystal reports web application folder,but not sure and don't know how to do that, pls help me~

  • Report prompting Report Parameters on clicking Viewer Refresh button

    Hi,
    We are using Crystal Reports XI release 2 for launching the reports.  Dot net Web forms are used for launching the reports. We are using SQL server stored procedure for getting the report data.  Report Parameter values are assigned programmatically.  Report is launching fine and data are displayed perfectly.
    The problem is when I click on the Refresh button available in the report viewer it prompts for all the report parameters to enter the corresponding values.  To overcome this issue I tried to use the u201CReuseParameterValuesOnRefreshu201D programmatically and in crystal report viewer control, but still it is displaying all the report parameters details.
    To overcome this issue is there any settings available in the crystal report designer  or programmatically this can be handled ?
    I had verified the followings
    1.     Report navigations are working fine (move previous, next)
    2.     Report export is working fine
    3.     Report Printing is working fine
    Crystal Reports Version Used
    Cystal Reports XI Release 2 Developer Edition (Product Version : 11.5.0.313)
    Operating System :
    Windows Server 2003 Standard Edition (Service Pack 2)

    You are using the original release of CR XI R2.
    Download SP4 full build, requires an uninstall first and then install SP 5 and 6 and test again.
    To get to the download page click on the Businessobjects tab above and SAP Crystal Report on the left side and then downloads.
    Thank you
    Don

Maybe you are looking for