cancel
Showing results for 
Search instead for 
Did you mean: 

/UI2/CL_DATA_ACCESS and JSONPATH

SuhasGavas
Newcomer
0 Kudos
293
The class "/ui2/cl_data_access" can be used to parse the json using jsonpath syntax. But this class is not available in the cloud environment. Are there any substitutes ? ABAP RESTful Application Programming Model SAP S/4HANA Cloud ABAP Environment ABAP Extensibility 
View Entire Topic
Dennis_Suck85
Participant
0 Kudos

Dear SuhasGavas,

In the ABAP Cloud, the class /UI2/CL_JSON could be used to parse JSON instead of the class /UI2/CL_DATA_ACCESS.

See examples here: 

ABAP Cloud - JSON Conversion

ABAP Code Samples : ABAP and JSON – Discovering ABAP

Best regards

Dennis