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

va01 run time error

former_member397166
Participant
0 Likes
902

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

1 ACCEPTED SOLUTION
Read only

SimoneMilesi
Active Contributor
0 Likes
831

You added some custom code in user-exits that could generate the dump?

Please post the complete core dump log from ST22

5 REPLIES 5
Read only

SimoneMilesi
Active Contributor
0 Likes
832

You added some custom code in user-exits that could generate the dump?

Please post the complete core dump log from ST22

Read only

0 Likes
831

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.

Read only

0 Likes
831

Hi,

please check structures CIFBTCHCUS and  CI_BTCHCUS in SE11. They may contain only character and numeric fields.

Regards,

Klaus

Read only

0 Likes
831

Hi,

     Thanks you,You are right.

     But I don't know that how do i append a stucture into CIFBTCHCUS?

Kical

Read only

Former Member
0 Likes
831

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