cancel
Showing results for 
Search instead for 
Did you mean: 

BPC 10 NW - How can i retrieve TIME DIM's context value(from column axis) when cenll value is modified?

Former Member
0 Kudos

Dear All,

In BPC 10 NW, when data is modified in a particular cell and submitted, Within the script, I need TIME DIM value corresponding to the modified cell(s). I am showing the TIME DIM in the column axis. How can I do this?

Thanks in advance for the help!

Regards,

Peri

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Peri,

This context can automatically passed only in the default script. You can use %TIME_SET% variable. This variable will have the time member to which the data has been sent.

Hope this helps.

Former Member
0 Kudos

Thanks, Nilanjan.

Regards,

Peri

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

Hi Peri,

If you use the default.lgf script then in the variables like %DIMNAME_SET% you will get a scope containing members of the sent cells (in your case %TIME_SET%). If you want to pass TIME members to the script launched by DM, then it's much more complicated story:

http://scn.sap.com/people/sergey.nelyapenko2/blog/2013/01/10/how-to-deal-with-bpc-data-manager-packa...

B.R. Vadim

Former Member
0 Kudos

Thanks, Vadim.

Regards,

Peri