Hello BW-gurus,
We are facing a problem on our productive BW 7.3 system.
The default master data setting (Master data/texts tab) for time characteristics (e.g. 0CALMONTH) is:
- Master data access: Own implementation
- Name of Master Data Read Class: CL_RSMD_RS_0CALMONTH
This means that all master data and texts are returned by this ABAP class, instead of using the values found in the master data tables.
One of our requirements is to change the default 0CALMONTH text format from MM.YYYY to YYYY.MM ;
To achieve this, we:
- Created text tables for 0CALMONTH by checking the box 'With texts'.
- Changed the Master Data Access from 'Own implementation' to 'Default'. This will make the system use the master data and text tables.
- Filled the text tables with the desired format YYYY.MM
So far so good, so let's test this solution:
- Executing a BEx query in Analysis / Analyzer (without filters/prompts) returns the 0CALMONTH text in its new format YYYY.MM.
- Putting a BEx filter on 0CALMONTH (For example restricting for 1 month) returns data.
- Putting a BEx input variable filter (prompt) on 0CALMONTH throws the following error in Analysis whenever we try to access the 0CALMONTH list of values or execute the query with values entered in the prompt:
An error occurred when getting data from the processor (BRAIN-670).
Program error in class SAPMSSY1 method: UNCAUGHT_EXCEPTION (RSBOLAP-000).
Nested exception. See inner exception below for more details:
Termination message sent ABEND BRAIN (670): An error occurred when getting data from the processor.
Applying an RSTT trace:
Execution of function module BICS_PROV_GET_MEMBERS
Processing of function module BICS_PROV_GET_MEMBERS started
An error occurred when getting data from the processor.
Program error in class SAPLRSTT_UI method : UNCAUGHT_EXCEPTION
>> Row: 83 Inc: LRRMSU13 Prog: SAPLRRMS
System error in program CL_RSMD_RS_BUILD_QUERY and form ADD_TABLE_FIELD-02-
Module BICS_PROV_GET_MEMBERS (position 109) executed successfully
Duration: 8.2530000 Seconds
Processing of function module BICS_PROV_GET_MEMBERS ended
Size of Interface Contents (in Bytes): 6275 (Position 109 )
OLAP message handler messages
Does anyone have an idea on how to solve this problem?
Thanks in advance!
Philippe