ISAERSLIST SAP (ERS Collective Settlement List) Table details

Dictionary Type: Table
Description: ERS Collective Settlement List




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




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

ISAERSLIST is a standard SAP Table which is used to store ERS Collective Settlement List data and is available within R/3 SAP systems depending on the version and release level.

The ISAERSLIST table consists of various fields, each holding specific information or linking keys about ERS Collective Settlement List data available in SAP. These include TRANSNO (IDoc number), BELNR (Document Number of an Invoice Document), GJAHR (Fiscal Year), LIFNR (Different Invoicing Party).. 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 ISAERSLIST 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
TRANSNOIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
BELNRDocument Number of an Invoice Document RE_BELNRCHAR10ALPHABELNRRBN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
LIFNRDifferent Invoicing Party LIFRECHAR10Assigned to domainALPHALIFNRLRE
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
BUDATPosting Date in the Document BUDATDATS8DATUM
RMWWRGross invoice amount in document currency RMWWRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WMWST1Tax Amount in Document Currency with +/- Sign FWSTEVCURR13(2) WERTV7
NETTAmount in document currency WRBTRCURR13(2) WERT7
WSKTOCash discount amount in document currency WSKTOCURR13(2) WERT7
TRANSDTField of type DATS DATSDATS8DATS
TRANSTIMField of type TIMS TIMSTIMS6TIME
RETRANSNumc3, internal use NUMC3NUMC3NUMC3
IDOCNOIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
IDOCCRDATField of type DATS DATSDATS8DATS
STENRTax Number at Responsible Tax Authority STENRCHAR18CHAR18
STCEGVAT Registration Number STCEGCHAR20STCEG
T_USERChanged by USERCHAR12CHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM ISAERSLIST
INTO CORRESPONDING FIELDS OF WA_ISAERSLIST
WHERE...

How to access SAP table ISAERSLIST

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