EEDMFORMHEAD SAP (Formula Header Data) Table details

Dictionary Type: Table
Description: Formula Header Data




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




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

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

The EEDMFORMHEAD table consists of various fields, each holding specific information or linking keys about Formula Header Data data available in SAP. These include FORMULA (Formula for Calculation of Profiles), INPNUMBER (Number of input parameters), OUTNUMBER (Number of output parameters), FORMULAFUNC (Function module for executing formula).. 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: Cannot Be Enhanced

Text table = EEDMFORMHEADT


SAP EEDMFORMHEAD 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
FORMULAFormula for Calculation of Profiles EFORMULACHAR15EFORMULAEDM_FORMULAEFORMULA
INPNUMBERNumber of input parameters EINPNUMBERNUMC2EPARNUMBER
OUTNUMBERNumber of output parameters EOUTNUMBERNUMC2EPARNUMBER
FORMULAFUNCFunction module for executing formula EFORMULAFUNCCHAR30TFDIRFUNCNAME
FORMULADOCUName of Documentation Object for a Formula EFORMULADOCUCHAR60DOKU_OBJ
PROFTYPEType of Profile for Copy from Formula Calculation E_PROFTYPENUMC2Assigned to domainPROFTYPEEPROFTYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM EEDMFORMHEAD
INTO CORRESPONDING FIELDS OF WA_EEDMFORMHEAD
WHERE...

How to access SAP table EEDMFORMHEAD

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