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

aPPLICATION SERVER

Former Member
0 Likes
456

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

3 REPLIES 3
Read only

Former Member
0 Likes
417

Application server is actually a program named Sapgui.exe. It is usually installed On a user’s 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 user’s 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.

Read only

Former Member
0 Likes
417

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

Read only

Former Member
0 Likes
417

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