cancel
Showing results for 
Search instead for 
Did you mean: 

Account filter

Former Member
0 Kudos

I have created script logic,but want to ensure that logic is executed only specified account which has 'accounttype' property = 'Y'.

Is it possible to specify this in script logic?

Can someone help in giving sample..appreciate reply.

Accepted Solutions (1)

Accepted Solutions (1)

JohnL
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi there,

You should review the script logic blogs located here:

[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/u/251844296] [original link is broken] [original link is broken];

There are also some how to guides on Logic as well located here:

[http://wiki.sdn.sap.com/wiki/display/BPX/EnterprisePerformanceManagement%28EPM%29How-to+Guides]

You can use DimensionName.Property in the *WHEN statement like follows:

*WHEN ACCOUNT.ACCOUNTTYPE

*IS Y

*REC( .... )

*ENDWHEN

Thanks,

John

Answers (0)