‎2014 Nov 05 8:14 AM
Hi all,
When I save the SO document, the error occurrs in VA01.And i will receive a SAP email about this error in SO01.
the error:
Update terminated
> Update key: 609364E43087F103BDBBE41F13784B72
> Update module: RV_SALES_DOCUMENT_ADD
Run-time error "SYNTAX_ERROR" occurred
> Short dump "141105 110036 Server6- Sap2_DEV_01 " generated
How to solve it?
Thanks
Kical
‎2014 Nov 05 8:19 AM
You added some custom code in user-exits that could generate the dump?
Please post the complete core dump log from ST22
‎2014 Nov 05 8:19 AM
You added some custom code in user-exits that could generate the dump?
Please post the complete core dump log from ST22
‎2014 Nov 05 8:24 AM
There is no code in user-exits.And I had check the Number Range.
In ST22,
Runtime Errors SYNTAX_ERROR
Syntax error in program "SAPLCFBGRFCBUF ".
Error in the ABAP Application Program
The current ABAP program "SAPLV45V" had to be terminated because it ha
come across a statement that unfortunately cannot be executed.
The following syntax error occurred in program "SAPLCFBGRFCBUF " in in
"LCFBGRFCBUF$01 " in
line 14:
""CIFBTCHCUS" must be a flat structure. You cannot use internal tables
" strings, references, or structures as components. ."
" "
" "
The include has been created and last changed by:
Created by: "SAP "
Last changed by: "SAP "
Error in the ABAP Application Program
The current ABAP program "SAPLV45V" had to be terminated because it ha
come across a statement that unfortunately cannot be executed.
‎2014 Nov 05 8:38 AM
Hi,
please check structures CIFBTCHCUS and CI_BTCHCUS in SE11. They may contain only character and numeric fields.
Regards,
Klaus
‎2014 Nov 07 1:20 AM
Hi,
Thanks you,You are right.
But I don't know that how do i append a stucture into CIFBTCHCUS?
Kical
‎2014 Nov 05 8:20 AM
Hi,
first try ST22 to look into the Dump.
Second have a look into SAP-OSS with the Information of ST22.
Seems to be a SAP-Bug.
Regards, Dieter