Show TOC

/IWBEP/IF_MGW_ENTRY_PROVIDERLocate this document in the navigation structure

Use

This interface can be used to access and deserialize the data of an update/create (PUT/POST) action from the consumer.

Methods

Method READ_ENTRY_DATA

This method provides the entry point for getting the data either of an entry which was sent via a HTTP POST (create) or via a HTTP PUT (update) request.

Parameter

Description

ES_DATA

Reference to a structure to which the data should be deserialized. In case of a simple create/update es_data is bound to a flat structure. In case of a deep insert a nested structure is expected.