cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MDG Flex Mode - Handler class for Custom Objects

Former Member
0 Likes
3,767

Hi SCN,

I have created a custom Data Model (Flex Mode) and did the complete set-up of the UI and process.

In the GET_DATA method of a feeder class behind one of my UIBB I'm clearing the value of an inputfield based on certain conditions.

When leaving the GET_DATA method the value of the inputfield is cleared which is good, however in the MDG table the old value from before the clear has been saved.

When a value is not correctly saved to the database in MDG BP you can take a look in the handler class mappings 2API, however I can't seem to find a handler class for Cusom Objects.

Is there something similar to a handler class for custom objects where I can investiate why the data is not correctly persisted?

Thank you in advance for your response.

Kind regards,

Niels De Greef

View Entire Topic
sreenu_b2
Explorer
0 Likes

Hi Niels,


Could you check doing the same in BADI usmd_ui_event2  method MODIFY_VIEW in parameter  CT_DATA.


Regrds

Bandi