Dear Team
Our business scenario needs to have flexibility to change the Deployement results. The deployement is run between plan location and dealer location.
When we view the result in the planning book, the deployement results appear in row "Distribution Receipts Confirmed" and this row is output only. (Non-editable).
Hence we planned to create add a new KF (Allocation plan) , Copy the results from Distrbution receipts confirmed to this row on a specfic date and make the changes in this row.
We have kept this row "allocation plan" as input/output.
We have written a macro -
![Macro.PNG]()
If we keep this macro as default macro, it copies the values but if I make any change in the values, the original values (same as distribution recepits confirmed) gets overwritten.
Hence we created a background job to execute the macro so that we can execute the same on a specific date.
![job.PNG]()
But after exectution of job, we get message as - It is not possible to use function ROW_INPUT() in background processing.
How to acheieve this?
We need that either the distribution receipts confirmed KF should be editable OR it should be copied in another row which is editable.