Dump when i executed bex query

i execute bex with my user ( i am sap_all), i haven't problem.
when i executed this same report ( with variable autorisation), i have this dump:
the dump:
Erreur d'exécution     GETWA_NOT_ASSIGNED                                                          
Date et heure          11.12.2009 17:26:11                                                                               
Désignation                                                                               
Field symbol has not yet been assigned.                                                      
Causes                                                                               
Error in the ABAP Application Program                                                                               
The current ABAP program "SAPLRSEC_CHECKS" had to be terminated because it has               
    come across a statement that unfortunately cannot be executed.                               
Solutions                                                                               
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.                                                                   
Analyse des erreurs                                                                               
You attempted to access an unassigned field symbol                                           
    (data segment 32774).                                                                               
This error may occur if                                                                      
    - You address a typed field symbol before it has been set with                               
      ASSIGN                                                                               
- You address a field symbol that pointed to the line of an                                  
      internal table that was deleted                                                            
    - You address a field symbol that was previously reset using                                 
      UNASSIGN or that pointed to a local field that no                                          
      longer exists                                                                               
- You address a global function interface, although the                                      
      respective function module is not active - that is, is                                     
      not in the list of active calls. The list of active calls                                  
      can be taken from this short dump.                                                                               
Comment corriger l'erreur                                                                               
If the error occures in a non-modified SAP program, you may be able to                       
    find an interim solution in an SAP Note.                                                     
    If you have access to SAP Notes, carry out a search with the following                       
    keywords:                                                                               
"GETWA_NOT_ASSIGNED" " "                                                                     
    "SAPLRSEC_CHECKS" or "LRSEC_CHECKSF06"                                                       
    "LOOK_UP_STAR_VARIABLES"                                                                               
If you cannot solve the problem yourself and want to send an error                           
    notification to SAP, include the following information:                                                                               
1. The description of the current problem (short dump)                                                                               
To save the description, choose "System->List->Save->Local File                           
    (Unconverted)".                                                                               
2. Corresponding system log                                                                               
Display the system log by calling transaction SM21.                                       
       Restrict the time interval to 10 minutes before and five minutes                          
    after the short dump. Then choose "System->List->Save->Local File                            
    (Unconverted)".                                                                               
3. If the problem occurs in a problem of your own or a modified SAP                          
    program: The source code of the program                                                      
       In the editor, choose "Utilities->More                                                    
    Utilities->Upload/Download->Download".                                                                               
4. Details about the conditions under which the error occurred or which                      
    actions and input led to the error.                                                                               
end ******************
best regard
francoise

Try applying the following OSS Notes into your BW system. These should resolve the issue.
[OSS  Note 1244842 - Termination LOOK_UP_STAR_VARIABLES-01-|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1244842] (relevant for BW 7.00 SP20, BW 7.01 SP3, BW 7.10 SP7 or BW 7.11 SP1)
[OSS Note 1290949 - Dump GETWA_NOT_ASSIGNED for Query on InfoSet|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1290949] (relevant for BW 7.00 SP21, BW 7.01 SP4, BW 7.10 SP8 or BW 7.11 SP2)

Similar Messages

  • Execute BEX Query via Function Module

    Hi Mates,
    I want to execute BEX query via a Function Module.
    Also i want to explore whether the input parameters of the query can be retrieved from a Database Table.
    Please let me know how this can be achieved.
    Thanks in advance.
    Regards,
    Hrishikesh

    Hi Hrishikesh,
    Assuming you have the necessary ABAP knowledge, you will have to code the exit in the include ZXRSRU01 under I_STEP = 1 (this is because you want to prepopulate your parameters from the values in your DB table).
    Your DB table has Key1, Key2 and Your field as the three fields and you want to read the value of 'Your Field' based on your keys Key1 and Key2.
    So, the code will be something like -
    when 'Your variable'.
    if i_step = 1.
    select single 'Your field' from 'Your DB table' into lv_your_field where Key 1 = 'X' and
                                                                                                                   key 2 = 'Y'.
    clear l_s_range.
    l_s_range - low = lv_your_field.
    l_s_range-sign = 'I'.
    l_s_range-opt = 'EQ'.
    append l_s_range to e_t_range.
    endif.

  • Abort system error when opening the BEx query

    When runing the Bex query I get this error
    ' SQL Error 1578  - Abort system error in program SAPLRRKO and form RSRDR;SRRK0F30_01_'
      Diagnosis: Internal error is a targetted termination since the program has an incorrect status.
    Please advice me how to correct this issue.
    Thanks in advance.
    Taj

    Hey,
    Thanks for your answer , I assigned a  points to you. still I need more info on this then what to do further.If this was caused due to program error then what I have to do.
    Version: 3.50, Package :SAPak35012 .
    Please let me know is this something basis needs to take care of this? .
      Looking forward to hear from you.
    Taj
    Message was edited by: Tamkris Taj
    Message was edited by: Tamkris Taj

  • When using BW Bex query analyzer users cannot change reporting queries ....

    Issue: When using BW Bex query analyzer users cannot change reporting queries. Any attempt to change queries results in errors.
    Error: BEx Query Designer: Run-time error '-2147221499 (80040005) Fatal Error - Terminating
    Impact: Business reporting is currently being negatively impacted because users cannot modify queries, cannot change filters for fiscal period and fiscal year.
    OS / MS Office Suite being used: Vista & Office 2007
    Backend System: BW 2.0B
    Frontend System: Being a large organization, we have a controlled environment wherein all users will have the following applications installed by default:
    1. SAP Client Base 7.10
    2. SAP BW 3.5 Patch 4
    3. SAP BI 7.10 Patch 900
    4. SAP GUI 7.10 Patch 12
    Does anyone has any idea as to why we are getting this error? Is it a Vista issue? Is it a front-end issue?

    Just a thought - did you guys apply any Microsoft security patches before this started happening - we had a similar issue in other SAP application due to MS security update. Raise an OSS with SAP

  • Error message when I execute a query

    Hi,
    When i execute a query appears the message "Error specify a value for variable Z...". I can't execute the query.
    This situation exist from a new release of SAP-BW (7.0).
    Thanks and best regards.
    CV

    Hi Christiano,
    Try these SAP Notes...
    SAP Note Number: 955515
    SAP Note Number: 333208
    SAP Note Number: 1074801
    Also check this thread...
    error
    Hope these helps u...
    Regards,
    KK.

  • Execute Bex query from ABAP

    Hi,
    I am using the method mentioned by Durairaj (@  /people/durairaj.athavanraja/blog/2005/04/03/execute-bw-query-using-abap-part-i )
    to execute queries from ABAP.
    When I try to execute a query with characteristics in rows and if the characteristics name is large then i get a dump:
    'Field symbol has not yet been assigned'
    @ <l_field> = wa_set-chavl .
    I tried the same for another cahracteristic of lesser length and it works fine.
    Initially the chara name was like:
    <8 letter dim name>__<7 letter chara name >
    when i used a dim name with lesser no of letters:
    <7 letter dim name>__<6 letter chara name >
    It works fine.
    is there any restricition on the lenght of characteristics ?
    Thanks,
    Message was edited by:
            Rithesh Vijayakrishnan

    Matthias,
    I have tried to use this method before, but with the follow URL:
    /SAP/BC/WebDynpro/SAP/YWEBTEMPLATE_TEST/bi_template_page.htm?&varn1=0pcalmon&varv1=200901&varn2=0p_cocd&varv2=b047&url=/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex
    didn't work as I image.
    Do I have to transform this url before execute the method?
    Tnks for your patience.

  • Error while executing BEx query made on Multiprovider having Virtual cube

    Hi All,
    We are getting an error message while executing a BEX query made on Multiprovide which consist of a Virtual Infocube infocube which extracts data from APO Live Cache, the error which we get is as below
    ''Error Reading the data of the infoprovider ZSS_R054
    Error in Substep
    Errors have occured while extracting data from datasource 9A_E2E_FC2
    Errors occured during parallel processing of query 4, RC:3
    Error while reading data; navigation is possible''
    And also when tried to execute from RSRT , it gets executed in debug mode in TRY and CATCHE
    Please let us know if anyone faced a similar situation or can suggest me what to do.
    Please suggest.
    Thanking you in advance.
    regards,
    ajay

    Hi Ajay,
    Try RSRV transaction, Select All Elementary Tests, Select query, now drag both these items on the right hand pane, select your query from this popup. and execute.
    Let us know what the result is.
    regards,
    Sree.

  • Error message when connecting to Bex Query in WebI

    Hi all,
    I've a Bex Query and I created a universe on top of that Query. I selected few characteristics and one keyfigure in WebI to build a report. When I ran the query I'm getting a error message as below :
    A database error occured. The database error text is: Failed to execute MDX Query. Reason : Error occured when starting the parser: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'. (WIS 10901)

    Hello John:
    I realize you are using webi, but a similar error is documented for Crystal Reports in the following KB:
    [1369523 - Crystal Reports and SAP BW -- 'Database Connector Error: BAPI Error #:0' |http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333333363339333533323333%7D.do]
    See if the troubleshooting tip there helps.
    - Ludek

  • Error while executing BEx Query on Composite Provider

    Hi,
    We have a BW on-HANA system, patch level SAPKW73105.
    We have created a Composite provider based on the union of two DSOs, two infoobjects, one SPO, and there are a couple of joins with two other DSOs, on the top of that we built a BEx query.
    While executing the BEx query, sometimes (depending on the filter values), We got the following error message
    "Attribute engine failed;Error executing physical plan: exception 6900: AttributeEngine/Parallel/DimensionFilter.cpp engine failed; $function$=getValidFemsPA;"
    "Error 6,900 has occurred in the BWA/SAP HANA server"
    "Error reading the data of InfoProvider @3ZSDRPCP5"
    "Error while reading data; navigation is possible"
    "Row: 59 Inc: MAP_TREX_EXCEPTION Prog: CL_RSDRH_TREX_STORAGE"
    (Attached error message)
    Ii We browse the composite provider data using the "display data" option in the RSA1, data is displayed without issue, the problem only appears during the BEx query execution and only with some filter vaues.
    Any idea on how to fix the issue.
    Thanks,
    Federico

    He's on 7.3 EhP1, which is on SPS12 today. It got pretty stable by SP08, SP09. SP05 was pretty early on, and had a lot of bugs in the HANA views.
    7.4 is on SP07 like you say, and most of our customers run at least SP06 - before then, you had to apply a bucketload of SAP notes. I would recommend customers apply SP08 with care because it's a feature release so will have a bunch of new features, which will no doubt need corrections.

  • Error while executing Bex Query

    Hi all,
    i am getting error while executing the Bex Query.i am able to change and save the Query without any issues.
    Error:
    <internal error> Receiving from the BW server failed.BW server raised exception:SYSTEM_FAILURE
    Do you want to see more information?
    YES--->Syntax error in Program SAPLY05BW_ISA
    Details:
    Error Group
    RFC_ERROR_SYSTEM_FAILURE
    Message
    Syntax error in program SAPLY05BW_ISA
    What could be the problem?pl help me out!
    Thanks

    Hi,
    Try this:
    Execute the report RSFTP005 in BIW.
    With rgds,
    Anil Kumar Sharma .P

  • Error: No data available while executing BEx query

    Hi BI expert,
    Please help me out as I am very new in BI. I am getting error "No data available" after executing query in BEx query designer.
    thanks

    Hi,
    Pl check for the Filter Conditions of the query.Have the same filters data  as that in the Cube/ODS.
    Hw is the Data Flow ???
    A)From ODS to Cube to Query ????
    or
    B)From ODS
    or
    C)From Cube
    1)Check on which Infoprovider the Query is built.
    2)If it is Cube then Check the data in the Cube.Right click Cube ,Display data and Execute.
    3)If data is avaliable in cube then it shud come in Query except for the Filter conditions .
    4)then check for the Filter conditions of the query.
    5)If data is not avaliable in Cube then check in ODS ????
    6))If data is not avaliable in ODS then check in PSA
    7))If data is not avaliable in PFA then check in R/3.
    Also search in SDN as to how the Data flows
    A) both from Flat File and 
    B)R/3 and FULL and DElta Load.
    That will give clear uinderstanding  !!!!!
    Rgds
    SVU123
    Edited by: svu123 on Dec 15, 2008 2:15 PM

  • Error while executing BEX query via FM

    Hi Friends,
    I am getting following error while executing a query via FM RRW3_GET_QUERY_VIEW_DATA.
    Please see the error screenshot as follows.
    the I_T_PARAMETERS entered are as follows.
    Please let me know what is missing.
    Thanks.
    Regards,
    Hrishikesh

    the key date variable 0DAT is normally filled by a SAP exit variable, but this may not be the case.  it could have been changed in the query designer,  check the query in query designer and see.
    Try passing 0DAT in the variable list with todays date

  • Error in Webi when it execute a query

    Good morning.
    I have a problem with Webi. I make a report in BW then with Designer I make a universe and I export it .
    I open it with Webi. When I run a query I get an error, is this:
    "Se produjo un error en la base de datos. El texto de error de la base de datos es: La consulta MDX SELECT {  } ON COLUMNS , CROSSJOIN( .[LEVEL01].MEMBERS, .[LEVEL01].MEMBERS ) ON ROWS FROM   no pudo ejecutarse con el error Error al iniciar analizador sintáctico: Error when opening an RFC connection. (WIS 10901)"
    If I run the query with an object it doesn´t show the error. But If I add 2 or more object it doesn´t work.
    Could someone tell me how I can solve it?
    Business Object Enterprise XI 3.1
    Thanks

    Hi Jose,
    I have enough trouble understanding Webi errors in English, much less in Spanish!
    Did you try running an integrity check on your Universe to be sure your objects parse ok?
    Are you saying that if you run the report with just one object in the query that it runs fine, but if you add another one it does not? Is that true for any objects?
    A more detailed explanation of the problem will help us to resolve it.
    Thanks!
    I have a problem with Webi. I make a report in BW then with Designer I make a universe and I export it .
    I open it with Webi. When I run a query I get an error, is this:
    "Se produjo un error en la base de datos. El texto de error de la base de datos es: La consulta MDX SELECT { } ON COLUMNS , CROSSJOIN( 0SOLD_TO.LEVEL01.MEMBERS, 0MATERIAL.LEVEL01.MEMBERS ) ON ROWS FROM 0SD_C03/0DM_CXS_Q0002 no pudo ejecutarse con el error Error al iniciar analizador sintáctico: Error when opening an RFC connection. (WIS 10901)"
    If I run the query with an object it doesn´t show the error. But If I add 2 or more object it doesn´t work.
    Could someone tell me how I can solve it?
    Business Object Enterprise XI 3.1

  • Function Module to Execute BEx Query and Save as work book.

    Hi
    I have a requirement for executing the Query after the data is loaded into the cube and save as Workbook and emailing to the user. Is there any Function module to Execute the Query and saving as Work book? . Please suggest me the way how to approach the problem.
    Thanks for your help in advance.

    Hi,
    It is possible to execute the Query and send the result as workbook vial email to the user.
    For that use should use Information Broadcaster.
    Steps:
    1. Goto information broadcaster.
    2. Choose object type as "Query"
    3.Click create new setting.
    4. Give description and choose distribution type as "Broadcast E-mail"
    5.Choose output format "XML(MS Excel)
    6.In recipient tab Give valid e-mail addres which you want to send.
    7.Save it. and give technical name
    8.Click schedule.
    9.choose "Execution with Data Change in the InfoProvider " correspondig infoprovider will be shown (check the check box)
    10. that's it. whenever data loaded in your infocube, it will be automatically executed and send to user mail.
    <removed> if u want more information let me know.
    Regards,
    Senthil Kumar.P

  • Hierarchy Activation dumps when itu0092s executed from Process Chain. u0096 BI 7.0

    Issue:
    CostElement Hierarchy sign reversal is updated manually using ABAP Program to update sign reversal, which updates H and J tables and activates the Hierarchy using func module RSHIER_HIER_CHECK_AND_ACTIVATE. It works fine when ABAP is executed manually as well as when Process Chain is executed in BW 3.5.
    However, the same Process Chain in BI 7.0 it abends during Hierarchy Activation.
    From the Dump, find below call sequence of programs for more details:
    No.   Ty.          Program                             Include                             Line  
          Name                                                                               
    6) METHOD       CL_RSSH_SHOW_LOG==============CP    CL_RSSH_SHOW_LOG==============CM008    53 
    CL_RSSH_SHOW_LOG=>CREATE_CONTAINER                                                         
    5) METHOD       CL_RSSH_SHOW_LOG==============CP   
    CL_RSSH_SHOW_LOG==============CM007    52 
    CL_RSSH_SHOW_LOG=>SHOW_MESSAGES_WRITE_LOG               
    4) FUNCTION     SAPLRSHIER                          LRSHIERU03                            121 
          RSHIER_HIER_CHECK_AND_ACTIVATE              
    3) FORM         ZBWUXXX1                            ZBXXXXX1                              382 
    005-ACTIVATE-HIER                                                     2) FORM         ZBWUXXX1                            ZBWUXXX1                              278 
    It abends during Container creation to send out a message.
    Any help to resolve this issue would be highly appreciated.
    Thanks, Vijay

    Vijay,
    Due to the age of this post I am assuming did you find a fix to the problem?
    I actually would like more information about your abap program as we are trying to create a similar program.

Maybe you are looking for

  • Noob question about the docking adapter

    Sorry guys, a real stoopid question... (but i would like a sensible answer) How on earth do i use the little plastic docking adapter that comes with the classic iPod? I guess the power cord goes through the bottom of it but is that it? I dont underst

  • An error exists on this page...

    My customers are getting the Adobe Reader error "An error exists on this page...". The error has only occurred on large .pdf files (6MB to 15MB), after the file has been uploaded to a USB drive, and the USB drive has been shipped to the customer. We

  • Question for Tim/Klaus

    Hi. Does anyone have/know of the XML Schema for the .xdo report file format? I'm making another editor (more for my own amusement than anything else). Dave

  • Samples to be consided in planning and costing

    Hi, as per iso standards we need to test certain samples like from 200 parts, we need to test 1 sample. so we cut a small piece from the raw material, we test. now our req is system to consider that sample qty in mrp planning and capture that testing

  • Discover 10.1.2.0

    hi all, can you help me , where can i download oracle discoverer 10.1.2.0 for linux .. i checked throughly, iam  getting only discoverer 10.1.2.0 for windows only . but i need for linux platform... anybody send me the exact location for download "dis