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

ABAP Programming Error - COMPUTE_LOG_ERROR in AS01 Transaction

Former Member
0 Likes
550

Hi everyone,

I'm getting a Runtime error while creating Asset through transaction AS01.

When I save, system is executing source code in below

Subroutine - JAPAN_AFA

Include      - LAFARF04

Program    - SAPLAFAR

where system is trying to find Exponential Logarithmic value of a Local variable L_ERGEBNIS1 which has value 0.0000000000000000E+00.

Because of this incorrect value, system is throwing a runtime error.

Find the attached screen shots.

Kindly help/suggest/guide to solve this runtime error/dump.

Thanks in advance.

Regards,

Narendran.S

1 REPLY 1
Read only

vamshi_mohan
Participant
0 Likes
498

Hi,

As this is an Arithmetic Error in standard program, you can check the input values on AS01. Asset Class, Company Code and Number of Similar assets.

This should not usually result in short dump in Production environments. So you can attempt to AS01 in any other environemnt other than sandbox. May be in Development or Regression testing.

If the above doesn't work and problem occurs in Production environment, you need to check / raise an OSS note.

Regards,

Vamshi.