Hello All,
We are facing an issue while running BEx query in RSRT in our Development Environment.
This ABAP dump is coming for any BEx query that we run and not for any specific query. I have tried creating a new query with only 1 row and 1 column only. Still the dump appears.
I have tried to debug but it is occurring in a standard method and no success. Can you please help.
The short dump says:
Short Text
Syntax error in program "CL_RSBOLAP_VARIABLE_CONTAINER=CP ".
What happened?
Error in the ABAP Application Program
The current ABAP program "CL_RSBOLAP_APPLICATION========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_RSBOLAP_VARIABLE_CONTAINER=CP " in include
"CL_RSBOLAP_VARIABLE_CONTAINER=CM00B " in
line 12:
"Method "SET_GET_PARAMETER" does not exist. There is, however, a method"
" with the similar name "GET_F4_PARAMETERS"."
" "
" "
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_RSBOLAP_APPLICATION========CP" had to be
terminated because it has
come across a statement that unfortunately cannot be executed.
rror analysis
The following syntax error was found in the program
CL_RSBOLAP_VARIABLE_CONTAINER=CP :
"Method "SET_GET_PARAMETER" does not exist. There is, however, a method"
" with the similar name "GET_F4_PARAMETERS"."
" "
" "
Trigger Location of Runtime Error
Program CL_RSBOLAP_APPLICATION========CP
Include CL_RSBOLAP_APPLICATION========CM00I
Row 3
Module type (METHOD)
Source Code Extract
Line SourceCde
1 method CREATE_VARIABLE_CONTAINER.
2
>>>>> create object r_r_variable_container type CL_RSBOLAP_VARIABLE_CONTAINER
4 exporting
5 i_r_application = me.
6
7 register_new_data_provider( r_r_variable_container ).
8
9 endmethod.
________________________________________________________________________________________________