Hi,
how is it possible to actively run through PBO/PAI without setting a new OK_CODE. I found the following method.
CALL METHOD cl_gui_cfw=>set_new_ok_code
EXPORTING
new_code = 'new_ok_code'
IMPORTING
RC =.
Here I have to set a new OK_CODE. Is there any command or method that only initiates PBO/PAI again?
Best regards,
Fabian