cancel
Showing results for 
Search instead for 
Did you mean: 

Master Data creation via MDG Fiori vs SAPGUI

ziguiistall89
Discoverer
0 Kudos

Currently our users can only create GL Master via MDG in fiori.

When I update a GL Master via GUI, it's not updated into the Fiori screen. is this normal?

E.g. our BP creation also needs to go through MDG.
However when I update the BP via GUI, I can see the updated change in Fiori tile. But not for GL Master

Accepted Solutions (0)

Answers (1)

Answers (1)

derek_shao
Explorer

Hello Zoon,

Good day.

The logic of MDG-F against MDG-M and MDG-BP/C/S is different.

MDG-F uses the flexible mode, the data for MDG stores in the flexible table.

If you directly update the Financial objects in backend transaction, the detail will be saved into the tables for example SKA1/SKB1 but not the flexible table.

Any update in MDG-F will firstly save the detail in Flexible table, and a replication should be triggered to sync the flexible table with the SKA1/SKB1 tables.

Note: when starting use MDG-F, an initial load should be done to load the data from backend tables into MDG(Flexible tables).

However, for MDG-M and MDG-BP/C/S uses the reuse mode.

The detail of the master data will be retrieved from the reuse active area which means the tables like BUT000/MARA.

And once change request is created, the detail for an object in change request will be saved into the staging tables.

The entry in staging tables will be sync with the reuse active area after the CR activation.

Furthermore, a general recommendation when MDG is used is to stop using the backend transaction to manage the master data and this applies for all domains.

Thank you.

Best Regards,

Derek