cancel
Showing results for 
Search instead for 
Did you mean: 

Key figure to display or edit mode with a Background Job

Former Member
0 Kudos

Hi All,

I have a KF X, which is in edit mode (input) in a PB/DV (1) and display mode in another PB/DV(2)

We have a requirement to change the KF X from edit mode to display mode for certain period and to edit mode for certain period in PB/DV (1). It has to change the mode with a background job or Macro.

I tried user layout macro as advised, however its not working in background JOB Please help.

TIA

View Entire Topic
RahulHanda
Active Contributor
0 Kudos

Hi,

The example provided was for live working in planning book w.r.t. dates. If you want to do w.r.t. dates and time then two options:

Use Badi /SAPAPO/SDP_INTERACT to influence the same, by writting logic for dates and time. In this case you need to mention either standard time or from reference from some table or some logic. See SAP note 401830 for the same.


401830 - Display <=> Change in Interactive Planning

Second option could be to write create a Badi Macro and put logic in the same with above badi and execute with your process chain. See SAP note 1119651 for the same.

1119651 - Creating a BAdI macro


I would suggest you to go through the above notes, understand the concept and take help of ABAPer to achieve this. I hope this will resolve your issue with background processing.


Regards

Rahul