FMPEPLAY_COL SAP (FMPEP: layout customizing settings for columns) Table details

Dictionary Type: Table
Description: FMPEP: layout customizing settings for columns




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




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

FMPEPLAY_COL is a standard SAP Table which is used to store FMPEP: layout customizing settings for columns data and is available within R/3 SAP systems depending on the version and release level.

The FMPEPLAY_COL table consists of various fields, each holding specific information or linking keys about FMPEP: layout customizing settings for columns data available in SAP. These include LAYOUTVAR (Layout Variant ID), TABSTRIP (Tabstrip code), COLNUMBER (Column number), BUDCAT (Budget Category).. 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: Can be enhanced (character-type or numeric)

Text table = FMPEPLAY_COL_T

Text table = FMPEPLAY_COL_T

Text table = FMPEPLAY_COL_T


SAP FMPEPLAY_COL 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_TABFMPEP_LAYOUTVARFMPEPLAY
TABSTRIPTabstrip code FMPEP_TABSTRIPCHAR10FMPEPLAY_TABCHAR10
COLNUMBERColumn number FMPEP_COLNUMBERNUMC2NUMC2
BUDCATBudget Category BUKU_BUDCATCHAR2Assigned to domainALPHARLDNRBUDCAT
VERSIONBudget Version FMPEP_VERSIONCHAR3Assigned to domainALPHACOVERSI
PROCESSInternal Budgeting Process for line level FMPEP_PROCESS_LINECHAR4FMPEP_PROCESS_LINE
FISCYEARFMPEP - Fiscal Year FMPEP_FISCYEARCHAR4BUKF_YEAR
CEFFYEARYear of Cash Effectivity FMPEP_CEFFYEARCHAR4BUKF_YEAR
VALTYPEBudget Value Type FMPEP_VALTYPECHAR2CHAR2
BUDTYPEBudget Type FMPEP_BUDTYPECHAR4CHAR4
WFSTATE_9Workflow Status of a Record in the Budget Totals Table BUKU_WFSTATECHAR1BUKU_WFSTATE
KEYFIGID of the Key Figure BUKF_KEYFIGCHAR15BUKF_KEYFIG
ENTRY_COLGeneral Flag FLAGCHAR1FLAG
PERIODBudgeting period BUKU_PERIODNUMC3BUKU_PERIODBUPR
PDISTKEYDistribution Key SPREDCHAR4Assigned to domainSPREDGSP

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMPEPLAY_COL
INTO CORRESPONDING FIELDS OF WA_FMPEPLAY_COL
WHERE...

How to access SAP table FMPEPLAY_COL

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