Hello,
i have tried to implement the SFLIGHT Demo Example from the document "How To... Software Development Kit for the ABAP Development Tools".
On Page 6 in Method GET_CONTENT_HANDLER there is a static call on
RESULT = CL_ADT_REST_CNT_HDL_FACTORY=>GET_INSTANCE( )->GET_HANDLER_FOR_XML_USING_ST(
exporting
ST_NAME = CO_ST_NAME
ROOT_NAME = CO_ROOT_NAME ).
This call causes a syntax error:
Description | Resource | Path | Location | Type |
Method "GET_HANDLER_FOR_XML_USING_ST" is unknown or PROTECTED or PRIVATE. | Z_CL_01_SFLIGHT_RES_FLIGHT (Global Class) | [XXX] Z_CL_01_SFLIGHT_RES_FLIGHT (Global Class) | line 76 | ABAP Syntax Check Problem |
In the CodeJam in Hamburg you mentioned that the API is availible in Release 7.31 (SP4) and higher.
Do we have to handle it in another way on release 7.31?
Regards,
Christian