cancel
Showing results for 
Search instead for 
Did you mean: 

GL Data Initial Load

former_member1270519
Participant
0 Kudos

Hello,

We're trying to import existing GL Data to MDG in a co-deployment environment using the following document http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6080be2a-1937-3110-159b-ebf81b749...

We're able to set up MDGMX and extract data for GL Accounts to a local machine and have uploaded these xmls to file system on MDG server.

We're also able to view these files in the MDG-F import tool as per below screenshot

However, after importing the data, the run gets cancelled and generates the following ST22 dump.

Any clues on what can be done to successfully import the data?

Thanks,

Sagar Dixit

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sagar,

Did you try the "Simulate Import" option  and check the "Display Monitoring" to see the logs for more information ?

former_member1270519
Participant
0 Kudos

Hi,

Yes, the run status is canceled and below is the screenshot of details section. Please let us know if we should try something more

Thanks,

Sagar Dixit

Former Member
0 Kudos

Hi Sagar,

Please try to check the dump for more information. In which method dump error has occurred and in which field?

I think you cannot put a breakpoint and debug directly in foreground. May be try to create a Pre Exit for the method in which dump has occurred in the class CL_MDG_UPLOAD_APPL and put an infinite loop in code for your user id. For example  in methods LOAD and PERFORM_ASYNC_LOAD


IF sy-uname = 'TESTUSER'.
   DO.
   ENDDO.
ENDIF.

Try to Import data and then job will be triggered and will hang in infinite loop. Now go to SM50, then select your process and in menu go to -> Administration -> Program -> debugging. Start debug to see what happens during run time.