Application Development 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: 

IDOC_INBOUND_FROM_FILE

Former Member
0 Kudos

hi,

i'm using IDOC_INBOUND_FROM_FILE to read the content of text file, then i want to convert it into idoc.

for that i have created one file port using we21.

But while i'm executing IDOC_INBOUND_FROM_FILE (by giving filepath and port)system is telling error in opening file.

can anyone help me......this is vey urgent

2 REPLIES 2

laxmanakumar_appana
Active Contributor
0 Kudos

Hi,

might be error due to two reasons :

1. No authorization to open file

2. Error at OPEN due to invalid path

check these things and also Check this program : RSEINB00

Regards

Appana

Former Member
0 Kudos

Hi,

I am facing a simolar problem. If you have solved the problem please reply how you did it.