Application Development and Automation 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: 
Read only

Dump in transaction c261

Former Member
0 Likes
973

Hello All,

While running transaction C261 I am getting a dump

I have put error analysis

I did not find any notes in SAP

Error analysis

    An exception occurred that is explained in detail below.

    The exception, which is assigned to class 'CX_SY_CONVERSION_OVERFLOW', was not

     caught in

    procedure "DATENSATZ_REKONSTRUIEREN" "(FORM)", nor was it propagated by a

     RAISING clause.

    Since the caller of the procedure could not have anticipated that the

    exception would occur, the current program is terminated.

    The reason for the exception is:

    When attempting to convert the value 12469756, an overflow occurred.

1 ACCEPTED SOLUTION
Read only

former_member223981
Active Contributor
0 Likes
853

There is a pilot note that exists (note 1458973) that could help with this issue. I would contact SAP and request if you can be added as a pilot customer, then test the issue after you apply the note.

Hello All,

While running transaction C261 I am getting a dump

I have put error analysis

I did not find any notes in SAP

Error analysis

    An exception occurred that is explained in detail below.

    The exception, which is assigned to class 'CX_SY_CONVERSION_OVERFLOW', was not

     caught in

    procedure "DATENSATZ_REKONSTRUIEREN" "(FORM)", nor was it propagated by a

     RAISING clause.

    Since the caller of the procedure could not have anticipated that the

    exception would occur, the current program is terminated.

    The reason for the exception is:

    When attempting to convert the value 12469756, an overflow occurred.

3 REPLIES 3
Read only

Former Member
0 Likes
853

Well, as you wrote, this is the problem: an overflow occured when converting this number.

You could put a breakpoint there and see from where is is called. Eventually you can create an OSS-message.

Best regards,

Thomas Wagner

Read only

former_member223981
Active Contributor
0 Likes
854

There is a pilot note that exists (note 1458973) that could help with this issue. I would contact SAP and request if you can be added as a pilot customer, then test the issue after you apply the note.

Read only

0 Likes
853

Thank you so much Noel...I have this note given by SAP. Our technical team is implementing it. I hope it will resolve my issue.