cancel
Showing results for 
Search instead for 
Did you mean: 

Reading data from open request of Transactional BPS cube

Former Member
0 Kudos

Hi all,

Is it possible to read data from transactional (BPS) cube via FM RSDRI_INFOPRV_READ to another cube, if request is still open (Yellow) in transactional cube? Please make sure that we want to read data those are in open (Yellow) request.

I know we can read data from closed requests even if there is a open request is in cube. but in my case I want to read data from closed requests as well as open (Yellow) request. If yes, Is there any setting or customisation required. We are at 3.5 BW

Thanks in advance,

Harry

Accepted Solutions (1)

Accepted Solutions (1)

FCI
Active Contributor
0 Kudos

Hello Harry,

You can read all data of your transactional cube (including the open request) by setting the I_ROLLUP_ONLY parameter to space.

Regards,

Fred

Former Member
0 Kudos

Thanks,

Problem solved with parameter I_roll_up = Rs_C_false

Thanks,

Harry

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Fred,

Can we read open request of transaction cube via RSDRI_INFOPROV_READ_RFC FM as well.

Thanks,

Harry

Former Member
0 Kudos

Harry,

Yes you can, as Fred mentioned you can change paramter "I_ROLLUP_ONLY" value to fetch open requests.