Dump while accessing Menu- User menu  MESSAGE_TYPE_X

In the SAP initial screen under the user menu(Menu->User menu->General user transactions), when I am having a big number of tree sturcture under a specific folder like under 'General user transactions', I am getting dump with message MESSAGE_TYPE_X, AC_SYSTEM_FLUSH. This is happening, when lots of transactions are attached under any folder like 'General user transactions'. How to solve this. I am getting error in ECC6.0

Hi Sanjay,
1. reduce the number of transactions in one folder. Create more folders.
2. Ask your basis if it is because of memory issue?
3. Check in OSS if there is any specific note on the restrictions on the number of entries in the folder.
Regards,
Atish

Similar Messages

  • Short Dump While Accessing RSA1 in BI7.0 with SP 21

    Hi,
    The following short dump occurs, while Accessing RSA1 in BI7.0
    Runtime Errors SYNTAX_ERROR
    Date and Time 26.10.2010 10:19:35
    Short text
         Syntax error in program "CL_RSTRAN_STAT================CP ".
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "CL_RSAWBN_OBJ_TRFN============CP" had to be
          terminated because it has
         come across a statement that unfortunately cannot be executed.
         The following syntax error occurred in program
          "CL_RSTRAN_STAT================CP " in include
          "CL_RSTRAN_STAT================CM00X " in
         line 34:
         "Der formale Parameter "E_TLOGO_MASK" existiert nicht."
         The include has been created and last changed by:
         Created by: "SAP "
         Last changed by: "SAP "
         Error in the ABAP Application Program
         The current ABAP program "CL_RSAWBN_OBJ_TRFN============CP" had to be
          terminated because it has
         come across a statement that unfortunately cannot be executed.
    What can you do?
        Please eliminate the error by performing a syntax check
        (or an extended program check) on the program "CL_RSTRAN_STAT================CP
        You can also perform the syntax check from the ABAP Editor.
        If the problem persists, proceed as follows:
        Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.
    Error analysis
        The following syntax error was found in the program
         CL_RSTRAN_STAT================CP :
        "Der formale Parameter "E_TLOGO_MASK" existiert nicht."
    i.e parameter E_TLOGO_MASK is not existing.
    I have gone through below old thread, but its for old SP
    Runtime Error SYNTAX_ERROR while accessing the T-code RSA1
    In our case, I guess it refers to our patch level as this SAP Note is referring to support package 17,
    but we have implemented support package 21.
    Please help <REMOVED_BY_MODERATOR> as this is blocking our next level in BI upgrade process.
    Thanks in advance.
    Regards,
    Manikandan Dhanakoti
    Edited by: Manikandan.D on Oct 29, 2010 8:37 AM
    Edited by: Pravender on Nov 1, 2010 12:30 PM

    See if below threat is any help.
    Runtime Error SYNTAX_ERROR while accessing the T-code RSA1

  • ST03N ABAP dump while accessing BI Workload

    Hello,
    I'm getting ABAP dump "Exception condition "X_MESSAGE" raised." while I. trying to access BI Workload part of transaction ST03 or ST03N."
    I tried to debug ti and it seems that Function Module (RSDRI_INFOPROV_READ) which is reading multi provider 0TCT_MC01 is returning error 8 = INHERITED_ERROR, Error in Called Routine. There is a LOOP in this code for fetching data out of underlying cube and it seems; that system is not able to determine end of data. Even in last iteration of LOOP variable L_END_OF_DATA is not set to X.
    Might be that my virtual cube 0TCT_VC01 of which Mprov is comprised is not consisted? I already went through note 934848 - Collective note: (FAQ) BI Administration Cockpit - step no 5: "Activate direct access for virtual providers.
    Please assign source system for all the virtual providers (0TCT_VC*)." Cube 0TCT_VC01 has source system assigned.
    PS: I'm on BW 7.0 SP17, SAP_BASIS and ABAP SP15.
    -update 29/08/2010-
    I tried to retransport cube 0TCT_VC01 but dump still persist. There is a strange error in TA RSRV while I try to test its "Consistency of the Time Dimension for an InfoCube". Error is: Unknown, fatal error when creating instance in test "CL_RSRV_CHK_TIM_DIM" Message no. RSRV313
    Can it be that it has something to do with dump in ST03?
    Thanks.
    m./
    Edited by: Martin Maruskin on Aug 19, 2010 9:34 PM

    - Check RSA1 Data Warehouse Workbench -> Modeling -> InfoProvider;
    - Search for InfoCube 0TCT_VC01; in the context, check "Activate
      Direct Access"; Then, click on the "Source Syst.for InfoSource 3.x"
      tab, you have to activate the direct access by marking the source
      system (system name) and save.
    Please also refer to SAP Note 934848(action 5).
    As you may know, ST03N BI workload retrieves data of frontend and OLAP
    statistics largely from MultiProvider 0TCT_MC01, which consists of two
    InfoProviders 0TCT_C01 and 0TCT_VC01. Correct activation of BI technical
    contents is a prerequisite for ST03N BI workload to behave properly.

  • Short dump while accessing the table

    There is a report ppioa0000, when executing the report it is going for short dump,  error analysis showing that
    <b>when accessing the attributes of dictionary table IOSOPER meaningless values are found.</b>
    and ABAP run time error showing that  DDIC_FIELD_ACCESS_ERROR
    suggest me,
    thanks and regards
    krishna

    The database is damaged, links between SAP dictionary and actual database seems to be broken. Try to use SE14 to adjust database.
    Regards

  • Short dump while accessing the IOSOPER

    There is a report ppioa0000, when executing the report it is going for short dump, error analysis showing that
    <b>when accessing the attributes of dictionary Table IOSOPER meaningless values are found.</b>
    but IOSOPER is a Structure
    and ABAP run time error showing that DDIC_FIELD_ACCESS_ERROR
    suggest me,
    thanks and regards
    krishna

    closing unable to find answer

  • Dump while accessing the View

    Hi Folks,
    I'm ending with dump with a simple select query.
    SELECT *
        FROM zview_gltr_data
        INTO
       TABLE t_gltr_data.
    Error analysis
    An exception occurred. This exception is dealt with in more detail below
    . The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was
    neither
    caught nor passed along using a RAISING clause, in the procedure
    "GET_VIEW_DATA" "(FORM)"
    Since the caller of the procedure could not have expected this exception
    to occur, the running program was terminated.
    The reason for the exception is:
    How to correct the error
    The exception must either be prevented, caught within the procedure
    "GET_VIEW_DATA"
    "(FORM)", or declared in the procedure's RAISING clause.
    To prevent the exception, note the following:
    Database error text........: "ORA-28000: the account is locked#ORA-02063:
    preceding line from TWVERTRA"
    Internal call code.........: "[RSQL/FTCH/ZVIEW_AP_TR_LOAD ]"
    Please check the entries in the system log (Transaction SM21).
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    Can anyone lemme know how to over come from this error.
    Thks in advance
    VEnK@

    HI Suhas,
    In my case it is projection view. So if i use VIEW_GET_DATE FM can i over come from this dump. How can this FM effect in over coming from this dump, just wanna know the technicality in this case.
    And also wanna bring to you another point like, at times this select query is going fine and at times getting failed.
    Regards
    VEnK@
    Edited by: Venkat Reddy on Apr 6, 2011 5:10 PM

  • Dump while accessing remote cube

    I have a remote cube on a r/3 function module.
    While doing listcube on the remote cube I get following error:
    System error: Message type   is unknown.
    Error reading the data of InfoProvider
    In R/3 error dump analysis gives the following:
    Only message types A, E, I, W, S and X are allowed.
    There is probably an error in the program  "GP45R68OC5AE7889UWEDQJN1THJ".                    
    MESSAGE_TYPE_UNKNOWN
    Does anyone have experience to handle similar situation? Any suggestion for the next step?

    This is a standard function module: FAGL_GET_TT_DATA_LEAD
    Import Parameters:
    I_REQUNR        
    I_ISOURCE       
    I_MAXSIZE       
    I_INITFLAG      
    I_UPDMODE       
    I_DATAPAKID     
    I_PRIVATE_MODE  
    I_CALLMODE      
    I_NO_AGGREGATION
    Table Parameters:
    I_T_SELECT
    I_T_FIELDS
    E_T_DATA  
    E_T_SELECT
    There is no export paramters

  • TimeOUT Short dump while accessing WebReport.

    A Web Report is taking too much time to open and timing out with a short dump see below details,
    The Report was working very fine few days back,
    any ideas please.
    Information on where terminated
        The termination occurred in the ABAP program "SAPLRSDRS" in
         "FETCH_DATA_OPENSQL".
        The main program was "SAPMHTTP ".
        The termination occurred in line 121 of the source code of the (Include)
         program "LRSDRSF04"
        of the source code of program "LRSDRSF04" (when calling the editor 1210).

    Hi Shashi,
    Try to do following checks
    1> How much time the report used to take?
    2> Is there any increase in data volume recently?
    3> How many records query is trying to pull?
    4> Aggregation done, (if any aggregates exist)
    5> Statistics are up to date? (performance tab check)
    6> Indexes & Aggregate indexed are green (performance tab check)
    Based on above checks, perhaps, you have to go for building some aggregates.
    Regards,
    Sree

  • Dump while accessing VIQMEL view

    Hello friends,
    I added a field in an Append Structure of the Table QMEL.I saved,checked and
    activated that Structure and QMEL Table.
    Also in SE14 , I saved and adjusted the QMEL Table.
    But the Added Field doesn't get reflected in VIQMEL  view.
    So, I saved and adjusted VIQMEL view in SE14.
    After Doing this , System throws Dump Error in IW22 and QM02 Transactions
    with the the following message.
    " DBIF_RSQL_SQL_ERROR ".
    "An error occurred when reading from the database".
    >     SELECT SINGLE * FROM VIQMEL WHERE QMNUM = QMNUM. "
    Please tell the corrective procedure if anybody knows.
    With Regards,
    Hari Prasath.S

    Hi
    It seems the problem is with selecting the sequence of the fields from the VIQMEL view
    the error RSQL_SQL_ERROR  is lways related to the mismatch of the selected fields and the work area/internl table.
    so check for that by correctly activating the VIQMEL in se14 and check the select statements.
    Regards
    Anji

  • Activating User Menu option in SAP Easy Access Screen

    Hi,
    Can anyone tell me to activate User Menu in SAP Easy Access screen.
    Menu -> User Menu option is disabled.
    Is there any Profile Paramater to Enable or Disable this menu option?
    Thanks,
    Piyush

    Hey,
    Juan and Ganesh, you both are right. But the roles are already assigned to the users.
    Its not for 1 users, its for all the users.
    We can activate the user menu from Easy Access Screen menu option Menu->User Menu. But this is disables in the Menu->User Menu.
    Hence any user is not able to the the user menu.
    There is a Profile parameter through which we can enable or disable this option. Can you please provide me the name of that parameter.
    Thanks.,
    Piyush

  • Transaction code for user menu, sap easy access

    Hi system experts!
    Does anybody know which transaction causes the user-specific menu within "SAP easy access" (the welcome screen after login, like /n does) ?
    I need it to be called from a portal iView, so that the usual sapgui-like screen with the user's menu appears in a portal screen, both for SAPGUI for windows and http.
    Trx. S000 or SESSION_MANAGER does not cause the user-specific menu when called from the portal. These work least of all for call via ITS.
    thanks
    Andreas

    hi ,
    The transaction code is SE41.. This is for creating Menus and tool bars.
    you can also try SMEN it will call the user menu as you described in your post.
    Regards,
    Krishna
    Message was edited by: Krishnakumar

  • Error with Custom Menu while accessing template

    Hi Experts,
    We are facing an issue in SAP BPC 7.5 MS SP with the Customs Menu Option, one user is not able to access Custom menu in Excel interface. All other person who are part of the group are able to use this option. The Dropdown menu which contains the Report details is not listing any report names and Team Drop down is listing a value "EV__DEFAULT". User is getting error like "You are not authorized to access this application []".
    But when i tried using same set of security access through another User ID ,I was able to access the Custom menu.
    Tried clearing the cache for the User who is facing the issue, but it didn't worked.
    Any Help in understanding what may be the reason for this issue.

    Hi Poonam,
    which sp have you installed?
    which office version please?
    I've seen this error when a user had an action pane with dirty values, e.g. Time=2007.TOTAL try setting before all the action pane with valid values where you have some data and after open the custom menu.
    Regards
         Roberto

  • Dump in User Menu

    Hi Friends,
    Whenever an user clicks on a folder in an user menu, this gives a dump. I am currently working on roles and authorizations. Can you please suggest as to why this dump is occuring, and what can be the probable solution to this.
    Regards,
    Birendra

    Hi Birendra,
    You can check the error on the dump your program is giving itself,
    or you can check it also by going to t-code  ST22.
    Hope it helps.
    Regrds
    Mansi
    Edited by: MANSI  ASNANI on Feb 11, 2009 1:24 PM

  • Could not able to access workbook from the favorites of User Menu

    Hi all,
    I have got a problem in accessing Workbook from the User menu (SAP GUI) Favorites.
    I added a workbook to my favorites but now when i double click on the Workbook from my USER MENU (SAP GUI),
    BEX is opening and the connection is also maintained but the workbook is not appearing in the BEX.
    I checked in SU53 and this is not related to any authorization issues.
    Could anyone help me in solving this issue and
    providing ?

    I can't aunderstand why it happens, but try adding the workbook to a role and assign the role to your user.
    Hope it helps.
    Regards

  • Hierarical Query to build user menu with access

    Hi All,
    I am facing problem in populating user menus in hirarical against user access control.
    I have table of menus in which i populate data as:
    Menu
    - Sub Menu 1
    -- Form 1
    -- Form 2
    -- Form 3
    - Sub Menu 2
    -- Form 4
    -- Form 5
    -- Form 6
    Now I have created hierarical query as:
    SELECT -1, LEVEL, menu_name, NULL, id
    FROM menu_opt
    START WITH parent_id IS NULL
    CONNECT BY PRIOR menu_id = parent_id
    and menu_id in
    (3, 4);
    Note: where menu_id 3 = Form 1, Menu_id 4 = Form 2.
    If I allow only menu ID 3 and 4 (not parents menus) then Hieraricy should be completed from top to bottom. What change i have to made to achieve my target?
    Thankx

    Do not duplicate posts.
    Did you ask your question in the sql-forum as suggested?

Maybe you are looking for

  • Printing to a Deskjet 1000 from a terminal services session (2003) on my XP laptop.

    The printer is a CH340-64001 and it works fine on an XP laptop.  When an attempt is made to use it during a terminal services session it fails because Server 2003 does not have the drivers for the printer. When I try to run the installation from the

  • Help - iPhone blocked by iOS 6 dowload

    Updated iTunes to 10.7, connected iPhone to sync, prompted to download & install iOS 6.   iTunes backed up phone, then all **** broke loose:  phone is blocked in recovery mode,  reinstall of software blocks  with " unknown problem" messages ( either

  • Where does the scrambling occur?

    Dear experts, I've seen in some TDMS docu that the scrambling for HCM is performed in the source system, so no sensitive data is extracted without scrambling. But I haven't found such information for scrambling for ERP. I mean I would like to know wh

  • Premiere Pro CC error "...\src\core\Propertieslmpl.cpp-641" dumps program at start. First-time use.

    This error message displays: When I try to start Premiere Pro CC. This is the first time I have tried to use the program. I have a full CC subscription.

  • 5.1 mixing

    When I listen back to a 5.1 mix in Premier if I have the master selected in the track list of the surround encooder I loose most of the spatial separation. It feel more like a stereo image. When I deselect the master channel my mix then reflects what