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

ERROR in program SAPLV14A (ECC 6.0)

Former Member
0 Likes
713

Hello experts,

We just upgraded to ECC 6.0

and the functional team is not able to create any sales order because of an error in program SAPLV14A

Here is the short text:

Short text

Syntax error in program "SAPLV14A ".

What happened?

Error in the ABAP Application Program

The current ABAP program "SAPLV69A" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "SAPLV14A " in include "LV14AU48

" in

line 114:

""NO-" expected, not "NO_"."

" "

" "

" "

The include has been created and last changed by:

Created by: "46CUPGSPAU "

Last changed by: "PATEL "

Error in the ABAP Application Program

The current ABAP program "SAPLV69A" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

The code is like this

IF NO_ERROR_IF_NEW_REBATE IS INITIAL.

  • Check auf KSPAE

IF CREATE_CREDIT_NOTE = YES OR

SAVE_CREDIT_NOTE = YES OR

DO_PRE_SETTLEMENT_CHECKS = YES.

  • Neues Verfahren ?

IF I_NEW_REBATE_PROCESSING = YES.

LOOP AT CONDITION

WHERE KSPAE = YES.

MESSAGE E780 WITH BONUS_AGREEMENT-KNUMA RAISING ERROR_MESSAGE.

ENDLOOP.

ENDIF.

ENDIF.

ENDIF.

Can anybody please tell me what is wrong?

1 REPLY 1
Read only

Former Member
0 Likes
466

Hello everyone,

I just found out that we had a wrong version of the FM (beta 1 apparently).

So we are trying to get the correct one.

What is the version beta 1?