cancel
Showing results for 
Search instead for 
Did you mean: 

0S_RQMRC Variable Issue

Former Member
0 Kudos

Hi,

In one of our queries (created on Multiprovider - Actual + Real-time cubes), we restricted '0REQID' on SAP exit variable '0S_RQMRC' in one of our restricted key figures. We are on BI. Is this the correct variable to use (In BI) for getting data from the open requests of real-time infocube?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

RC is 4 is OK as long as you dont have serious mesages.

Ravi Thothadri

Former Member
0 Kudos

Ravi,

Yes, RC=4 is fine. Even with RC=4, the Component Type is not getting imported (SE11 - 'Data Type' does not show any entry for th component type - 'CRMT_PCC_VAR_PRIO).

Thanks

Answers (4)

Answers (4)

Former Member
0 Kudos

It was a BI Content Activation issue.

Former Member
0 Kudos

Did you find out what is "'CRMT_PCC_ROLE_VAR_PRIO' ".

Ravi Thothadri

Former Member
0 Kudos

Ravi,

CRMT_PCC_ROLE_VAR_PRIO is a structure. It has 2 components - VNAM and PRIO. The 'Component Type' for PRIO - 'CRMT_PCC_VAR_PRIO' is not getting activated. Due to this the structure is not active. In order to transport these elements individually, I went to the Object Directory Entry of each of these and changed the user from SAP (during request prompt) to my ID and created transport requests.

I created a separate transport for the Component Type - 'CRMT_PCC_VAR_PRIO. It got imported into QA with a RC=4. When I goto SE11 to check for this 'Data Type', it does not exist.

Thanks

Former Member
0 Kudos

Transport the variable one more time and execute the query.

Ravi Thothadri

Former Member
0 Kudos

Ravi,

I will try and let you know.

Thanks

Former Member
0 Kudos

Ravi,

I re-transported the query with the variable (0S_RQMRC). Still, it doesn't help.

One of the dependant structures 'CRMT_PCC_ROLE_VAR_PRIO' is not getting activated.

Thanks

Former Member
0 Kudos

Most Current Data 0S_RQMRC is the correct variable.

But it will not work with multi cube. It will work with realtime cube. To get the data in the multi cube that has realtime cube, then you need to clsoe the reqwuest with the FM RSAPO_CLOSE_TRANS_REQUEST.

Ravi Thothadri

Former Member
0 Kudos

Ravi,

I have another question. We retricted '0REQID' on '0S_RQMRC' in another query created on Real-time cube. This worked fine in development. When i executed this query in test system, we got an error saying that the function module '' underlying the 0S_RQMRC variable is not available in the test system. How to go about this?

Thanks