2025 Jan 02 1:16 PM - edited 2025 Jan 02 1:38 PM
After execution of query via RSRT in ABAP 7.40 SP23, error RS_EXCEPTION 301 (&1 >> Row: &4 Inc: &3 Prog: &2), inc: BLOCK_CHECK, Prog: CL_RSR_VAR:
How to get more details about this error? How to solve it?
Request clarification before answering.
By debug, find out which line in C_THX_VREP, here I found out that it's the line with VRNID = 0134:
Look at the values in the RANGE component of the:
I have debugged how the variable C_THX_VREP is filled, and I found out that it comes directly from the query definition, during the execution of the method CONSTRUCTOR of class CL_RSR_OLAP_VAR (inherits from CL_RSR_VAR), right after the call to the function module RRI_REPORT_IMPORT_AND_CHECK, whose contents is stored in the attribute O_SX_REPORT. Later, C_THX_VREP content is derived from O_SX_REPORT.
So, the issue is in the query definition.
Search in the query definition where "MVFI" is defined. In case of complex query, the most convenient way is to use the transaction code RSRTQ and then Print Preview. Find "MVFI" -> it's about the fund type:
Scroll up till you reach the top of the 4th vertical line -> Selection:
Continue till you reach the top of the 3rd, 2nd and 1st vertical lines:
So, the path is Query > Lines/Columns > Columns > Selection > Funds type MVFI.
In that case, the funds type MVFI did not exist for the financial area selected while running the BW query. The solution was to create it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 18 | |
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.