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

BDC in Background

Former Member
0 Likes
420

Hi Experts,

I have an problem,

While BDC session method scheduling in background i need to take file from presentation server. for this which function module we have to use.

Thanks.

Amit.

Hi Experts,

I have an problem,

While BDC session method scheduling in background i need to take file from presentation server. for this which function module we have to use.

Thanks.

Amit.

2 REPLIES 2
Read only

Former Member
0 Likes
401

You cannot use a FIle from the presentation sever while running the program in background.

Use UNIX - applicaton sever to read or write the file. Using OPEN DATASET commands.

Cheers

VJ

Read only

former_member194669
Active Contributor
0 Likes
401

Hi,

If BDC runs in background and file need to be get from presentation server not possible.

you need to copy the file to application server directory.