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: 

Programs in Application server/Hard Disk

Former Member
0 Kudos

Hi,

When we program a report in ABAP , where is it stored in the hard disk of

the system and what will be its extension?

Is it possible to get a view of all ABAP programs without logging into R/3 and directly from Windows Search?

Regards,

Neeraja

1 ACCEPTED SOLUTION

Simha_
Employee
Employee
0 Kudos

Hi,

It's been a confusion actually.

Just note that the programs and all the objects in the SAP are stored in the "Application Server".(Not ur hard disk).

Here the Application Server refers to the server where the only way interaction between ur presentation server and the Database server.

Hope it is clear.

Cheers,

Simha.

Reward all the helpful answers..

5 REPLIES 5

kiran_k8
Active Contributor
0 Kudos

Neeraja,

No.

You can see all the program names in table TRDIR or TADIR.

K.Kiran.

Former Member
0 Kudos

Hi Kiran,

First of all , thanks for your reply.

The programs must be stored somewhere in the disk physically.

Is it not possible to know where they get stored?

Regards,

Neeraja

kiran_k8
Active Contributor
0 Kudos

Neeraja,

Servers will be located at Clients Place,probably a Basis Guy can throw some light on this.Programs will not be stored in the hard disk of the respective pc's.

K.Kiran.

Message was edited by:

Kiran K

Simha_
Employee
Employee
0 Kudos

Hi,

It's been a confusion actually.

Just note that the programs and all the objects in the SAP are stored in the "Application Server".(Not ur hard disk).

Here the Application Server refers to the server where the only way interaction between ur presentation server and the Database server.

Hope it is clear.

Cheers,

Simha.

Reward all the helpful answers..

Former Member
0 Kudos

hi,

ABAP programs are stored in APPLICATION SERVERS( <b>object browser SE80</b> ) not in HARD DISK.

genarally servers are placed at client locations.

if you want see the programs, please look in table <b>TADIR</b>.

regards,

Ashokreddy