Skip to Content
0
Former Member
Oct 25, 2005 at 07:36 AM

Actively run through PBO/PAI without setting new OK_CODE

24 Views

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