SMPPCONT SAP (Test for Mapping Parameterization) Table details

Dictionary Type: Table
Description: Test for Mapping Parameterization




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




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

SMPPCONT is a standard SAP Table which is used to store Test for Mapping Parameterization data and is available within R/3 SAP systems depending on the version and release level.

The SMPPCONT table consists of various fields, each holding specific information or linking keys about Test for Mapping Parameterization data available in SAP. These include NAME (Mapping Parameterization: Parameter Name), CATEGORY (Mapping Parameterization: Category of Parameter), TYPE (Mapping Parameterization: Type of Parameter), IS_INPUT (Boolean Value ('X' = true, SPACE = false)).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SMPPCONT 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
CONT_IDXI Runtime: GUID SAIXI_GUIDRAW16
NAMEMapping Parameterization: Parameter Name MP3_PARAMETER_NAMECHAR32MP3_PARAMETER_NAME
CATEGORYMapping Parameterization: Category of Parameter MP3_PARAMETER_CATEGORYCHAR10MP3_PARAMETER_CATEGORY
TYPEMapping Parameterization: Type of Parameter MP3_PARAMETER_TYPECHAR32MP3_PARAMETER_TYPE
IS_INPUTBoolean Value ('X' = true, SPACE = false) SXI_BOOLEANCHAR1SXI_BOOLEAN
IS_OUTPUTBoolean Value ('X' = true, SPACE = false) SXI_BOOLEANCHAR1SXI_BOOLEAN
OBJECT_IDXI Runtime: GUID SAIXI_GUIDRAW16
VERSXI Runtime: GUID SAIXI_GUIDRAW16
VALMapping Parameterization: Value MP3_PARAMETER_VALUESTRG0MP3_PARAMETER_VALUE

Key field Non-key field



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

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

SELECT SINGLE *
FROM SMPPCONT
INTO CORRESPONDING FIELDS OF WA_SMPPCONT
WHERE...

How to access SAP table SMPPCONT

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