2016 Mar 09 4:02 PM
HI,
We are trying to achieve following thing
When FPL9 transaction is executed for the first time, we want to display items that are not reversed
Similar to what we can do using option Settings -> W.O. Reversal
I tried using FQEVENT 12* but it did not work as expected. If anyone has done this before, please share your inputs.
Thanks,
Suhas.
2016 Mar 09 4:43 PM
Hi Suhas,
Have you checked event 1205.This is responsible for supplementing a selected item in the account balance
By setting the E_DO_NOT_DISPLAY_LINE parameter, you prevent a selected item from being displayed.
So based on the I_FKKL1-LSTYP='All Items', and I_FKKL1-AUGRD='05', you can set the parameter
E_DO_NOT_DISPLAY_LINE = 'X'
Hope it helps...
Thanks,
Amlan
2016 Mar 09 4:59 PM
Hi,
You could also try Event 1256 if 1205 doesn't work.
Regards,
Ivor Martin