Dear all,
I am playing with the RF Queue Determination BADI and I woul like to share my thoughts with you.
I am considering using the RF Queue BADI for something else than Queue Determination:
IF Queue is XXX, AND the Two Step Confirmation status is yellow (ls_TAP-PVQUI = 'x'), then I want to CLEAR the current document number as shown in Transaction LRFMD.
So, rather than determining a Queue, I want to perform a CLEAR.
Will it let me use this BADI for this purpose? Am still strugling the term after CLEAR
IF ls_tap-queue = 'KLEXP-05'
AND ls_TAP-PVQUI = 'X'.
clear LRF_WKQU-DOCNUM.
ENDIF.
Thank you for your time,
Best regards,
Nick