when implementing a SAP Gateway Service (using DPC_EXT Classes), I'd like to access some custom cookies.
But I dont seem to be able to access them...
Using following code
lo_faqcade = /iwbep/if_mgw_conv_srv_runtime~get_dp_facade( ).
lo_facade->get_request_header( ).
I get all the HTTP Request headers (Except the Cookie Header, which always seems to be empty here)