Skip to Content
0
Jan 23, 2019 at 07:01 AM

BPC Script Logic: can destination new dimension insert value ?

81 Views

Hello All,

While sending data from one model to another model can modify destination new dimension with a different value.

Not with the constant value.

Eg.

*DESTINATION_APP = OSG_SALES

*ADD_DIM CUSTOMER = 'NONE' (Added New dimension here)

*WHEN FLOW

*IS F999

Want to modify new dimension (CUSTOMER) below with value

RFC (EXPRESSION = %VALUE%, CUSTOMER = ENTITY.ID )

How can I achieve this one

Thank you