on ‎2019 Aug 28 11:33 AM
Hi SAP Gurus,
I have written an ABAP routine that reads member formulas in BPC 10.1 on HANA - but it does not work when I try to read an Account from Parenth3. I would like to know if there are any reasons why my member formula reading hierarchy three is not working. I have added detail below.
The Member Formulas:
The ABAP:
METHOD read_td_axis_query.
DATA:
lr_query TYPE REF TO cl_ujo_query_base,
lr_data TYPE REF TO data,
*----------------------------------------------------------------------------------------
*** Create Query Object
CREATE OBJECT lr_query EXPORTING i_appset_id = i_appset_id i_appl_id = i_appl_id.
*** Execute Formulas
lr_query->if_ujo_query~run_axis_query_symm(
EXPORTING
i_passby_security = abap_true
it_axis = it_axis
it_slicer = it_slicer
IMPORTING
et_data = ct_data ).
ENDMETHOD.
Variables at RunTime:





The Exception:


Many thanks,
Matt
Request clarification before answering.
vadim.kalinin - Might you be able to assist? 🙂
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 40 | |
| 9 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.