cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Dump on SAP CAL 1809 when trying to post goods movements (Program SAPMV45A)

Former Member
0 Kudos

Hi everyone,

I recently spun an instance of SAP CAL 1809 and as soon as I got in I noticed that Sales Order Creation cannot be executed as I get an ABAP dump on program SAPMV45A. I thought this would not be a big deal since I wanted to play around with Procurement functions. However when trying to run apps like MIGO, Goods Receipt via Inbound delivery or any goods movement whatsoever I'm running into the same exact ABAP dump (See below)

The current ABAP program "SAPLV45A" had to be terminated because it found a statement that could not be executed. In include "FOIDINNN ", in line 7 of program "SAPMV45A ", the following syntax errors have occurred: INCLUDE report "ROIDINNN" not found.

Seems like a pretty basic function on SAP that one should be able to use, right? Anyone else experiencing the same? Is there a solution to this?

Accepted Solutions (0)

Answers (6)

Answers (6)

alan_coelho
Discoverer
0 Kudos

The, activate BUSSINESS_FUNCTION_BASIS_COM there you will see OIA_EXCHANGE and OIC_COMMODITIES switches.

alan_coelho
Discoverer
0 Kudos

Hi.

Try expand BUSSINESS_FUNCTION_BASIS_COM there you will see OIA_EXCHANGE and OIC_COMMODITIES switches.

former_member246252
Discoverer
0 Kudos

Just create empty include ROIDINNN.

That's all...

batistadavi
Explorer
0 Kudos

Hello! I have this problem. My SAP is 1809 SP01, when I call VA01 I receive a error.

In SFW5 we have activated: BUSINESS_FUNCTION_BASIS_COM, BUSINESS_FUNCTION_BASIS_UTIL

Can you help me?

manfred_stein
Employee
Employee
0 Kudos

Hi Arturo

You can write me a PM and I can provide you with a better fix.

Sorry that this took so long

Manfred

anusha_nandan
Member
0 Kudos

Hi Manfred

I am facing the same issue. Even when I re-generate the include FOIDINNN by running the report RV80HGEN.

Can you please help me.

Thanks,

Anusha

JoergWolf
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Anusha,

if this is also with 1809 SP00, please search for corresponding SAP notes (plus, it might also be an expired license key on the JAVA server since this is used for some credit checks).

Other than that it might be worth trying with a higher FPS of 1809 (or even 1909) if this serves your business need.

If the error still persists, please open a separate thread instead of commenting on old threads.

Best,Joerg

mankar_yogesh
Explorer
0 Kudos

Hi Manfred

We are getting same dump while executing MIGO transaction . This is probably started happening after we activated Business function “BUSINESS_FUNCTION_BASIS_COM

We tried to regenerate the include FOIDINNN by running the report RV80HGEN. But it did not fix the issue

Could you please share if there is alternative fix?

regards

Yogesh Mankar

manfred_stein
Employee
Employee
0 Kudos

Hi Arturo

I did a search on SAP Notes, here is what I found in note 1762129:

Syntax error in program "SAPMV45A ".
include "FOIDINNN" in line 7:
"INCLUDE report "ROIDINNN" not found"

Other Terms

Syntax error in program "SAPMV45A "

Reason and Prerequisites

The include FOIDINNN should include the include "ROIDINNN" .if this is not found and when the switch is in stand-by mode this results in syntax error of the program SAPMV45A.

Solution

Please try to regenerate the include FOIDINNN by running the report RV80HGEN.

--------------------

Are you familiar with SE80 & Co?

Please let me know if it fixes your issue

Manfred

Former Member
0 Kudos

thanks for the speedy answer Manfred. After running the report on SE38 I got the same dump again.

Wondering if I should go and create the include manually? It is already declared in Include FOIDINNN and should be simple to create and activate the include ROIDINNN.

Would this break anything?