cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP API to store DATE value in MDM 5.5

Former Member
0 Kudos

Hello All,

Currently I am working on MDM 5.5 and need to have some suggestions on ABAP API Function module to store date values in MDM.

We have interface from where we take the user input which updates the field value back in the MDM.

On the basis of similar scenario we have "DATE" field on the interface which will update the date and time in MDM, also we are making use of ABAP API for development.

The problem is that data type mismatch is happening between MDM and ABAP API,please let me know which ABAP API Function module should we use which simply accepts the DATE and TIME for every single record.

Source code provided will be much more appreciable.

Regards,

Swapnil

View Entire Topic
Former Member
0 Kudos

Hi Swapnil,

To update fields in MDM with data type Literal Date and Time ,u need to use data type MDM_CDT_DATE_TIME in ABAP side.

Regards,

Neethu Joy