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

Access Presentation Directory From Background

Former Member
0 Likes
410

Hi,

I would like to know if is there any fm that access a presentation server dierctory (workstation) and list its files from background abap program, without using rfc.

Thanks,

Roberto

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
383

u cant read any data from presentation server in background mode....to read data u have to process from foreground mode only....

else use CG3Z to upload data from presentation server to application server and then use background mode by using DATASETS concepts and upload the data.

Hi,

I would like to know if is there any fm that access a presentation server dierctory (workstation) and list its files from background abap program, without using rfc.

Thanks,

Roberto

2 REPLIES 2
Read only

Former Member
0 Likes
384

u cant read any data from presentation server in background mode....to read data u have to process from foreground mode only....

else use CG3Z to upload data from presentation server to application server and then use background mode by using DATASETS concepts and upload the data.

Read only

Former Member
0 Likes
383

Used a directory in application server