There is an MDX Function
Module (BAPI) available in BW systems for retrieving data. Its name is BAPI_MDPROVIDER_GET_MEMBERS
and it is sometimes referred as “GetMembers” BAPI. Sometimes it is worth to use
this BAPI as it is used by frontend tools like WebI. While investigating inconsistencies
in data provided by the WebI
vs e.g. tcode RSRT the BAPI might be good starting point.
In below example I use technical
content InfoProvider - 0TCT_MC01 Front-End and OLAP Statistics (Aggregated). Below
is example call of the BAPI. The data is returned in table parameter called MEMBERS.
Import
parameters Value
CAT_NAM 0TCT_MC01
CUBE_NAM 0TCT_MC01/0TCT_MC01_Q0121
DIM_UNAM [0TCTBISBOBJ]
HRY_UNAM [0TCTBISBOBJ]
LVL_UNAM [0TCTBISBOBJ]
LVL_NUMBER 01
No comments:
Post a Comment