/SPE/CTRL_FUNCM SAP (Switch matrix for the SPE control functions) Table details

Dictionary Type: Table
Description: Switch matrix for the SPE control functions




ABAP Code to SELECT data from /SPE/CTRL_FUNCM
Related tables to /SPE/CTRL_FUNCM
Access table /SPE/CTRL_FUNCM




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

/SPE/CTRL_FUNCM is a standard SAP Table which is used to store Switch matrix for the SPE control functions data and is available within R/3 SAP systems depending on the version and release level.

The /SPE/CTRL_FUNCM table consists of various fields, each holding specific information or linking keys about Switch matrix for the SPE control functions data available in SAP. These include WHNR_TYP (Warehouse Number Type), FUNCTION (Switchable control function), IS_ACTIVE (Activity of the control function).. 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 = /SPE/CTRL_FUNCMT

Text table = /SPE/CTRL_FUNCMT


SAP /SPE/CTRL_FUNCM 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
CUST_TYPCustomer type /SPE/CUST_TYPCHAR1/SPE/CUST_TYP
WHNR_TYPWarehouse Number Type /SPE/WHNR_TYPCHAR1/SPE/WHNR_TYP
FUNCTIONSwitchable control function /SPE/CTRL_FUNCCHAR10/SPE/CTRL_FUNCS/SPE/CTRL_FUNC
IS_ACTIVEActivity of the control function /SPE/CTRL_IS_ACTIVECHAR1/SPE/CTRL_IS_ACTIVE

Key field Non-key field



How do I retrieve data from SAP table /SPE/CTRL_FUNCM using ABAP code

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

SELECT SINGLE *
FROM /SPE/CTRL_FUNCM
INTO CORRESPONDING FIELDS OF WA_/SPE/CTRL_FUNCM
WHERE...

How to access SAP table /SPE/CTRL_FUNCM

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