2008 Jan 14 4:13 PM
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!!
2008 Jan 14 4:18 PM
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.
2008 Jan 14 4:38 PM
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
2008 Jan 14 4:46 PM
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.