AR - TemSe Overview
AR - TemSe Overview
Such data/objects are not required to be held permanently in the system. A few TemSe
objects/data among others are stated below:
1. Spool Data
2. Job Logs
3. Objects from HR, Fin, etc. applications
Each TemSe object has a header entry in table TST01 and the actual object, which can be
stored on the file system (OS Level-performance advantage) or table TST03 (DB Level-
backup by default for being a part of DB).
Let’s look how the different objects are preferred to be stored generally.
1. Spool Data: By default stored in TST03, along with entries in TSP01 (for Spool
Requests) and TSP02 (for Output Requests). However, we do have an option of
selecting the storage of these objects that can be defined through the profile
parameter: rspo/store_location (db value: stored in table TST03, G value: stored
in global dictionary in OS)
2. Job Logs: Stored in File system on OS Level.
3. HR Objects, etc.: Stored in TST03
And so we need to always make sure that the number of objects and
memory allocation do not increase in the system. We need to delete
objects that are no longer required. Deletion can be done as follows:
This screen will get us to all the matching objects. Thereafter, double
clicking any row i.e. particular object name gives us all the details about
the object (e.g. Object Name, Creator, Creation Date, Last Changed on,
Expiry Date, Where the object is stored, its record type, size, client, etc.)
2. TemSe cannot manage objects that require more than 2 GB storage space: This is
irrespective of the storage location used i.e. DB or OS. Also, the total number of
objects in TemSe varies from 30k to 40k generally.
We can check the memory allocation for TemSe through SP12 T-Code.
From the menu bar, we need to select TemSe Data StorageMemory
allocation.