‎2008 May 13 11:04 AM
Dear Gurus,
In what tables does Data in Application Server save ?
Does the code we write is saved in some tables (or) saved in
repository ??
what is a repository ???
what are the tables where repository data is saved ????
‎2008 May 13 11:22 AM
Hi,
What ever code we write it is being stored in repository and also in the data base. the code is also stored but in encoded form.
I am giving some of the name of the table where it is stored
TNAPR
REPOSRC
Repository - It is the place all the module and tools are present for the development purposes.
Go through the link for more informations.
http://help.sap.com/saphelp_nw04/helpdata/en/22/bd184e460a11d188fe0000e8323d3a/frameset.htm
Reward some points.
Bye,
Anomitro
‎2008 May 13 11:08 AM
hi srikar,
the application server data is stored in al11 .
the data is getting picked up directly from operating system like oracle.
so it will not be stored in any tables.
reward if hlpful.
‎2008 May 13 12:54 PM
>
> hi srikar,
>
> the application server data is stored in al11 .
>
wrong. AL11 is the transaction to show the filesystem-structure (directory). the application server data can be determined dynamically using function module TH_SERVER_LIST (for example ... there are others.)
>
> the data is getting picked up directly from operating system like oracle.
>
wrong again. oracle is not an operating system, it is a database system (RDBMS). an operating system could be Linux or HP-UX or ... and it will be picked up from the system setup information using task-handler functions (see above).
>
> so it will not be stored in any tables.
>
and again: wrong. information about system-setup as well as performance data or statistics will be kept in database MONI.
>
> reward if hlpful.
don't. if you want to do something that shows you are a good person, go out and feed a big fresh fish to the next cat crossing your way.
Edited by: Mylene Euridice Dorias on May 13, 2008 1:56 PM
‎2008 May 13 11:22 AM
Hi,
What ever code we write it is being stored in repository and also in the data base. the code is also stored but in encoded form.
I am giving some of the name of the table where it is stored
TNAPR
REPOSRC
Repository - It is the place all the module and tools are present for the development purposes.
Go through the link for more informations.
http://help.sap.com/saphelp_nw04/helpdata/en/22/bd184e460a11d188fe0000e8323d3a/frameset.htm
Reward some points.
Bye,
Anomitro
‎2008 May 13 1:09 PM
>
> I am giving some of the name of the table where it is stored
> TNAPR
>
wrong. that's where the programs for the output management are stored and then only what you could call for 'configuration puposes'.
>
> REPOSRC
>
better. at least this is part of the right answer. of course you would need adminstrative information on your 'repository' also, so there's TADIR, TRDIR and a couple of others ...
>
> Repository - It is the place all the module and tools are present for the development purposes.
>
wrong. the sum of all the modules, tools, tables ... ARE the repository and they are not present for development purposes but for the running of the overall system, its modules, its screens ...
>
> Reward some points.
>
don't. there's still hungry cats outside.
‎2008 May 13 11:26 AM
hi check this..
repository is the container of the data and the dat for repository is stored in the table reposrc. htm for details check this..
http://help.sap.com/saphelp_nw04/helpdata/en/22/bd189c460a11d188fe0000e8323d3a/frameset.htm
regards,
venkat