FMPEP_VARIANTHT SAP (Session Variant Text) Table details

Dictionary Type: Table
Description: Session Variant Text




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




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

FMPEP_VARIANTHT is a standard SAP Table which is used to store Session Variant Text data and is available within R/3 SAP systems depending on the version and release level.

The FMPEP_VARIANTHT table consists of various fields, each holding specific information or linking keys about Session Variant Text data available in SAP. These include LANGUAGE (Language Key), FM_AREA (Financial Management Area), CRTUSER (Author of the Session Variant), DOCNR (Sesion variant name for Multiple Budget Entry).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table for: FMPEP_VARIANTH

Text table for: FMPEP_VARIANTH


SAP FMPEP_VARIANTHT 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 MANDTCLNT3T000MANDT
LANGUAGELanguage Key LANGULANG1T002ISOLASPRAS
FM_AREAFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
CRTUSERAuthor of the Session Variant FMPEP_SESSION_VARIANT_AUTHORCHAR12FMPEP_VARIANTHUSERNAME
DOCNRSesion variant name for Multiple Budget Entry FMPEP_SESSION_VARIANTCHAR10FMPEP_VARIANTHALPHABELNR
SHORT_DESCName FM_BEZEICHCHAR20TEXT20
DESCRIPTIONDescription FM_BESCHRCHAR40TEXT40
LONG_DESCRIPTIONLong variant description for Multiple Budget Entry FMPEP_VARIANT_DESCRCHAR120TEXT120
SHTXTSearch Term for Matchcode Search FM_MCTXTCHAR20CHAR20

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMPEP_VARIANTHT
INTO CORRESPONDING FIELDS OF WA_FMPEP_VARIANTHT
WHERE...

How to access SAP table FMPEP_VARIANTHT

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