‎2008 Feb 20 5:53 AM
HELLO
EXPERTS
I AM USNING DATA SET FOR DOWNLOADING DATA FOR ASSET BFROM MY PC INTO *APPLICATION SERVER*
I WANT TO KNOW THAT WHERE I WILL FIND THIS FILE.
*AND WAHT IS THE ACTUAL MEANING OF APPLICATION SERVER OR LAYER AND PRESENTAION AND DATABASE*
PLZ HELP ME
THANK YOU
‎2008 Feb 20 6:03 AM
Application server is actually a program named Sapgui.exe. It is usually installed On a users workstation.
Application server is a set of executables that collectively interpret the ABAP/4 Programs and manage the input & output for them.
Presentation server is actually a program named Sapgui.exe. It is usually installed On a users workstation.
Presentation server is a set of executables that collectively interpret the ABAP/4 Programs and manage the input & output for them.
The AL11 transaction gives you the file path of application server. You can either write a file via ABAP code or your Basis person should be able to upload a file to application server. The in ABAP code you can use OPEN DATSET command to upload file to a specific path.
‎2008 Feb 20 6:04 AM
U can find ur data using Tcode
SE11. In this, u can see HOME or TMP folders
In SAP, all processing will be done in App server.
Reward if useful
‎2008 Feb 20 6:15 AM
hi,
U can find ur file by going into the transaction code AL11. it will be in one of the directories. U can click the find push button and type the file name and find it.
An application server is a software engine that delivers applications to client computers or devices, typically through the Internet and using the HyperText Transfer Protocol. Application servers are distinguished from web servers by the extensive use of server-side dynamic content and frequent integration with database engines.
An application server handles most, if not all, of the business logic and data access of the application (a.k.a. centralization). The main benefit of an application server is the ease of application development, since applications need not be programmed; instead, they are assembled from building blocks provided by the application server. For example, a Wiki is an application server that allows users to build dynamic content assembled from articles
Presentation Server is nothing but ur PC.
hope this helps you,
Regards,
sri