cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BPC BADI: Read data at Parent level

Former Member
0 Likes
639

Hello Guys,

I am writing a badi for a logic in SAP BPC 10.1 NW classic

Is there any way to read data in a summarized way at Parent level instead of at base level?

To elaborate the same assume under node PL there are 5 base members each having a value of 10 inr

Now i want to read directly at node PL level with amt as 50 inr.

Regards

Rohan

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Likes

What is the badi type? Custom logic or...?

How are you reading data? Please provide your code sample!

Vadim

Former Member
0 Likes

thanks for the quick turn around......

Actually I have been reading data from BPC Cube using RUN_RSDRI_QUERY

and filling appropriate range for the filters.

But i understand the above logic is used to read data from only Child members,

whereas i need to read data from Parent level.

I hope this helps.

Regards

former_member186338
Active Contributor
0 Likes

Please read

Vadim

Former Member
0 Likes

HELLO VADIM,

I guess the question is not understood.

I am trying to read data from BPC cube but instead of getting the value at child level i need to read value at the parent level.

Former Member
0 Likes

Hey Vadim,

I guess I have got it, I think i will have to use

CALL METHOD lo_sqe->run_axis_query_symm

as per the document sent by you.

But is there any sample code for the same, as in how to populate the filter and all

Regards

former_member186338
Active Contributor
0 Likes

Just read the full document including:

B.Example:

Basic Reading and Writing

Answers (1)

Answers (1)

Former Member
0 Likes

hey Vadim thanks a lot......

I think i can take on from here