/SAPSRM/S_SW_OV SAP (Display Structure for Customizing Switch Overview) Structure details

Dictionary Type: Structure
Description: Display Structure for Customizing Switch Overview




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




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

/SAPSRM/S_SW_OV is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Display Structure for Customizing Switch Overview" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/SAPSRM/S_SW_OV TYPE /SAPSRM/S_SW_OV.

The /SAPSRM/S_SW_OV table consists of various fields, each holding specific information or linking keys about Display Structure for Customizing Switch Overview data available in SAP. These include NAVIGATION_ICON (Icon in text fields (substitute display, alias)), SWITCH_ID (Customizing Switch ID), SWITCH_DESCRIPT (Customizing Switch Description), STATUS_DESCRPT (Current Status of Customizing Switch with Icon).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP /SAPSRM/S_SW_OV structure 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
NAVIGATION_ICONIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
SWITCH_IDCustomizing Switch ID /SAPSRM/CUSTMZ_SWITCH_IDCHAR30Assigned to domain/SAPSRM/CUSTMZ_SWITCH_ID/SAPSRM/SH_CUSTMZ_SWITCHES
SWITCH_DESCRIPTCustomizing Switch Description /SAPSRM/CUSTMZ_SWITCH_DESCRIPTCHAR60/SAPSRM/CUSTMZ_SWITCH_DESCRIPT
STATUS_DESCRPTCurrent Status of Customizing Switch with Icon /SAPSRM/CUSTMZ_SW_ST_DET_DESCRCHAR65TEXT65/SAPSRM/H_CUSTMZ_SWITCH_STATUS
BUSINESS_FUNCTBusiness Function SFW_BFUNCTIONCHAR30SFW_BFUNCTIONSFW_BF
NAME32Short Text for Business Function /SAPSRM/BFUNCTION_NAME32CHAR32SFW_NAME32
ACTIVATION_SYSTMVerified Copy of Customizing Switch Activation Settings /SAPSRM/CUSTMZ_SW_SETTING_VERICHAR1/SAPSRM/C_SW_SAI/SAPSRM/CUSTMZ_SWITCH_STATUS
ACTIVATION_FLAGPlanned Activation Status of Customizing Switch /SAPSRM/CUSTMZ_SW_ACTIVE_PLANCHAR1/SAPSRM/C_SW_SAI/SAPSRM/CUSTMZ_SWITCH_STATUS
STATUS_DESCRIPTDescription of Planned Status of Customizing Switch /SAPSRM/CUSTMZ_SW_STATUS_DESCRCHAR65TEXT65
COMBINED_SWITCHCalculated Switch /SAPSRM/CUSTMZ_SWITCH_COMBINEDCHAR1XFELD
REVERTIBLERevertibility /SAPSRM/CUSTMZ_SWITCH_REVERTIBCHAR1/SAPSRM/CUSTMZ_SWITCH_REVERTIB
INITIAL_STATUSInitial Status of Customizing Switch /SAPSRM/CUSTMZ_SW_STATUS_INITCHAR1/SAPSRM/C_SW_S0/SAPSRM/CUSTMZ_SW_STATUS_INIT
IMG_TRANSACTIONTransaction Code of IMG Activity for Customizing Switch /SAPSRM/CUSTMZ_SW_IMG_TRANSACTCHAR20Assigned to domainTCODE
BF_STATUS_METHODName of Method for Business Function Activation Status /SAPSRM/SFW_BF_STATUS_METHODCHAR30/SAPSRM/C_SW_SFW/SAPSRM/SOFT_SWITCH_METHOD
SOFT_SWITCH_CLASSoft Switch Class /SAPSRM/SOFT_SWITCH_CLASSCHAR30Assigned to domain/SAPSRM/SOFT_SWITCH_CLASS
SOFT_SWITCH_METHSoftswitch Method Name /SAPSRM/SOFT_SWITCH_METHODCHAR30/SAPSRM/SOFT_SWITCH_METHOD
ACTIV_CHECK_METHMethod for Checks Whether Switch Status Can Be Changed /SAPSRM/SWITCH_MAY_CHANGE_METHCHAR30CHAR30
PRE_CHANGE_METHMethod for Pre-Processing when Switch Status is Changed /SAPSRM/SWITCH_PRE_CHANGE_METHCHAR30CHAR30
POST_CHANGE_METHMethod for Post-Processing when Switch Status is Changed /SAPSRM/SWITCH_POSTCHANGE_METHCHAR30CHAR30
INIT_VALUE_METHMethod for Setting Initial Value of Customizing Switch /SAPSRM/SWITCH_INIT_VALUE_METHCHAR30CHAR30
APPLICATION_IDApplication ID /SAPSRM/CUSTMZ_SWITCH_APPL_IDCHAR7/SAPSRM/CUSTMZ_SWITCH_APPL_ID
EHP_RELEASEEHP Release of Customizing Switch /SAPSRM/CUSTMZ_SW_EHP_RELEASECHAR3/SAPSRM/CUSTMZ_SW_EHP_RELEASE
SWITCH_SHRT_NAMECustomizing Switch Short Name /SAPSRM/CUSTMZ_SW_SHORT_NAMECHAR20/SAPSRM/CUSTMZ_SW_SHORT_NAME
IMG_SUBOBJECTIMG Subobject ID of Customzing Switch /SAPSRM/CUSTMZ_SW_SUBOJECT_IDCHAR10/SAPSRM/CUSTMZ_SW_SUBOJECT_ID
NAME80Long Text for Business Function /SAPSRM/BFUNCTION_NAME80CHAR80SFW_NAME80
DETAILED_STATUSDetailed Activation Status of a Customizing Switch /SAPSRM/CUSTMZ_SW_STATUS_DETAICHAR1/SAPSRM/C_SW_STA/SAPSRM/CUSTMZ_SW_STATUS_DETAI
INCONSIST_REASONReason for Inconsistency Active Flag <=> Detailed Status /SAPSRM/CUSTMZ_SW_INCONS_REASCHAR1/SAPSRM/CUSTMZ_SW_INCONS_REAS
IS_ACTIVE_METHOD_RESULTActivation Status of Customizing Switch /SAPSRM/CUSTMZ_SW_ACTIVE_FLAGCHAR1XFELD
T_CELL_STYLES 0

Key field Non-key field



How do I retrieve data from SAP structure /SAPSRM/S_SW_OV using ABAP code?

As /SAPSRM/S_SW_OV is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /SAPSRM/S_SW_OV as there is no data to select.

How to access SAP table /SAPSRM/S_SW_OV

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