EPROFHEAD SAP (Profile Header Data) Table details

Dictionary Type: Table
Description: Profile Header Data




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




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

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

The EPROFHEAD table consists of various fields, each holding specific information or linking keys about Profile Header Data data available in SAP. These include PROFILE (Number of EDM Profile), SPARTE (Division), PROFTYPE (Profile type), PROFVALCAT (Profile value 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: 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 or numeric)

Text table = EPROFHEADT


SAP EPROFHEAD 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 MANDTCLNT3T000MANDT
PROFILENumber of EDM Profile E_PROFILENUMC18E_PROFILEE_PROFILE
SPARTEDivision SPARTECHAR2TSPASPARTSPA
PROFTYPEProfile type PROFTYPENUMC2EPROFTYPEPROFTYPEEPROFTYPE
PROFVALCATProfile value category E_PROFVALCATNUMC2EPROFVALCATE_PROFVALCAT
VALUECUMCumulative values VALUECUMCHAR1KENNZX
INTSIZEIDInterval Length ID INTSIZEIDCHAR4EPROFINTSIZEINTSIZEID
MASSUnit of Measurement E_MASSUNIT3T006CUNITMEINS
PROFDECIMALSNumber of decimal places in a profile value PROFDECIMALSNUMC2PROFDECIMALS
SOURCESource of object E_SOURCENUMC18Assigned to domainE_SOURCE
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
PROFOFFSETProfile value offset PROFOFFSETTIMS6
CONCHECKGRPConsistency check group E_CONCHECKGRPCHAR10EEDMCONGRPE_CONCHECKGRP
FORWARD_ORIENTEDProfile values have forward orientation FORWARD_ORIENTEDCHAR1KENNZX
LASTVERSNOConsecutive number of version CVERSNONUMC6LFDNR6
DATEFROMFrom-Date E_EDMDATEFROMDATS8
TIMEFROMFrom-time E_EDMTIMEFROMTIMS6
DATETOTo-Date E_EDMDATETODATS8
TIMETOTo-Time E_EDMTIMETOTIMS6
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
BEGRUAuthorization Group BEGRUCHAR4BEGRU
LOEVMDeletion Indicator LOEVMCHAR1XFELD
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
ARCH_DATEFROMDate, up to Which Profile Values Have Been Archived E_EDMDATETO_ADATS8
ARCH_TIMEFROMTime until which, profile values are archived. E_EDMTIMETO_ATIMS6
ARCH_DATETODate, up to Which Profile Values Have Been Archived E_EDMDATETO_ADATS8
ARCH_TIMETOTime until which, profile values are archived. E_EDMTIMETO_ATIMS6
REF_PROFILEProfile Referenced During Settlement E_REFPROFILENUMC18EPROFHEADE_PROFILEE_PROFILE
REPLACEMETHODGRPReplacement Value Procedure Group E_REPLACEGRPCHAR10EEDMREPLACEGRPE_REPLACEGRP
DAY_OFFSETDay Offset EDM_DAY_OFFSETTIMS6Assigned to domainEEDMDAYOFFSET
TIME_ZONETime Zone for EDM Objects EDM_TIMEZONECHAR6TTZZTZNZONEVTTZZ
SRCPROFILESource Profile for Copy Profile E_SRCPROFILENUMC18Assigned to domainE_PROFILEE_PROFILE
MDUS_LOCATEDLocation of Original Profile Values E_AMI_MDUS_LOCATED_PROFILECHAR1E_AMI_MDUS_LOCATED_PROFILEISU_MDUS_LOCATED
TOU_BILLABLEProfile Can Be Billed with TOU Interface E_TOU_BILLABLECHAR1KENNZXISU_TOU_BILLABLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM EPROFHEAD
INTO CORRESPONDING FIELDS OF WA_EPROFHEAD
WHERE...

How to access SAP table EPROFHEAD

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