EITR SAP (Temporary Selection Data for IS-U Invoicing) Table details

Dictionary Type: Table
Description: Temporary Selection Data for IS-U Invoicing




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




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

EITR is a standard SAP Table which is used to store Temporary Selection Data for IS-U Invoicing data and is available within R/3 SAP systems depending on the version and release level.

The EITR table consists of various fields, each holding specific information or linking keys about Temporary Selection Data for IS-U Invoicing data available in SAP. These include BELNR (Number of a billing document), BEL_ART (Document type), BUKRS (Company Code), PORTION (Portion).. 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)


SAP EITR 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
BELNRNumber of a billing document E_BELNRCHAR12ALPHAE_BELNRBELERCH
BEL_ARTDocument type BEL_ARTCHAR1BEL_ART
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
PORTIONPortion PORTIONCHAR8TE420PORTIONTPRE420
GPARTNERBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
VKONTContract Account Number VKONT_KKCHAR12FKKVKALPHAVKONT_KKKTOFKKVKP_F4
ABWVKAlternative contract account for collective bills ABWVK_KKCHAR12FKKVKALPHAVKONT_KK
ABRVORGBilling Transaction ABRVORGCHAR2ABRVORGABV
VERTRAGContract VERTRAGCHAR10EVERALPHAVERTRAGVTGEVER
SPARTEDivision SPARTECHAR2TSPASPARTSPA
MANOUTSORTReason for manual outsorting in billing MANOUTSORTCHAR8TE127MANOUTSORT
SIMULATIONIndicator: billing simulation SIMULATIONCHAR2SIMULATIONSIY
TOBRELEASDIndicator: document not released yet TOBRELEASDCHAR1KENNZX
FAEDNDue date for net payment FAEDN_KKDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM EITR
INTO CORRESPONDING FIELDS OF WA_EITR
WHERE...

How to access SAP table EITR

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