Hi out there,
i want to have the following behaviour in an RFUI dialogue (it should trigger a movement with a selectable functionality):
First screen (first step) holds a field where the functionality (scrap, clearing ...) can be selected from a list using the LIST functionality in RFUI, I achieved that already using the customizing which can be seen in the following picture.
ZSONSL is the first step, in the PBO function module the List is created and "1 background" with function code LIST leads immediately to the List screen (holding only 1 entry at the moment)
when I select this one, I get back to this screen (but without and PBO or PAI processing within my function group):
Now I have to process this screen with ENTER to go on (see line 1 in first screenshot) to step PTHUSL.
My question is: Is it possible to process this screen in background and directly go on with the selected function to step PTHUSL? In other words: This screen never should show up really. The entry directly goes to the selection list and returning from selection list should directly go to step PTHUSL.
Hopefully my question is clear enough, Thanks in advance
Volker