Quantcast
Channel: SCN : Discussion List - SAP Planning and Consolidation, version for SAP NetWeaver
Viewing all articles
Browse latest Browse all 5414

Restricting Dimension members in a RUN_PROGRAM CALC_ACCOUNT by property

$
0
0

Hi!  I'm trying to run an account-based calculation for a certain group of entities and a certain group of intercompanies (based on properties in each dimension).  I cannot find documentation on how to set this up for a CALC_ACCOUNT.  I don't want to make these user-selected for a variety of reasons, and because there are a lot of members which can change, I cannot list them all.

 

Will the following code work?  If not, how do I set up?  I cannot find documentation for this.  I've been told everything for a RUN_PROGRAM must happen within the RUN_PROGRAM block of code and not outside. 

 

*XDIM_FILTER INTERCO = [INTERCO].PROPERTIES("OUTSIDE") = "Y"
*XDIM_FILTER ENTITY = [ENTITY].PROPERTIES("NONUSD")="Y"

 

*RUN_PROGRAM CALC_ACCOUNT

CATEGORY = %CATEGORY_SET%

RPTCURRENCY = USD

TID_RA = %TIME_SET%

CALC = RE_RATE_ADJ

OTHER = [GROUP = %GROUP_SET%]

*ENDRUN_PROGRAM


Viewing all articles
Browse latest Browse all 5414

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>