SAP ICF POST SERVICE ABEXA



Get Example source ABAP code based on a different SAP table
  


VX_EXA_ONLY

ABAP_ICF - Calling an HTTP Service Using the POST Method
This example demonstrates calls of an HTTP service in ICF and a Web browser. The input data is passed using the POST method.

ABAP_SOURCE_CODE
DEMO CL_DEMO_HTTP_POST_SERVICE

ABAP_DESCRIPTION
This example has the same structure as the executable example Calling an HTTP Service. In this case, the method IF_HTTP_EXTENSION~HANDLE_REQUEST of the class CL_HTTP_EXT_SERVICE_POST_DEMO is used to demonstrate how user input sent by a HTML page form generated by the handler class is sent using the POST method and read using the method GET_CDATA.



Latest notes:

The HTTP service must be activated in transaction SICF before the example can work.
ABAP_HINT_END