EEDMSETTLUNIT SAP (Settlement Unit (Header Data)) Table details

Dictionary Type: Table
Description: Settlement Unit (Header Data)




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




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

EEDMSETTLUNIT is a standard SAP Table which is used to store Settlement Unit (Header Data) data and is available within R/3 SAP systems depending on the version and release level.

The EEDMSETTLUNIT table consists of various fields, each holding specific information or linking keys about Settlement Unit (Header Data) data available in SAP. These include SETTLUNIT (Settlement Unit), DATEFROM (From-Date), TIMEFROM (From-time), DATETO (To-Date).. 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 = EEDMSETTLUNITT


SAP EEDMSETTLUNIT 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
SETTLUNITSettlement Unit E_EDMSETTLUNITCHAR10E_EDMSETTLUNITEEDMSETTLUNIT
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_EDMSETTLCOORDCHAR10ESERVPROVSERVICE_PROVSERVICEPROVIDER_SETTLCOORD
SETTLTRANSCODistributor as Service Provider E_EDMSETTLTRANSCOCHAR10ESERVPROVSERVICE_PROVSERVICEPROVIDER_TRANSCO
SETTLSUPPLIERSupplier as Service Provider E_EDMSETTLSUPPLIERCHAR10ESERVPROVSERVICE_PROVSERVICEPROVIDER_SUPPLIER
SUNITCATSettlement Unit Category E_EDMSUNITCATNUMC2EEDMSUNITCATE_EDMSUNITCAT
SETTLVIEWSettlement View E_EDMSETTLVIEWNUMC3EEDMSETTLVIEWE_EDMSETTLVIEWEEDMSETTLVIEW
SETTLUNITEXTExternal Name of Settlement Unit E_EDMSETTLUNITEXTCHAR40E_EDMSETTLUNITEXT
SETTLUNITGRIDGrid that Is Valid for the Settlement Unit E_EDMSETTLUNITGRIDCHAR10Assigned to domainGRID_ID
SETTLUNITRESPService Provider Responsible for Settlement Unit E_EDMSETTLUNITRESPCHAR10Assigned to domainSERVICE_PROV
SETTLVIEWADDAdditional Settlement View E_EDMSETTLVIEWADDNUMC3EEDMSETTLVIEWE_EDMSETTLVIEW
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM EEDMSETTLUNIT
INTO CORRESPONDING FIELDS OF WA_EEDMSETTLUNIT
WHERE...

How to access SAP table EEDMSETTLUNIT

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