How to return HTTP code 202 within an action in ABAP RAP?
Hi all,I am interested in implementing the HTTP status code 202 within the action method async_posting. CLASS lhc_asyncflighttp DEFINITION INHERITING FROM cl_abap_behavior_handler.PRIVATE SECTION.METHODS:get_global_authorizations FOR GLOBAL AUTHORIZA...