cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP RUNTIME ERROR WHEN RUNNING THE ME2J report

Nava123
Discoverer
0 Kudos
376

Hi 

Could anyone please help to provide solutions / suggestions on the ABAP runtime error when I run the ME2J report.

I would like to get the export of all PO issued for the proejct and the application terminates due to an ABAP runtime error.

Thanks very much.

Accepted Solutions (1)

Accepted Solutions (1)

DominikTylczyn
Active Contributor

Hi @Nava123 

As your report times out you need to either narrow down the selection criteria so the report retrieves less data and runs faster or run the report as a background job.

Best regards

Dominik Tylczynski

Answers (1)

Answers (1)

Rajat_K
Explorer
0 Kudos

Hi,

There can be multiple reasons for runtime error, but assuming that the data you are requesting is having huge number of entries, please try with some additional filters. 
You can specify plant, document type, document date, year. You can also filter for specific date ranges. 
If still there is same runtime error, then additional details about the runtime error might help to understand the issue.