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

How to read BPC sub items in Badi uj_custom_logic.

Former Member
0 Likes
477

Dear All,

I am new to BPC module. I have searched existing posts on SCN but not able to get correct logic.

My requirement is how to read data from transaction data in internal table on specific members. I tried to do the same by simple abap logic but stucked up when logic becomes complex. So i need to know some sample code to read the data.

Kindly ask in case of any clarification needed.

Thanks is Advance.

Himanshu Sharma

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

HI Himanshu,

As you are talking about BAdi i think you are using NW version.  Please post query on NW forum.

Former Member
0 Likes

thanks for your reply i'm on Microsoft platform i have attached a screen shot in my post , I have a requirement to calculate the data as i'm getting the data in CT_DATA parameter now should i do my calculations there are  different member dimensions how to calculate the data from different dimentions. 

Former Member
0 Likes

Hi Himanshu,

As far as i know in MS version of BPC you can use only script logic not BAdi's. BAdis are part of NW version.

Can you please share the screen shot where you are writing BAdi ?

Former Member
0 Likes

Hi Himanshu,

Please go through below link, this may be helpful for you:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20f4252d-98ca-2b10-e689-f85085ae2...

Best Regards,

Deepak

Former Member
0 Likes

I have Impelemented BADI Uj_CUSTOM_LOGIC

Former Member
0 Likes

Hi Himanshu,

Ok.

Take look at below document.

Hope this will help you.

Former Member
0 Likes

Hi,

my requirement is like i have to calculation based on like this

as there so many member dimension how can i read data from a specific member data 

Former Member
0 Likes

Hi Himanshu,

Your requirement is very simple, you need to speak to an ABAPer to help you. This is like a maths problem, many ways to solve it.

1. use properties of those base member to determine which node they belongs to

2. read different set of data multiple times, so you only read one node of a time

3. read nodes only if you don't need to know the number of base members

Andy