SCMS_STAPX SAP (Status of Monitored Aliases) Table details

Dictionary Type: Table
Description: Status of Monitored Aliases




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




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

SCMS_STAPX is a standard SAP Table which is used to store Status of Monitored Aliases data and is available within R/3 SAP systems depending on the version and release level.

The SCMS_STAPX table consists of various fields, each holding specific information or linking keys about Status of Monitored Aliases data available in SAP. These include PORT (Port for Content Server Alias), SSL_PORT (SSL Port for Content Server Alias), STATE ().. 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: Can Be Enhanced (Deep)


SAP SCMS_STAPX 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
HOSTHost Name of Content Server Alias SCMS_CRESVCHAR64SCMS_SERPXPHOST
PORTPort for Content Server Alias SCMS_CREPONUMC5SCMS_SERPXCMSPOSCMS_PORT
SSL_PORTSSL Port for Content Server Alias SCMS_CREPSNUMC5SCMS_SERPXCMSPOSCMS_PORT
STATE 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SCMS_STAPX
INTO CORRESPONDING FIELDS OF WA_SCMS_STAPX
WHERE...

How to access SAP table SCMS_STAPX

Within an ECC or HANA version of SAP you can also view further information about SCMS_STAPX 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!