Hi,
Hope I am posting in a correct forum , if not , kindly advise.
I am from SAP -ABAP, started working on BPS -ABAP. We have BPS function exist based on one planning cube . We want to read another cube (from the same system) which is not a planning cube. We plan to use BAPI or function module. Is that possible to do in Main exit function or do I need to do in INIT function ? (The exisitng planning function does not have init function). Request help.
Request clarification before answering.
Hi,
Please use function module RSDRI_INFOPROV_READ. This function module is released for use by customers and has corresponding documentation built in SE37.
Cheers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you want to read all the data of other cube in one go then you should write the code in INIT function else you may write it in main EXIT function. You can use the function module
RSDRC_INFOCUBE_READ or RSDRC_INFOPROV_READ to read the data.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.