cancel
Showing results for 
Search instead for 
Did you mean: 

BPC75NW: How to generate list of accounts with a specific prefix

PankajVPatil
Participant
0 Kudos

Hi Experts,

I need to generate a list of accounts (to be scoped in LGF script file) starting with 'A_'.

How do I acheive this in BPC7.5 NW version ?

Regards,

Pankaj.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

One of the ways could be to have a property for all these accounts or any other criteria you may have and use the XDIM Filter statement as below:

*XDIM_FILTER ACCOUNT= [ACCOUNT].PROPERTIES("ACC_CAT")= "XXXX"

Thanks,

Sreeni

PankajVPatil
Participant
0 Kudos

Hi Sreeni,

Thanks for the input. Yes, as a work-around there is a property.

The selection should be as follows:

All accounts where (ALLOC_TYPE like 'A_%'). I interpret this as all accounts having alloc_type member values starting with A_

How do I simulate like and % identifiers in script logic ?

Regards,

Pankaj