EPROFVERSHEAD SAP (Header Data for Profile Version) Table details

Dictionary Type: Table
Description: Header Data for Profile Version




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




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

EPROFVERSHEAD is a standard SAP Table which is used to store Header Data for Profile Version data and is available within R/3 SAP systems depending on the version and release level.

The EPROFVERSHEAD table consists of various fields, each holding specific information or linking keys about Header Data for Profile Version data available in SAP. These include MANDT (Client), PROFILE (Number of EDM Profile), CVERSNO (Consecutive number of version), DATEFROM (From-Date).. 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)


SAP EPROFVERSHEAD 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PROFILENumber of EDM Profile E_PROFILENUMC18EPROFHEADE_PROFILEE_PROFILE
CVERSNOConsecutive number of version CVERSNONUMC6LFDNR6
DATEFROMFrom-Date E_EDMDATEFROMDATS8
TIMEFROMFrom-time E_EDMTIMEFROMTIMS6
DATETOTo-Date E_EDMDATETODATS8
TIMETOTo-Time E_EDMTIMETOTIMS6
VERSDATECreation date of version E_VERSDATEDATS8DATUM
VERSTIMETime of creation of version E_VERSTIMETIMS6
VERSZONLOTime Zone SYSTZONLOCHAR6SYCHAR06
VERSBUILDERCreator of profile version VERSBUILDERCHAR12USNAM
PROFVERSNOProfile version number PROFVERSNONUMC18PROFVERSNO
VERSREASONReason for creating profile version E_VERSREASONCHAR10Assigned to domainE_VERSREASON
VERSDELETEDVersion deleted E_VERSDELETEDCHAR1KENNZX
VERSDESCRProfile Version Description E_VERSDESCRCHAR40E_VERSDESCR

Key field Non-key field



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

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

SELECT SINGLE *
FROM EPROFVERSHEAD
INTO CORRESPONDING FIELDS OF WA_EPROFVERSHEAD
WHERE...

How to access SAP table EPROFVERSHEAD

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