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: 

Suggestion on RSEINB00 ( file to idoc)

Former Member
0 Kudos

Hi,

What is the use of port in program RSEINB00. How does the program identifies to which idoc it has to convert the flat file.

Should we maintain any control record in the header of the flat file.If yes can anybody give me the format of the file which RSEINB00 identifies.

Will I be maintain a remote location for flat file in program RSEINB00 through FTP connection or the file has to from application server itself.

Thanks & Regards,

Karthik.k

1 REPLY 1

Former Member
0 Kudos

Hi Krishnan,

You need to pass the control record.

Std code checks whether the first record is a control record and then on tries to fetch the other details.

I suggest one debug of IDOC_INBOUND_FROM_FILE or the main program RSEINB00 would help a lot.

Rgds,

HR