cancel
Showing results for 
Search instead for 
Did you mean: 

MDG-M: input data not visible

hannes_henninger
Explorer
0 Kudos

Hi everybody,

I implemented a pop up to fill some data, like material-type and plant.

This pop up shows up after the initial screen of MDG-M. The entered data is then stored via WRITE_ENTITY_DATA of convenience-API.

Unfortunately the popup-entered data is not directly visible in the following BS_MAT_OVP_05 screen.

It only gets visible after some action, e.g. checking the data or inserting some values in other fields.

Does anybody have an idea/hint what causes this problem?

Best regards,

Hannes

Accepted Solutions (0)

Answers (1)

Answers (1)

benjamin_allsopp
Active Participant
0 Kudos

Hi Hannes,

As far as I am aware the WRITE_ENTITY_DATA method of the convenience API writes the data to the buffer of the change request.

This buffer will then get written to the database on the next round trip event which is why your data appears after an action.

You will need to use the SAVE method in the same API to save the buffered data into the appropriate tables.