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

Regarding SAP Architecture

Former Member
0 Likes
903

When a client access any screen where does our abap code reside in the SAP architecture.

Plz answer to this question

thanx

When a client access any screen where does our abap code reside in the SAP architecture.

Plz answer to this question

thanx

5 REPLIES 5
Read only

Former Member
0 Likes
746

I assume your question is , "Where does ABAP code reside ?"

There are two tables , that might be of interest to you.

1) <b>REPOSRC</b> ( see field DATA - stored as RAWDATA compressed )

2) <b>TRDIR</b>(view)

Regards,

Subramanian V.

Read only

Former Member
0 Likes
746

Hi,

From an architecture point of view your code will reside in the application server.

Regards,

John.

Read only

nablan_umar
Product and Topic Expert
Product and Topic Expert
0 Likes
746

If you are talking about where the source code of your program, like any other database in SAP, it should resides in DB server.

Read only

Former Member
0 Likes
746

every data is stored in database in SAP.

like all other data the programs which we develop resides in Database.

Message was edited by: Narasimha

Read only

ssimsekler
Product and Topic Expert
Product and Topic Expert
0 Likes
746

Hi Harikiran

"If the user has triggered a program with a user action, then the program context is loaded on the <b>application server</b>. The program context contains memory areas for variables and complex data objects, information on the screens for the user dialogs and ABAP processing blocks. The runtime system gets the program information from the <b>repository</b> <i>which is a special part of the database</i>."

*--Serdar