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: 

accessing presentation server file in background

Former Member
0 Kudos

Hi gurus,

my requirement is to access presentation server file in background mode.

I got the below documentation regarding this ,but i'm not able to complete the setup as mentioned in this document.

please help .

[https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/communication%20to%20presentation%20server%20in%20background%20mode.doc]

As per documentation i need rfc.car and car.exe file in my system. I cant see any rfcsdk folder in my system. Please help.

any other solutions ,please suggest.

sastry.

Edited by: prssastry on Oct 15, 2008 7:13 AM

2 REPLIES 2

Former Member
0 Kudos

Hi,

You can get the .car file from service.sap.com

there search in downloads.

please revert back for any query

Regards

Srinivasu

Former Member
0 Kudos

Hi,

In general practice we don't access a file from presentation server in background because at that point of time i might not logon to SAP server, so it is always preferable to access the file from Application layer incase of background processing.

Unless it is a client requirement, don't access files from the presentation layer in background./

thanks,

Mahesh.