‎2008 Jan 31 3:48 PM
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?
‎2008 Jan 31 4:11 PM
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?