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: 

Update was terminated: ABAP SYNTAX_ERROR

Former Member
0 Kudos
72

Hi all,

We are loading customer information with transaction FB01 and we are getting this:

Update was terminated

SystemID....

Client.....

User....

Transaction....FB01

Update Key......

Generated....

Completed.....

Error Info...00 671: ABAP/4 processor: SYNTAX_ERROR

We've been investigating into the forum and in many posts people say that it could be a range of number inconsistency,

Can anyone help us?? Is urgent!!

Thanx all!!

3 REPLIES 3

ThomasZloch
Active Contributor
0 Kudos
47

number range inconsistency would rather lead to DUPREC short dump.

Find out in which object the syntax error is located (e.g. via ST22).

a) custom development: slap the programmer

b) Standard SAP object: search SAP notes and if unsuccessful report the error to SAP

with FB01 it could also be a validation or substitution that causes the problem, in that case slap the functional consultant.

Former Member
0 Kudos
47

Hi

This type of error normally come when COMMIT WORK command is being executed.

So during uploading of a single data, go in the debugging mode and switch on the update debugging option.Put a break point on COMMIT WORK and then once the control reaches there, do single stepping to find out more abt the termination.

Thank you.

Regards

Srinivas Rao

Former Member
0 Kudos
47

Hi,

Problem could be in standard program. You can try searching for SAP-OSS notes based on the transaction code and error analysis.

You can get error analysis in ST22. If you could copy paste that error message here then it would be easier to identify the actual cause of short dump.

Regards,

Pratiksha.