EEDM_EZWG_PROFASS_SCREEN SAP (Screen Data for Synthetic Profiles) Structure details

Dictionary Type: Structure
Description: Screen Data for Synthetic Profiles




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




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

EEDM_EZWG_PROFASS_SCREEN 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 "Screen Data for Synthetic Profiles" 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_EEDM_EZWG_PROFASS_SCREEN TYPE EEDM_EZWG_PROFASS_SCREEN.

The EEDM_EZWG_PROFASS_SCREEN table consists of various fields, each holding specific information or linking keys about Screen Data for Synthetic Profiles data available in SAP. These include ZWGRUPPE (Register Group), ZWNUMMER (Register), PROFROLE (Profile allocation role), ROLENO (Consecutive number of profile allocation per role).. 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: Cannot Be Enhanced


SAP EEDM_EZWG_PROFASS_SCREEN 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
WA_PROFASSALLOC 0
ZWGRUPPERegister Group E_ZWGRUPPECHAR8ALPHAGEGSTEZGEZWG
ZWNUMMERRegister E_ZWNUMMERNUMC3LFDNR3EZN
PROFROLEProfile allocation role PROFROLECHAR4PROFROLE
ROLENOConsecutive number of profile allocation per role E_ROLENONUMC4E_ROLENO
PROFILENumber of EDM Profile E_PROFILENUMC18E_PROFILEE_PROFILE
AUTOENDAutomatically Prorate Profile Allocation EPROFASS_END_BY_REMOVECHAR1KENNZX
DEFAULT_PROFASSPropose Profile and Profile Allocation DEFAULT_EPROFASSCHAR1KENNZX
IT_PROFASSALLOC 0
TREE 0
INODE_TABLE 0
IITEM_TABLE 0
SELECTED_NODETree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
SYNPROF 0
DATEFROMFrom-Date E_EDMDATEFROMDATS8
DATETOTo-Date E_EDMDATETODATS8
MANDTClient MANDTCLNT3MANDT
PROFILENumber of EDM Profile E_PROFILENUMC18E_PROFILEE_PROFILE
SEASONBLOCKSeason group E_SEASONBLOCKCHAR10E_SEASONBLOCK
DAYTYPEBLOCKDay group E_DAYTYPEBLOCKCHAR10E_DAYTYPEBLOCK
INTEGRALNumber of EDM Profile E_PROFILENUMC18E_PROFILEE_PROFILE
REFVALUEReference value for norming of profile values E_SYNPROFREFVALUEDEC16PROFVALUE
PERIODEPeriod length for norming profile values E_SYNPROFPERIODECHAR1E_SYNPROFPERIODE
RELATIVELOSSPercentage loss E_RELATIVELOSSDEC5(2) E_RELATIVELOSS
ABSOLUTELOSSAbsolute loss E_ABSOLUTELOSSDEC16(10) E_ABSOLUTELOSS
YEARPROFILEALLOCAllocation of annual profiles E_YEAR_PROFILECHAR1KENNZX
FACTORNumber of EDM Profile E_PROFILENUMC18E_PROFILEE_PROFILE
ALLOCCATEGORYCategory of Profile Allocation for Synthetic Profile E_ALLOCCATEGORYCHAR1E_ALLOCCATEGORY
DAYTYPEXIDException to Day Type E_RTP_DAYTYPEXIDCHAR2E_RTP_DAYTYPEXID
DAYTYPEBLOCKTXTDay group description E_DAYTYPEBLOCKTXTCHAR40TEXT40
SEASONBLOCKTXTSeason group description E_SEASONBLOCKTEXTCHAR40TEXT40
CHANGEABLEIndicators KENNZXCHAR1KENNZX
GENERATED_FROMFrom-Date E_EDMDATEFROMDATS8
GENERATED_TOTo-Date E_EDMDATETODATS8
STATUS_ICONStatus symbol for synthetic profiles E_SYNPROF_STATUS_ICONCHAR40TEXT40
STATUS_TEXTObject status J_TXT30CHAR30TEXT30
MASSUnit of measurement for meter reading MEINS_ISUCHAR6LUNITMSEC6MEINS_ISU
MASSREFUnit of measurement for meter reading MEINS_ISUCHAR6LUNITMSEC6MEINS_ISU
SPARTEDivision SPARTECHAR2SPARTSPA
INTSIZEIDInterval Length ID INTSIZEIDCHAR4INTSIZEID
DYNFACTORTXTText for dynamic modification factors EEDM_DYNFACTORTXTCHAR15
DAYTYPEXIDTXTDescription of Exception to Day Types E_RTP_DAYTYPEXIDTXTCHAR40TEXT40
TC_ASSIGNMENT_LOOPCVisible Lines of a Step Loop SYLOOPCINT410SYST_BYTE
SELECTED_TC_LINE 0
DATETOTo-Date E_EDMDATETODATS8
TIMETOTo-Time E_EDMTIMETOTIMS6
DATEFROMFrom-Date E_EDMDATEFROMDATS8
TIMEFROMFrom-time E_EDMTIMEFROMTIMS6
ALLOCPROFILENumber of EDM Profile E_PROFILENUMC18E_PROFILEE_PROFILE
SELECTEDIndicators KENNZXCHAR1KENNZX
SPARTEDivision SPARTECHAR2SPARTSPA
INTSIZEIDInterval Length ID INTSIZEIDCHAR4INTSIZEID
MASSUnit of Measurement E_MASSUNIT3CUNITMEINS
PROFCATProfile category PROFCATEGORYNUMC2PROFCATEGORY

Key field Non-key field



How do I retrieve data from SAP structure EEDM_EZWG_PROFASS_SCREEN using ABAP code?

As EEDM_EZWG_PROFASS_SCREEN 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 EEDM_EZWG_PROFASS_SCREEN as there is no data to select.

How to access SAP table EEDM_EZWG_PROFASS_SCREEN

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