cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieve member from current record in Logic Script in BPC 10.0 or 10.1 NW Version

Former Member
0 Kudos

Hi,

I am trying to find Command or Option to retrieve member from current record in Logic Script in BPC 10.0 or 10.1 NW Version

For Example:

Let assume that following is my transnational data:

Entity

PC

CC

Signed data

NO_EN

NO_PC

C001

10

NO_EN

NO_PC

C002

20

NO_EN

NO_PC

C003

30

NO_EN

NO_PC

C004

40

My Scoping section is:

*XDIM_MEMBERSET PC = <ALL>

* XDIM_MEMBERSET CC = <ALL>

* WHEN CC

*IS*

Question:

When above code is execute, system will start processing one record after other. I want to know which CC member it is processing.

I had tried following options but no luck yet.

[CC]

[CC].CURRENTMEMBER

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member192509
Participant
0 Kudos

Hi Rama,

What exatly you want to do with the current member?


Regards,

Mario