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

sapliwol error

Former Member
0 Likes
545

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.

2 REPLIES 2
Read only

Former Member
0 Likes
467

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

Read only

0 Likes
467

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.