EEDMSETTLUNIT_SCREEN SAP (Screen Data for Settlement Unit) Structure details

Dictionary Type: Structure
Description: Screen Data for Settlement Unit




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




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

EEDMSETTLUNIT_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 Settlement Unit" 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_EEDMSETTLUNIT_SCREEN TYPE EEDMSETTLUNIT_SCREEN.

The EEDMSETTLUNIT_SCREEN table consists of various fields, each holding specific information or linking keys about Screen Data for Settlement Unit data available in SAP. These include SETTLUNIT (Settlement Unit), SETTLUNITTXT (Settlement Unit Description), DATEFROM (From-Date), TIMEFROM (From-time).. 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 (Deep)


SAP EEDMSETTLUNIT_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
HEAD 0
SETTLUNITSettlement Unit E_EDMSETTLUNITCHAR10E_EDMSETTLUNITEEDMSETTLUNIT
SETTLUNITTXTSettlement Unit Description E_EDMSETTLUNITTXTCHAR60E_EDMSETTLUNITTXT
DATEFROMFrom-Date E_EDMDATEFROMDATS8
TIMEFROMFrom-time E_EDMTIMEFROMTIMS6
DATETOTo-Date E_EDMDATETODATS8
TIMETOTo-Time E_EDMTIMETOTIMS6
SPARTYPDivision category SPARTYPNUMC2SPARTYPSPT
SETTLCOORDSettlement Coordinator as Service Provider E_EDMSETTLCOORDCHAR10SERVICE_PROVSERVICEPROVIDER_SETTLCOORD
SETTLCOORDTXTName of service provider SERVICE_PROV_TEXTCHAR40TEXT40
SETTLTRANSCODistributor as Service Provider E_EDMSETTLTRANSCOCHAR10SERVICE_PROVSERVICEPROVIDER_TRANSCO
SETTLTRANSCOTXTName of service provider SERVICE_PROV_TEXTCHAR40TEXT40
SETTLSUPPLIERSupplier as Service Provider E_EDMSETTLSUPPLIERCHAR10SERVICE_PROVSERVICEPROVIDER_SUPPLIER
SETTLSUPPLIERTXTName of service provider SERVICE_PROV_TEXTCHAR40TEXT40
SETTLUNITGENStatus of Generation for Settlement Unit E_EDMSETTLUNITGENNUMC1E_EDMSETTLUNITGEN
SUNITCATSettlement Unit Category E_EDMSUNITCATNUMC2E_EDMSUNITCAT
SUNITCATTXTDescription of Settlement Unit Category E_EDMSUNITCATTXTCHAR60E_EDMSUNITCATTXT
SETTLVIEWSettlement View E_EDMSETTLVIEWNUMC3E_EDMSETTLVIEWEEDMSETTLVIEW
SETTLVIEWTXTSettlement View Description E_EDMSETTLVIEWTXTCHAR60E_EDMSETTLVIEWTXT
SETTLUNITEXTExternal Name of Settlement Unit E_EDMSETTLUNITEXTCHAR40E_EDMSETTLUNITEXT
SETTLUNITGRIDGrid that Is Valid for the Settlement Unit E_EDMSETTLUNITGRIDCHAR10GRID_ID
SETTLUNITGRIDTXTGrid Description GRID_NAMECHAR40TEXT40
SETTLUNITRESPService Provider Responsible for Settlement Unit E_EDMSETTLUNITRESPCHAR10SERVICE_PROV
SETTLUNITRESPTXTName of service provider SERVICE_PROV_TEXTCHAR40TEXT40
SETTLVIEWADDAdditional Settlement View E_EDMSETTLVIEWADDNUMC3E_EDMSETTLVIEW
WHIST 0
SETTLUNITSettlement Unit E_EDMSETTLUNITCHAR10E_EDMSETTLUNITEEDMSETTLUNIT
DATEFROMFrom-Date E_EDMDATEFROMDATS8
TIMEFROMFrom-time E_EDMTIMEFROMTIMS6
DATETOTo-Date E_EDMDATETODATS8
TIMETOTo-Time E_EDMTIMETOTIMS6
TOPSETTLUNITHigher-Level Settlement Unit E_EDMSETTLUNITTOPCHAR10E_EDMSETTLUNITEEDMSETTLUNIT
TOPSETTLUNITTXTSettlement Unit Description E_EDMSETTLUNITTXTCHAR60E_EDMSETTLUNITTXT
SETTLVIEWSettlement View E_EDMSETTLVIEWNUMC3E_EDMSETTLVIEWEEDMSETTLVIEW
ASSIGNREASONReason for Allocating Higher-Level Settlement Unit E_EDMSETTLUNITASSIGNREASONNUMC4E_EDMSETTLUNITASSIGNREASON
ASSIGNREASON_TXTDescription of Rsn for Allocating Higher-Level Settl. Unit E_EDMSETTLUNITASSIGNREASON_TXTCHAR60TEXT60
INSERT_WHISTIndicators KENNZXCHAR1KENNZX
IHIST 0
POD 0
INT_UIInternal key for point of delivery INT_UICHAR22INT_POD
EXT_UIPoint of delivery ID EXT_UICHAR50EXT_UIEXT_POD
EXT_UI_EXPANDEDPoint of Delivery ID EXT_UI_EXPANDEDCHAR60TEXT60
UITEXTPoint of Delivery Description E_UITEXTCHAR60TEXT60
CI 0
DUMMYDummy function in length 1 DUMMYCHAR1DUMMY
CNTR 0
ERRORIndicators KENNZXCHAR1KENNZX

Key field Non-key field



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

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

How to access SAP table EEDMSETTLUNIT_SCREEN

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