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

SAP MDG Initial load

0 Likes
2,187

Good day experts

1. May you please advise on how to see if initial load was done in MDGF. GL accounts, cost elements,FSI items etc.

Which tables, or where/ how can I see the accounts in MDG?(staging tables/active tables?)

2. How do we load cost elements in MDG( I am planning to use MDMGX and DIF for account ∁any but i noticed cost elements require use of function modules). Please provide steps if possible

3. What is the Load sequence for GL master data using DIF?

You can answer all/any.

Thank you and regards

Accepted Solutions (1)

Accepted Solutions (1)

RiccardoBrogi
Product and Topic Expert
Product and Topic Expert

Hello saanvi829

  1. The easiest way is to launch the various MDG-F search screens (for example, for GL accounts), run a search and verify that the system returns the desired records. An other option is to use report USMD_DATA_MODEL to check the content and the number of records of the various tables related to data model 0G.
  2. Please refer to the official documentation of MDG-F and to SAP Note 2707723.

BR,

R.

Answers (1)

Answers (1)

former_member360870
Active Participant

Hi Saanvi Reddy,

first of all in general regarding MDG-F initial load I would recommend to review the How to Document 'Using the Master Data Management Generic Extractor (MDMGX) for Initial Load in MDG-F' at our MDG Community page under the URL https://community.sap.com/topics/master-data-governance/how-to (where you can find many other useful How to... documents).

1) Since MDG-F using the flex data model the loaded data is saved into the staging tables of the data model 0G. You can check the content of the MDG-F staging tables in the transaction MDG_DATA_MODEL for the relevant data model.

2) You can refer here for the above mentioned How to document, I think

3) Also you can refer to the above referenced How to document. Since ACCCCDET (B-segment) entity is interdependent with ACCOUNT (A-segment) entity, you should load ACCOUNT first, so than you load ACCCCDET data.

Best regards,
Attila Toth
SAP Product Support

0 Likes
  1. Define the function modules for the cost elements as follows:

    1. Choose Define Function Module Parameters for Exceptional Cases and search without attributes.

    2. Choose the Create button, and enter CostElement as the object type and MDM_ERP_CELEM_EXTR as the function module. Do not provide an input parameter.

    3. Save your entries.

    4. Repeat the procedure for the function module MDM_ERP_CELEM_DESCR_EXTR.

this is what the official documentation says, and I have done that. If you can , may you please provide the steps of how the actual extraction and loading of the cost elements is done. thank you