EFORMINSTPMO_PROFHEAD SAP (Struct of formula instance output param. with profile header) Structure details

Dictionary Type: Structure
Description: Struct of formula instance output param. with profile header




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




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

EFORMINSTPMO_PROFHEAD is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Struct of formula instance output param. with profile header" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_EFORMINSTPMO_PROFHEAD TYPE EFORMINSTPMO_PROFHEAD.

The EFORMINSTPMO_PROFHEAD table consists of various fields, each holding specific information or linking keys about Struct of formula instance output param. with profile header data available in SAP. These include INSTANCE_NUMBER (Formula Allocation), PARNUMBER (Parameter number), PROFILENR (Number of EDM Profile), FL_VERSION (Create Version).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EFORMINSTPMO_PROFHEAD structure 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
FORMULAINSTPMO 0
INSTANCE_NUMBERFormula Allocation E_INSTANCE_NUMBERNUMC18E_FORMULAINSTANCE
PARNUMBERParameter number EPARNUMBERNUMC2EPARNUMBER
PROFILENRNumber of EDM Profile E_PROFILENUMC18E_PROFILEE_PROFILE
FL_VERSIONCreate Version E_FL_VERSIONCHAR1BOOLE
FL_PROFIL_COPYCreate Profile Copy from Formula Profile E_FL_PROFILE_COPYCHAR1BOOLE
PROFILENR_COPYProfile Number for Parallel Update for Formula Profile E_PROFILE_COPYNUMC18E_PROFILEE_PROFILE
PROFHEAD_DATA 0
PROFTEXTName of Profile E_PROFTEXTCHAR60TEXT60
SPARTEDivision SPARTECHAR2SPARTSPA
PROFTYPEProfile type PROFTYPENUMC2PROFTYPEEPROFTYPE
PROFVALCATProfile value category E_PROFVALCATNUMC2E_PROFVALCAT
VALUECUMCumulative values VALUECUMCHAR1KENNZX
INTSIZEIDInterval Length ID INTSIZEIDCHAR4INTSIZEID
MASSUnit of Measurement E_MASSUNIT3CUNITMEINS
PROFDECIMALSNumber of decimal places in a profile value PROFDECIMALSNUMC2PROFDECIMALS
SOURCESource of object E_SOURCENUMC18E_SOURCE
OBJNRObject number J_OBJNRCHAR22J_OBJNRONR
PROFOFFSETProfile value offset PROFOFFSETTIMS6
CONCHECKGRPConsistency check group E_CONCHECKGRPCHAR10E_CONCHECKGRP
FORWARD_ORIENTEDProfile values have forward orientation FORWARD_ORIENTEDCHAR1KENNZX
LASTVERSNOConsecutive number of version CVERSNONUMC6LFDNR6
WAERSCurrency Key WAERSCUKY5WAERSFWS
DATEFROMFrom-Date E_EDMDATEFROMDATS8
TIMEFROMFrom-time E_EDMTIMEFROMTIMS6
DATETOTo-Date E_EDMDATETODATS8
TIMETOTo-Time E_EDMTIMETOTIMS6
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_REFPROFILENUMC18E_PROFILEE_PROFILE
REPLACEMETHODGRPReplacement Value Procedure Group E_REPLACEGRPCHAR10E_REPLACEGRP
DAY_OFFSETDay Offset EDM_DAY_OFFSETTIMS6EEDMDAYOFFSET
TIME_ZONETime Zone for EDM Objects EDM_TIMEZONECHAR6TZNZONEVTTZZ
SRCPROFILESource Profile for Copy Profile E_SRCPROFILENUMC18E_PROFILEE_PROFILE
BEGRUAuthorization Group BEGRUCHAR4BEGRU
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 structure EFORMINSTPMO_PROFHEAD using ABAP code?

As EFORMINSTPMO_PROFHEAD is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on EFORMINSTPMO_PROFHEAD as there is no data to select.

How to access SAP table EFORMINSTPMO_PROFHEAD

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