FMPEPLAY_COL_T SAP (FMPEP - Layout Customizing Settings - Columns (Text)) Table details

Dictionary Type: Table
Description: FMPEP - Layout Customizing Settings - Columns (Text)




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




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

FMPEPLAY_COL_T is a standard SAP Table which is used to store FMPEP - Layout Customizing Settings - Columns (Text) data and is available within R/3 SAP systems depending on the version and release level.

The FMPEPLAY_COL_T table consists of various fields, each holding specific information or linking keys about FMPEP - Layout Customizing Settings - Columns (Text) data available in SAP. These include LAYOUTVAR (Layout Variant ID), TABSTRIP (Tabstrip code), COLNUMBER (Column number), LANGU (Language Key).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table for: FMPEPLAY_COL

Text table for: FMPEPLAY_COL

Text table for: FMPEPLAY_COL


SAP FMPEPLAY_COL_T 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
LAYOUTVARLayout Variant ID FMPEP_LAYOUTVARCHAR6FMPEPLAY_COLFMPEP_LAYOUTVARFMPEPLAY
TABSTRIPTabstrip code FMPEP_TABSTRIPCHAR10FMPEPLAY_COLCHAR10
COLNUMBERColumn number FMPEP_COLNUMBERNUMC2FMPEPLAY_COLNUMC2
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
NAMEText (30 Characters) TEXT30CHAR30TEXT30
HEADINGHeading REPTEXTCHAR55REPTEXT
VAR1Text Variable (field name) FMPEP_TEXTVARCHAR50CHAR50
VAR2Text Variable (field name) FMPEP_TEXTVARCHAR50CHAR50
VAR3Text Variable (field name) FMPEP_TEXTVARCHAR50CHAR50
VAR4Text Variable (field name) FMPEP_TEXTVARCHAR50CHAR50

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMPEPLAY_COL_T
INTO CORRESPONDING FIELDS OF WA_FMPEPLAY_COL_T
WHERE...

How to access SAP table FMPEPLAY_COL_T

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