TWPSRVLOGS SAP (Runtime for Release Status of Logical System (Workplace Srv)) Table details

Dictionary Type: Table
Description: Runtime for Release Status of Logical System (Workplace Srv)




ABAP Code to SELECT data from TWPSRVLOGS
Related tables to TWPSRVLOGS
Access table TWPSRVLOGS




Table field list including key, data, relationships and ABAP select examples

TWPSRVLOGS is a standard SAP Table which is used to store Runtime for Release Status of Logical System (Workplace Srv) data and is available within R/3 SAP systems depending on the version and release level.

The TWPSRVLOGS table consists of various fields, each holding specific information or linking keys about Runtime for Release Status of Logical System (Workplace Srv) data available in SAP. These include SAPRL (SAP Release), CLIENT (Client), APPL_SRV (Name of the application server), MSG_SRV (Message Server Name).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TWPSRVLOGS table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
LOGSYSLogical system LOGSYSCHAR10TBDLSALPHALOGSYS
SAPRLSAP Release SAPRLCHAR4SAPRL
CLIENTClient MANDTCLNT3Assigned to domainMANDT
APPL_SRVName of the application server APPL_SRVCHAR64SVR_NAME
MSG_SRVMessage Server Name MSG_SRVCHAR64SVR_NAME
MSG_STRCharacter String for Message Service MSG_STRINGCHAR32
MSG_PORTCharacter String for the Port Number to a Message Service MSG_PORTCHAR32
SYSTEM_IDName of SAP System SYSTEM_IDCHAR8
SYSTEM_NRNumber of R/3 System as string SYS_NR_STRCHAR8
LAST_CHECKDate When Release of Log. System Was Determined CHECK_DATEDATS8SYDATS
LOGSYS_OFFGeneral Flag FLAGCHAR1FLAG
SNC_ENABLEGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



How do I retrieve data from SAP table TWPSRVLOGS using ABAP code

The following ABAP code Example will allow you to do a basic selection on TWPSRVLOGS to SELECT all data from the table
DATA: WA_TWPSRVLOGS TYPE TWPSRVLOGS.

SELECT SINGLE *
FROM TWPSRVLOGS
INTO CORRESPONDING FIELDS OF WA_TWPSRVLOGS
WHERE...

How to access SAP table TWPSRVLOGS

Within an ECC or HANA version of SAP you can also view further information about TWPSRVLOGS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!