cancel
Showing results for 
Search instead for 
Did you mean: 

script logic:scoping with the mutltiple properties

former_member269454
Participant
0 Kudos

Hi Folks ,

My requirement is to pass the the parent of the dimension from the data manager package , which should pass members which qualifies two properties . i have written below code, my code is not working :-

I know my code is wrong. help required.

*SELECT(%COST_CENTRE_SET%,"[ID]",COST_CENTRE,"[CALC] = 'N' AND [ALLOCATED] = 'Y'")

*XDIM_MEMBERSET COST_CENTRE = %COST_CENTRE_SET%

*XDIM_FILTER COST_CENTRE = [COST_CENTRE].CURRENTMEMBER.PROPERTIES("ALLOCATED") = "Y"

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

"pass the the parent of the dimension from the data manager package" - what do you mean????

Please explain your requirements once again, in line with: https://blogs.sap.com/2014/01/31/how-to-ask-questions-about-script-logic-issues/

former_member269454
Participant
0 Kudos

Thank you for your reply Vadim .

This is question is related to 10.1 NW version of SAP BPC .

Where i need to pass any of the parent member or node member in the DMP , in the script logic i need to do scoping based on two properties , i am using this script logic for calling a badi.

facing problem in scoping .

If you can share some psuedo code.

former_member186338
Active Contributor
0 Kudos

Looks like you don't want to answer with the details provided in my blog!

Sorry, I also don't want to answer question without detailed info provided.