‎2007 May 11 8:48 AM
Hi all..
While saving a document with VA01 (using the transaction for the first time on a new system) I get the following error:
Error in ABAP application program.
The current ABAP program "SAPMV45A" had to be terminated because one of the
statements could not be executed.
This is probably due to an error in the ABAP program.
In program "SAPLIWOL ", the following syntax error occurred
in the Include "SAPLIWOL " in line 29:
"INCLUDE report "FLT_S94_IWOL_01" not found."
How can I solve this...is a Sap Standard program.
10x.
‎2007 May 11 8:58 AM
Hi Andrew,
Go to SE38. Enter the include name <b>FLT_S94_IWOL_01</b> in Program field.check whether it exist or not?
If exists then activated or not?
Reward points if helpful.
Regards,
Hemant
‎2007 May 11 9:15 AM
I don't have the program..
sapliwol looks like this
..................................
INCLUDE LIWOLFHW.
INCLUDE LIWOLO11.
INCLUDE LIWOLO12.
INCLUDE LIWOLO13.
INCLUDE LIWOLO14.
*{ INSERT PA9K002376 1
INCLUDE FLT_S94_IWOL_01.
this PA9K002376 is a correction or what..?? I didn't find it on sap notes..
10x.