FMPEPLAY_H SAP (FMPEP - Layout Customizing Settings - Header) Table details

Dictionary Type: Table
Description: FMPEP - Layout Customizing Settings - Header




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




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

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

The FMPEPLAY_H table consists of various fields, each holding specific information or linking keys about FMPEP - Layout Customizing Settings - Header data available in SAP. These include LAYOUTVAR (Layout Variant ID), DISTKEY (Distribution Key), DOCTYPE (Budget entry document type), DOCSTATE (Document status).. 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)


SAP FMPEPLAY_H 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_LAYOUTVARCHAR6FMPEPLAYFMPEP_LAYOUTVARFMPEPLAY
DISTKEYDistribution Key SPREDCHAR4Assigned to domainSPREDGSP
DOCTYPEBudget entry document type BUED_DOCTYPECHAR4Assigned to domainBUED_DOCTYPEDOTY
DOCSTATEDocument status FMPEP_DOCSTATECHAR1CHAR1
ADDITIVE_MODEAdditive mode On / Off FMPEP_ADDITIVECHAR3FMPEP_ADDITIVE
PROCESSInternal Budgeting Process FMPEP_PROCESSCHAR4FMPEP_PROCESS
VERSIONBudget Version FMPEP_VERSIONCHAR3Assigned to domainALPHACOVERSI
FLG_ITEM_TEXTItem Text for budget line FMPEP_ITEM_TEXTCHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMPEPLAY_H
INTO CORRESPONDING FIELDS OF WA_FMPEPLAY_H
WHERE...

How to access SAP table FMPEPLAY_H

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