EEDMSETTLPROCRR SAP (Settlement Procedure (Role for Register Allocation)) Table details

Dictionary Type: Table
Description: Settlement Procedure (Role for Register Allocation)




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




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

EEDMSETTLPROCRR is a standard SAP Table which is used to store Settlement Procedure (Role for Register Allocation) data and is available within R/3 SAP systems depending on the version and release level.

The EEDMSETTLPROCRR table consists of various fields, each holding specific information or linking keys about Settlement Procedure (Role for Register Allocation) data available in SAP. These include SETTLPROCESS (Settlement Procedure), SELTYPE (Selection Type for Settlement), PROFROLEPRIO (Priority of Role for Settlement Unit), PROFROLE (Profile Allocation 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP EEDMSETTLPROCRR 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
SETTLPROCESSSettlement Procedure E_EDMSETTLPROCESSCHAR10EEDMSETTLPROCE_EDMSETTLPROCESSEEDMSETTLPROC_AKTIV
SELTYPESelection Type for Settlement E_EDMSELTYPECHAR2Assigned to domainE_EDMSELTYPEEEDMSELTYPE
PROFROLEPRIOPriority of Role for Settlement Unit E_PROFROLEPRIONUMC2E_PROFROLEPRIO
PROFROLEProfile Allocation Role PROFROLEREGCHAR4EPROFASSROLEPROFROLEISU_EDM_ROLE_FOR_REGISTER

Key field Non-key field



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

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

SELECT SINGLE *
FROM EEDMSETTLPROCRR
INTO CORRESPONDING FIELDS OF WA_EEDMSETTLPROCRR
WHERE...

How to access SAP table EEDMSETTLPROCRR

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