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: 

Files on application server

Former Member
0 Kudos

We transfer contents of internal table on application server and

we can veiw results in AL11.But what is porpose of writing

contents to application server.

6 REPLIES 6

Former Member
0 Kudos

hi,

it is used for the safety purpose of your data.

with regards

s.janagar

0 Kudos

can you please provide some link which shows significance of

writing files to application server,i wanted detailed description.

Thx.

Mitesh

0 Kudos

Hi,

1) To provide the data to non-sap applications from sap.

2) Data will be secured in application server only authorised users can access the SAP application server.

Non sap applications uses user id and password to access files on SAP application server.

Thanks,

Naveen Kumar.

0 Kudos

regarding conversion froom sap systems and non sap systems

plz find my comments : we have concept in which we can transfer contents of internal table to presentaton server which can be given to xi adapter when this can be acheived independently why we write seprate logic of first writing

content to application server,conversion from sap and nonsap systems can be acheived without intervention of Application server.

secondly u mentioned security : we can display output in

alv report or something else which is also secured as application server contents. why only application server than.

0 Kudos

Hi Mitesh,

In a production environment if a sap system communicating daily to Non-sap system through files we have to use application server because in a production environment presentation system is not used since another system is required.

Normally in a production environment if sap system communicates to non-sap system some programs has to run daily which generates files on application server where non-sap systems picks these files and updates their databases.

Thanks,

Naveen Kumar.

Former Member
0 Kudos

Hi Mitesh paliwal,

Server File Upload is done, because of following things.

1. Data Security

2. No need to data transfer and all.

3. System will take care of uploading data from file to corresponding programs or tables.

4. Fast execution

Regards,

R.Nagarajan.