cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BPC Work Status override via ABAP

PankajVPatil
Participant
0 Likes
243

Hi Experts,

We have a Data Manager Package where the write back to the cube occurs via the standard WRITE_BACK ABAP method of SAP rather than the WRITE = ON LGF parameter. In this standard write back method, there is a work status related parameter (str: UJR_S_WORK_STATUS) which can be used to configure the way the method needs to handle the work status during the writing back of data. I know there are 3 individual sub-parameters within the UJR_S_WORK_STATUS; however want to know what values each of the 3 sub-parameters can hold and what does each value signify ?

Also appreciate if any one can help with overall documentation around the GS_WB_PARAM parent parameter that holds the work status and other configuration and which is passed to the WRITE_BACK method.

Thanks,

Pankaj

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Likes

Please read here

A the end in the code sample....