on 2021 Apr 26 10:57 AM
Based on the screenshot below, I would like to get the Request ID of the transaction data (like how we do it in TCODE: Listcube) in ABAP for use in a custom program. You can refer below screenshot of the Dimension and Request ID I want.
Currently I am using cl_uja_bpc_admin_factory=>get_application_manager() and cl_ujo_query_factory=>get_query_adapter()->run_rsdri_query() to attempt to the request ID but the Data Package dimension is not listed as a dimension.
Kindly requesting help from all BPC experts!
Request clarification before answering.
If you want to read the content of a cube, you can use FM RSDRI_INFOPROV_READ
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why not to use data audit log for it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
BPC methods will not show request info. You have to use BW methods...
But what is the idea behind getting request ID?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The idea behind it is to have a custom ALV report that contains transaction data in addition to the Request ID. The contents of the report are records where the TIME dimension (period) does not match with the program execution time.
Can you kindly give examples of BW methods to get Request ID in my case?
User | Count |
---|---|
4 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.