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: 

Run time Error STRING_SIZE_TOO_LARGE CL_HTTP_UTILITY===============CP

Former Member
0 Kudos

Hi Everyone,

I have to execute a custom report using a report variant.But when I select the variant and hit  the Enter key,  I get the following Dump:

Category               ABAP Programming Error

Runtime Errors         STRING_SIZE_TOO_LARGE

ABAP Program           CL_HTTP_UTILITY===============CP

Application Component  BC-MID-ICF

Short Text

    Maximum string length exceeded

What happened?

    Error in the ABAP Application Program

    The current ABAP program "CL_HTTP_UTILITY===============CP" had t

     terminated because it has

    come across a statement that unfortunately cannot be executed.

Error analysis

    A string with a length 2194916440 (bytes) was about to be created.

    However, this length exceeds the maximum size possible for a string of

    2145386496.

Trigger Location of Runtime Error

    Program                                 CL_HTTP_UTILITY===============CP

    Include                                 CL_HTTP_UTILITY===============CM002

    Row                                     3

    Module Type                             (METHOD)

    Module Name                             IF_HTTP_UTILITY~ENCODE_BASE64

Source Code Extract

Line  SourceCde

    1 method IF_HTTP_UTILITY~ENCODE_BASE64.

    2

>>>>>   system-call ict

    4     did

    5       ihttp_scid_base64_escape

    6     parameters

    7       unencoded                          " >

    8       encoded                            " <

    9       c_last_error.                      " < return code

   10

   11 endmethod.

Could you please provide your help on this.

Thanks,

Faraz Khan

7 REPLIES 7

rosenberg_eitan
Active Contributor
0 Kudos

Hi,

From SAP help:

ABAP Keyword Documentation

Regards.

0 Kudos

Hi Eitan,

Thanks for the information.

Could you please let me know , if I have to ask Basis team to take care of the memory issue or there is anything from ABAP side required.

Thanks,

Faraz Khan

0 Kudos

Hi Faraz,

There is nothing you can do from ABAP side for this issue.

0 Kudos

Hi Faraz,

How are you?

I think its related to Basis, please ask them to check once

~DP

0 Kudos

Hi,

How come you have a string with 2194916440 bytes long ?

Regards.

0 Kudos

Hi Dhaneshwari,

I am fine.Thank you.

Hope you are doing great.

Sorry for the delayed reply.

I raised one OSS incident and SAP suggested note # 2122480.

We have not implemented this yet.

I will update you once this issue is fixed.

Thanks,

Faraz Khan

0 Kudos

Hi Eitan,

Sorry for the late reply.

We have recently upgraded our systems and post upgrade we are facing this issue.

I raised one OSS incident and SAP suggested note # 2122480.


As per SAP, in class CL_DYNP_RAL_SELECTION -> GET_SELECT_OPTIONS


variable <fs_field>-type is not getting cleared.


We have not implemented this note yet.

I will update you once this issue is fixed.

Thanks,

Faraz Khan