Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Actively run through PBO/PAI without setting new OK_CODE

Fabian_Kegel
Product and Topic Expert
Product and Topic Expert
0 Likes
381

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

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

1 REPLY 1
Read only

Fabian_Kegel
Product and Topic Expert
Product and Topic Expert
0 Likes
357

Hi,

sorry for that. Solved the problem in another post.

Regards,

Fabian