cancel
Showing results for 
Search instead for 
Did you mean: 

Create sales order through LSMW

Former Member
0 Kudos

Hi all,

Recently I have to do data migration and create sales order through LSMW.

I used the following standard Batch/Direct Input method.

Object 0090

Method 0000

Program RVINVB10

However, when I do the last step of LSMW  "Start Direct Input Program"

Errors 'file " " is not open' occurs and the error screen is captured and attached.

I have no idea why this error occurs. It seems that the converted file in application server cannot read by program RVINVB10.

Please help me.

ManKit

Accepted Solutions (0)

Answers (5)

Answers (5)

Jan-WillemK
Active Participant
0 Kudos

If someone still faces the same problem:
The program RVINVB10 expects as a logical filename explicitly "SD_ORDERS_FILE". This file should be configured correctly. See OSS note 1856271.

Former Member
0 Kudos

Hello,

the same happened to me. I resolved updating the physical file path in trx FILE with the value  "SD_ORDERS_FILE.lsmw.conv" on the logical file SD_ORDERS_FILE.

For some reason (bug in the program? maybe this program is obsolete), there was no accordance with the file created at the preceding step of LSMW.


Best regards


Lorenzo

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi MKW, Has this been resolved? We are also getting this error and we have no idea whats wrong. Logical path is correctly maintained in FILE

former_member187652
Contributor
0 Kudos

hi MKW,

Please check if your file and  filepath is correctly defined in your LSMW.

Former Member
0 Kudos

Thank you for your reply, Shichang.

I checked the file and file path.

In the step "specific files" , logical path and logical file is defined.

In the step "Start Direct Input Program", I have selected that logical path.

I still have no idea what happened. please help.

former_member187652
Contributor
0 Kudos

Dear:

Your original file is in csv format, I guess you will have to convert it to formatted text and try again. Keep me posted.

Former Member
0 Kudos

Thank you for reply.

I converted the csv file to txt format.

unfortunately, same error still appeared.