We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188199f commit 73b1c37Copy full SHA for 73b1c37
docs/advanced/downporting.md
@@ -24,9 +24,7 @@ CLASS z2ui5_cl_launchpad_handler IMPLEMENTATION.
24
25
METHOD if_http_extension~handle_request.
26
27
- DATA lo_handler type ref to z2ui5_cl_http_handler.
28
- lo_handler = z2ui5_cl_http_handler=>factory( server ).
29
- lo_handler->main( ).
+ z2ui5_cl_http_handler=>run( server ).
30
31
ENDMETHOD.
32
0 commit comments