Analyzer - running default calc from Edit mode

In edit mode I can update the database but when the Run default calc script icon is pressed nothing happens - any ideas?

Oh Boy. I am now experiencing this behaviour in Webi. The webi is still in Dev. When I ran on info-view with 'view' mode, it has displayed all tabs in the report, but when I pressed 'Edit' button and did some variable changes, I lost all tabs, but for the first one. I hit the Save button without noticing this behaviour.
I fortunately had a copy of this webi. I see the same behaviour there. View mode shows all tabs, but as soon as I press Edit mode, I lose all tabs except the first one. For now, I am not saving it and coming out. But I need to make changes to this webi.
Strange!!
Anyone else is facing this issue or any SAP solution. We are on BOBJ XI R 3.1 SP3 (We don't have FP3.2 yet)

Similar Messages

  • Change from edit mode to display mode

    Hi ppl
    In transaction CO11N , I want to change the quantity (COWB-ERFME) column of a table control
    from edit mode to display mode. I created a badi implementation for WORKORDER_GOODSMVT.
    This gets triggered before the screen with quantity (COWB-ERFME) is displayed. How to code, to change the column from edit mode to display mode.
    I tried using transaction variant and it is working , but I want it to be plant specific. So I m trying badi.
    Need ur help to go abt the coding

    Hi
    U make sure a method of the BADI WORKORDER_GOODSMV is called in PBO while looping table control, if it's so u can use the statament LOOP AT SCREEN.ENDLOOP:
    LOOP AT SCREEN.
      IF SCREEN-NAME = ....
         SCREEN-INPUT = 0.
         MODIFY SCREEN.
      ENDIF.
    ENDLOOP.
    Max

  • Report tabs disappear from Edit mode

    Hi,
    I am experiencing a seriously puzzling issue in BO XI R2 (Web Intelligence). A user claims that she lost half of the tabs in her report after it was migrated from staging to prod with Import Wizard.
    Indeed when I click on Modify, in the Edit Report view several report tabs are missing. It's not just a case of scrolling to the right unfortunately...
    I first thought that the user deleted the report tabs accidentally but when running the report, the missing tabs show up.
    There is no such thing as a hide functionality from what I hear I checked in the report map but the missing tabs are not visible there.
    Any idea?
    The BO version is 11.5.9.1076 which is SP3.
    A hotfix released with CHF20 (ADAPT00722944) is said to have resolved a similar issue where the last report tab of a multi tab web-I report would disappear when editing it This should be covered by SP3 though so I should be getting this issue.

    Oh Boy. I am now experiencing this behaviour in Webi. The webi is still in Dev. When I ran on info-view with 'view' mode, it has displayed all tabs in the report, but when I pressed 'Edit' button and did some variable changes, I lost all tabs, but for the first one. I hit the Save button without noticing this behaviour.
    I fortunately had a copy of this webi. I see the same behaviour there. View mode shows all tabs, but as soon as I press Edit mode, I lose all tabs except the first one. For now, I am not saving it and coming out. But I need to make changes to this webi.
    Strange!!
    Anyone else is facing this issue or any SAP solution. We are on BOBJ XI R 3.1 SP3 (We don't have FP3.2 yet)

  • Contribute attempting to run SQL code in edit mode

    On some PHP sites that using PHP includes and make MySQL
    calls, we have seen the following:
    When a user edits a page, they see a PHP error saying that
    the connection to the MySQL database couldn't be made.
    Why in the world is Contribute executing PHP code in an
    include? To get around this, we've had to add code around the SQL
    connection which simply echoes (with PHP) "unable to connect" if a
    connection can not be made.
    But, on other sites, we've used echo to see if PHP is indeed
    executing in edit mode of Contribute, but it doesn't echo.

    On some PHP sites that using PHP includes and make MySQL
    calls, we have seen the following:
    When a user edits a page, they see a PHP error saying that
    the connection to the MySQL database couldn't be made.
    Why in the world is Contribute executing PHP code in an
    include? To get around this, we've had to add code around the SQL
    connection which simply echoes (with PHP) "unable to connect" if a
    connection can not be made.
    But, on other sites, we've used echo to see if PHP is indeed
    executing in edit mode of Contribute, but it doesn't echo.

  • Switch mode from edit to view

    I am using JSR-168 portlet and JSF, I would like to have a button in the Edit mode , whenever user click it will switch to the view mode.... How to do this?
    Thanks for the help!

    This issue got hold on until now I tried to do it .......
    Well, it is OK after add cancel and navigated back to the view mode from edit mode no problem, but the new problem now is after in view mode the pencil icon on right top corner of the portlet is not available any more , just an navigation arrow icon there which is the same icon when you just switched to Edit page mode... SO when click this arrow, the page reload and the small edit pencil icon is showing , but is not working anymore after click it.. Which means always stay in View mode now and can not navigate to Edit mode anymore...
    Thanks for your help!

  • Need to customize close button in edit mode

    Dear Experts,
    I have a requirement where i have implemented separate close button to come back to normal mode from edit mode (ctrl+shift+E). So i just to remove the close button which comes by default for pageCustomizable . Is there any way to customize this button ?
    Jdev:11.1.1.6
    Thanks
    Sushanth

    Hey Daniel,
    That was the exact thing i was looking for thank you ! For folks who come across similar customization use case , here is what i did,
    For pe:pageCustomizable component in your page, goto property inspector --> Appearance tab --> toolbarLayout --> message stretch statusindicator newline menu addonpanels stretch help newline concurrencymessage
    Here is the complete list for toolbarLayout - message stretch statusindicator newline menu addonpanels  button stretch help newline concurrencymessage
    Thanks
    Sushanth

  • DEFAULT.LGF _vs_ Run "RUN DEFAULT FORMULAS" Package in DM - HELP PLS!

    hi guys,
    need of a little help here to switch between automatisation and manual gear.
    In our APP, our DEFAULT.LGF is not automatically running anymore when refreshing schedules. Instead, all of a sudden, the "RUN DEFAULT FORMULAS" package appeard under System Administation Folder in Data Manager, which we now need to run for default formulas to run.
    Again, we have to RUN the Default Formulas Package MANUALLY every time we trying to run default formulas. --- Before default.lgf ran AUTOMATICALLY when refreshing the INPUT schedule; this is where we trying to go back to!!!
    Anybody has an idea on:
    How to let the DEFAULT,LGF run AUTOMATICALLY again?
    If possible, somebody please point out: What the trigger for that change was?
    Thanks a lot. Max

    thanks guys for picking up the post... because the scenario is puzzling.
    So, I have an basic application create. default.lgf has only one formula for testing:
    [GL_ACCOUNT].[#SALESREVENUE] = [GL_ACCOUNT].[QUANTITY] * [GL_ACCOUNT].[PRICE]
    (formula might not be posted right, due to forum formating)
    this is the formula that i am using for an basic input schedule with accounts: price, quantity, and salesrevnue.
    example:
    input quantiy: 10,000
    input price: 20
    salesrevnue refresh: 20
    it is not calculating the formula, but posting the pirce input after refresh.
    then i run the data package "RUN DEFAULT FORMULAS" from the data manager. (what is the purpose of this data package?)
    example: after "RUN DEFAULT FORMULAS" data package:
    input quantiy: 10,000
    input price: 20
    salesrevnue refresh: 200,000
    it posts the calculated value after MANUALLY running the data package "run default formulas"
    i understand that you are saying it should run automatically, as that is what it did before. however, i must have tripped some flag, as now i need to run the mention data package manually for the default.lgf to run proper.
    any suggestions? please advice... 
    kind regards, max
    Edited by: Maximilian Weisheit on May 15, 2009 4:14 PM
    Edited by: Maximilian Weisheit on May 15, 2009 4:14 PM

  • Going back to selection screen from Change mode in ALV.

    Hello Gurus,
    I am working on a issue related to ALV where ALV becomes editable when user clicks on change button.  The Change button is a custom button defined in application toolbar of ALV display.
    case ucomm.
    WHEN 'TBACK'.
         leave to screen 0.
    when 'CHNG'.
            loop at it_apst01.
                  WA_FIELD_LST-EDIT = 'X'.
    *             Then some field symbol stuff is there
                  MODIFY FIELD_LST from wa_field_lst transporting edit
                         where FIELDNAME = <FS5>.
                ENDIF.
              endif.
            endloop.
          ENDIF.
          describe table gt_alv lines c_hits.
          c_alv_hits = c_hits.
          concatenate text-010 c_alv_hits 'hits' into c_alv_title separated
          by space.
          perform display_report tables gt_alv USING c_alv_title.
    form display_report tables p_outtab using p_title.
    call function 'REUSE_ALV_GRID_DISPLAY'
           exporting
                i_callback_program       = lv_progname
                i_callback_pf_status_set = 'ALV_STATUS'
                i_callback_user_command  = 'ALV_UCOMM'
    *            i_callback_top_of_page   = 'TOP_OF_PAGE'
                is_layout                = is_layout
                it_fieldcat              = field_lst
    *            is_variant               = g_variant
                it_event_exit            = gt_event_exit
                i_save                   = 'A'
                it_sort                  = it_sort
                i_screen_start_column    = i_start_col
                i_screen_start_line      = i_start_ln
                i_screen_end_column      = i_end_col
                i_screen_end_line        = i_end_ln
           tables
                t_outtab                 = p_outtab
           exceptions
                program_error            = 1
                others                   = 2.
    endform.
    Everything is working ok. But when I click on Back button,the screen goes first to the ALV display mode from edit mode, then user has to click one time more the back button to go to selection screen because the FM 'REUSE_ALV_GRID_DISPLAY' is called once again when user clicks
    on change button because I am making the EDIT flag = 'X' and then calling FM again.
    Is there a way that when user clicks on Back button, he will directly go to Change Screen -> Selection screen instead of going to Change screen -> Display screen -> Selection screen
    Regards,
    Rajesh.

    You must not call the FM 'REUSE_ALV_GRID_DISPLAY' again to make it editable. Instead you can call the FM REUSE_ALV_GRID_LAYOUT_INFO_GET and REUSE_ALV_GRID_LAYOUT_INFO_SET to make your grid editable / non-editable.
    Like this:
    REPORT grid_edit.
    TYPE-POOLS: slis.
    * Data to be displayed
    DATA: gt_sflight TYPE TABLE OF sflight.
    DATA: gs_layout TYPE slis_layout_alv.
    parameters: p_test type flag.
    start-of-selection.
    * Selection
    SELECT * FROM sflight INTO CORRESPONDING FIELDS OF TABLE gt_sflight.
    * Eingabebereit
    gs_layout-edit = 'X'.
    * Call ABAP List Viewer (ALV)
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
      EXPORTING
        i_callback_program      = sy-cprog
        i_callback_user_command = 'USER_COMMAND'
        i_structure_name        = 'SFLIGHT'
        is_layout               = gs_layout
      TABLES
        t_outtab                = gt_sflight.
    *&      Form  user_command
    FORM user_command USING r_ucomm TYPE sy-ucomm
                            rs_selfield TYPE slis_selfield.
      DATA: ls_layout TYPE slis_layout_alv.
      IF r_ucomm = '&DATA_SAVE'.
        MESSAGE i000(0k) WITH text-001.
        CALL FUNCTION 'REUSE_ALV_GRID_LAYOUT_INFO_GET'
          IMPORTING
            es_layout = ls_layout.
        IF sy-subrc <> 0.
        ENDIF.
        ls_layout-edit = ' '.
        CALL FUNCTION 'REUSE_ALV_GRID_LAYOUT_INFO_SET'
          EXPORTING
            is_layout = ls_layout.
      ENDIF.
    ENDFORM.                    "user_command
    In this example, when you SAVE, it will give you one Information message and than make the Layout to non-editable mode. When you press back button, it will get you back to selection screen.
    Regards,
    Naimesh Patel

  • How to run default Assignmants on Qualifiers in a qualified table?

    Hi All,
    We are on MDM 5.5,and we need to run some default assignments on the qualifiers in the qualified.I guess we cannot run default assignments from the main table. i tried selecting the qualified talbe from Data manager drop down and created an assignment on a particular qualifier field and it still fails.
    Is it possible to assign default values to qualifiers using Assignments?If so how?
    Thanks

    Hi Aravind,
    Kindly refer to the thread below :
    Assignment expressions on Qualifiers
    Hope it helps.
    Thanks and Regards
    Nitin Jain

  • CellEditor does not end edit mode when finished editing

    I have a custom cell editor and it does not return from edit mode once the cell has been edited. Can anyone help ?

    Post your table cell editor code

  • ALV Grid fields from editable to non-editable mode

    Hi,
    I am displaying my data through ALV Grid. In my grid the non-key fields are in editable mode.
    When I edit any of the editable fields and place the cursor on other field the field which I have edited should become disable(non-editable). Again if I want to edit the same field which is now in non-editable mode should again change to editable mode when the cursor is placed on it.
    Thanks & Regards,
    Adithya M.

    Hi Adithya,
    I am confused by your statement "place the cursor on other field the field which I have edited should become disable" -- are you stating that this is the requirement or what is currently happening with your program.  The way the edit fields should work by default is they are editable at all times unless you tell it otherwise. 
    If you are saying your requirement is to change the field to disabled once the field is edited (runtime change), first you want to handle the event on data changed then within your method of handling on data changed, you can disable the field from being edited by using cell styles and changing the value to disabled. 
    If you look at program BCALV_GRID_EDIT,
    You will find code where it disables the field for edit using Cell Style -- this will give you an idea how Cell Style controls editable fields and display fields:
            ls_cell-style  = cl_gui_alv_grid=>mc_style_enabled.
            ls_cell-maxlen = 4.
            ls_cell-fieldname = 'CARRNAME'.
            append ls_cell to gt_sflight-cell.
    This specific code will set the field disabled when the program is first exectued, in your case if you need to do this at run time, after someone edits the field, you need to implement handling the event on data changed, in the same program you will find:
    method handle_data_changed.                 
       perform data_changed using er_data_changed.
    endmethod.                     
    It is within this method that you can disable a field for editing.
    However, once it is disabled you will not get back into the handle_data_changed method.  I'm not sure I understand your statement "Again if I want to edit the same field which is now in non-editable mode should again change to editable mode when the cursor is placed on it."  Why would you want the user to be able to edit something, then show it disabled, then let them click on it and edit it again?  Why not just leave it in edit mode?  Maybe if I understand the requirement better, I can answer this portion of the question. 
    If this is based on security or changing from edit to display for the entire grid, you can run the same program mentioned above and click on the Change/Display button in the top left to see how it enables and disables the entire grid for editing.
    Cheers,
    Bonnie

  • When running in edit mode get error

    When I sgtart Premiere Elements in the edit mode I get an error. The error "There Is No Disk In Drive. Please Insert A Disk in Drive \Device\Harddisk\DR". I am running on Windows 7 X 64. I have no such drive on the system. Any ideas as what is happenong. I have tried reinstalling the program but the error persists. Thanks for any help.

    Dbritt26
    This is an old story which may have a solution if your program is Premiere Elements 13.
    If your program is version 13, then delete or rename the OldFilm.AEX file from OldFilm.AEX to OldFilm.AEXOLD.
    That file is found
    Local Disk C
    Program Files
    Adobe
    Adobe Premiere Elements 13
    Plug-Ins
    Common
    NewBlue
    and in the NewBlue Folder is the OldFilm.AEX file.
    Please let us know the outcome.
    Thanks.
    ATR

  • Is it possible to prevent users from viewing a page in Edit Mode?

    Hello everyone,
    I would like to know if it is possible to prevent users from accessing a portal page in Edit Mode. Currently, the users do not have access to any links that take them to edit mode, but if they add &_mode=16 to the end, they view the page in edit mode. Granted, they don't have permissions to add or edit content, but I would like to keep them from seeing this.
    I am using 9.0.4.1
    Any help or suggestions would be greatly appreciated!
    Jim

    hi jim,
    you cannot really configure this in portal. if somebody manually appends &_mode=16 we display the default edit mode, but fully enforce security. this means that the user cannot see anything he is not allowed to see: like pending items, hidden, expired or deleted items. as you said he also cannot add, edit or delete any items.
    regards,
    christian

  • Commutation between "Run Mode" and "Edit Mode"

    We run our GUI an we need from this "Run Mode" to pass to "Edit mode" so we can modify object properties like we do within a framework.
    This explained by sun at: [http://java.sun.com/products/jlf/at/book/Behavior2.html], but with no indication of the manner we do it.
    Are there class properties or methods that allow us to pass from a mode to an other.
    With best reguards.

    You are not reading the page right. The "modes" that it is talking about are application specific and are only used as hypothetical cases. If you want something similar you have to implement it yourself. Java is only the tool with which you can BUILD a solution, it does not PROVIDE the solution. Keep that distinction in mind.

  • DMS: Documents opened in edit mode(CV02N) are not deleted from Temp Folder

    Hi All,
    My query is whenever i edit documents like word,pdf or autocad files in cv02n, it make a copy in my c/windows/temp folder but doesnot delete them when it close the transaction. i have given PC data carrier with path as %Temp% & in profiles i have defined the path as c/windows/temp/
    So is there any solution by which the files opened in the edit mode will be deleted when i close the transaction or else after some specified time it should get deleted from the temp folder. Is there any standard configration for it.
    Note: I have tried the 741388 note but it is only for display mode documents.
    Regards
    Nishant.

    Hi Nishant,
    unfortunately this is the standard behavior as for editing the application need a
    temporary file and this file is still stored after closing the application to enable a re-checkin in the future too.
    So the only possibility is to delete the temporary files from C:\Windows\Temp after some time manually. There is no functionality in the system standard as the SAP system has no control on the windows folders. 
    To achieve a very similar behavior you can set the "Delete after checkin" flag in transaction DC30 for this applications and see if this will meet your requirements.
    This flag means that the original file gets deleted after you check them into a storage category. Maybe this could be usefull.
    Best regards,
    Christoph

Maybe you are looking for

  • Disk Utility "Backup Failure"

    Hi all - I have a 500GB iMac running 10.6.8.  I am trying to save a bootable backup on my new WD MyBook Desktop 1TB hard drive using Disk Utility (11.5.2).  I have formatted the WD with 2 volumes, one of which (named "Boot2") is to be my bootable bac

  • PDF Scanned in a PDF Text document?

    How can I convert a PDF Scanned file in a PDF text document?? Regards

  • Pandora Remote Control

    Does anyone know of an application to control Pandora via the iPod Touch? I have a Mac Mini computer hooked up to my home stereo receiver and would like to control Pandora via my iPod Touch (in much the same way that the apple Remote application allo

  • Some thing is wrong with my skype premium.

    I just bought skype premium and the promotion promised unlimited calls to the US and Canada, but when I try to make a call it says connecting and then disconects and tries to sell me skype credit. Other than the calls to the US there was no reason to

  • Clarification on authroizations for MS Excel

    Hi, Are there a differences between authorizations from the MS Excel report results and that of those Web reports? Thanks