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

Presentation server file could not be read/found: 4

Former Member
0 Likes
992

Hello,

I am trying to display/change a sequential file on the presentation server with RFBITO00. I want to use the file to create a batch input file.

The file is created according to the guidelines for RFBIBL00.

Executing RFBITO00 results in :

"Presentation server file could not be read/found: 4"

Trying to import the file from transaction SM35 results in:

"BDC_INSERT, session not opened"

I have been looking carefully for errors in the structure and fields of the file but that all seems OK to me.

Any ideas?

Hello,

I am trying to display/change a sequential file on the presentation server with RFBITO00. I want to use the file to create a batch input file.

The file is created according to the guidelines for RFBIBL00.

Executing RFBITO00 results in :

"Presentation server file could not be read/found: 4"

Trying to import the file from transaction SM35 results in:

"BDC_INSERT, session not opened"

I have been looking carefully for errors in the structure and fields of the file but that all seems OK to me.

Any ideas?

2 REPLIES 2
Read only

Former Member
0 Likes
640

May be an access right problem ?

Erwan

Read only

Former Member
0 Likes
640

u might not have access to use this file in the transaction...May be u can write a program to upload this data using GUI_UPLOAD and use a BDC to create a session in SM35 and process it.