/SPE/CTRL_FUNCMT SAP (text table for the SPE control functions matrix) Table details

Dictionary Type: Table
Description: text table for the SPE control functions matrix




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




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

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

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

Text table for: /SPE/CTRL_FUNCM


SAP /SPE/CTRL_FUNCMT 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
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
CUST_TYPCustomer type /SPE/CUST_TYPCHAR1/SPE/CTRL_FUNCM/SPE/CUST_TYP
WHNR_TYPWarehouse Number Type /SPE/WHNR_TYPCHAR1/SPE/CTRL_FUNCM/SPE/WHNR_TYP
FUNCTIONSwitchable control function /SPE/CTRL_FUNCCHAR10/SPE/CTRL_FUNCM/SPE/CTRL_FUNC
FUNC_TEXTText for switchable control function /SPE/CTRL_FUNCTCHAR40/SPE/CTRL_FUNCT

Key field Non-key field



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

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

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

How to access SAP table /SPE/CTRL_FUNCMT

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