/SAPSRM/C_SW_STA SAP (Possible Status of Customizing Switches) Table details

Dictionary Type: Table
Description: Possible Status of Customizing Switches




ABAP Code to SELECT data from /SAPSRM/C_SW_STA
Related tables to /SAPSRM/C_SW_STA
Access table /SAPSRM/C_SW_STA




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

/SAPSRM/C_SW_STA is a standard SAP Table which is used to store Possible Status of Customizing Switches data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSRM/C_SW_STA table consists of various fields, each holding specific information or linking keys about Possible Status of Customizing Switches data available in SAP. These include SEQUENCE (Sequence of Possible Statuses of Customizing Switches), STATUS_ICON (Icon Showing Activation Status of Customizing Switches), ACT_INACT_STATUS (Activation Status of Customizing Switch), SW_ACTIVE_FLAG (Flag for Switch Activation Status).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = /SAPSRM/C_SW_STT


SAP /SAPSRM/C_SW_STA 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
SWITCH_STATUSDetailed Activation Status of a Customizing Switch /SAPSRM/CUSTMZ_SW_STATUS_DETAICHAR1/SAPSRM/CUSTMZ_SW_STATUS_DETAI
SEQUENCESequence of Possible Statuses of Customizing Switches /SAPSRM/CUSTMZ_SW_STATUS_SEQUNUMC4ALPHA/SAPSRM/CUSTMZ_SW_STATUS_SEQU
STATUS_ICONIcon Showing Activation Status of Customizing Switches /SAPSRM/CUSTMZ_SW_STATUS_ICONCHAR4ICONICON/SAPSRM/H_CUSTMZ_SWITCH_STATUS
ACT_INACT_STATUSActivation Status of Customizing Switch /SAPSRM/CUSTMZ_SW_STATUSCHAR1/SAPSRM/C_SW_SAI/SAPSRM/CUSTMZ_SWITCH_STATUS
SW_ACTIVE_FLAGFlag for Switch Activation Status /SAPSRM/SWITCH_IS_ACTIVE_FLAGCHAR1/SAPSRM/SWITCH_IS_ACTIVE_FLAG
ACT_INACT_ONLYData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
NO_COMBINED_STATData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE

Key field Non-key field



How do I retrieve data from SAP table /SAPSRM/C_SW_STA using ABAP code

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

SELECT SINGLE *
FROM /SAPSRM/C_SW_STA
INTO CORRESPONDING FIELDS OF WA_/SAPSRM/C_SW_STA
WHERE...

How to access SAP table /SAPSRM/C_SW_STA

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