ERDO SAP (Outsorting Table for Invoicing) Table details

Dictionary Type: Table
Description: Outsorting Table for Invoicing




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




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

ERDO is a standard SAP Table which is used to store Outsorting Table for Invoicing data and is available within R/3 SAP systems depending on the version and release level.

The ERDO table consists of various fields, each holding specific information or linking keys about Outsorting Table for Invoicing data available in SAP. These include OPBEL (Number of print document), OUTCNSO (Consecutive number of outsorting), VALIDAT_IN (Name of Invoicing Validation), MANOUTS_IN (Reason for manual outsorting in invoicing).. 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)


SAP ERDO 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 MANDTCLNT3Assigned to domainMANDT
OPBELNumber of print document E_PRINTDOCCHAR12Assigned to domainALPHAE_PRINTDOCE_PRINTDOC
OUTCNSOConsecutive number of outsorting OUTCNSONUMC4OUTCNSO
VALIDAT_INName of Invoicing Validation VALIDAT_INCHAR10TE008VALIDAT_IN
MANOUTS_INReason for manual outsorting in invoicing MANOUTS_INCHAR8TE128MANOUTS_IN
FREI_AMDocument Release Date FREI_AMDATS8DATUM
FREI_VONName of user who released the document FREI_VONCHAR12USNAM
DEVIATIONDeviation DEVIATIONDEC13(2) DEVIATION
SIMULATIONIndicator: billing simulation SIMULATIONCHAR2SIMULATIONSIY
OUTCOUNTNumber of manual outsortings to be carried out yet OUTCOUNTNUMC2OUTNUMBER
OUTSORT_INDocuments outsorted in invoicing OUTSORT_INCHAR1KENNZX
OUTSORT_PRDocuments Outsorted in Bill Printing OUTSORT_PRCHAR1KENNZX
BGRD_RELEASEBackground release of document E_BACKGROUND_RELEASECHAR1KENNZX

Key field Non-key field



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

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

SELECT SINGLE *
FROM ERDO
INTO CORRESPONDING FIELDS OF WA_ERDO
WHERE...

How to access SAP table ERDO

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