Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Error when running a report writer

Former Member
0 Kudos

Hi,

I am getting an error ("Internal error: More than 999 GREP blocks were requested") when running a report writer.

The error diagnosis is:

**********************************************************************

Internal error: More than 999 GREP blocks were requested

Message no. GR 215

Diagnosis

An internal error occurred in the Report Writer.

When running the program, you selected the option to store your results

permanently. However, when the selected data was stored in blocks in

the GREP file, the maximum number of blocks was exceeded.

System Response

The selection program was terminated.

Procedure

Inform your system administrator.

You may have to increase the block size for the GREP blocks.

**********************************************************************

Anybody knows how to increase the size of GREP blocks?

Thanks in advance.

Regards,

Arun Mohan

1 ACCEPTED SOLUTION

former_member235056
Active Contributor
0 Kudos

Hi,

ASK the basis person to clear the buffers and allocate some space for GR records.

Pls reward points if answer is useful.

Regards,

Ameet

4 REPLIES 4

former_member235056
Active Contributor
0 Kudos

Hi,

ASK the basis person to clear the buffers and allocate some space for GR records.

Pls reward points if answer is useful.

Regards,

Ameet

0 Kudos

Hi,

Can you please give me more details on how to do this ?

Regards

Christopher

david_liu1
Advisor
Advisor
0 Kudos

Hello,

The reason for the error GR215 is that too many data blocks are being

processed.

The explanation is one of the following:

- You have variation activated in the report

- A large group of objects is being processed and the report output

fails due to the large data size

- the selected data is reaching the technical restriction

Check the SAP note 64537. This note advises you to set the BLOCK SIZE parameter

in the coding to 500000. However, the maximum value possible is 999999. You may -

if you already implemented the coding change of SAP note 64537 - raise the parameter

once more to 999999.

If the error then still remains the selected/processed data is definitely too much.

Then check the report definition in comparison to SAP notes 317574 and 387414.

Regards,

David

0 Kudos

Great... Thanks David