TE502 SAP (Central Control of Additional Invoicing Functions) Table details

Dictionary Type: Table
Description: Central Control of Additional Invoicing Functions




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




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

TE502 is a standard SAP Table which is used to store Central Control of Additional Invoicing Functions data and is available within R/3 SAP systems depending on the version and release level.

The TE502 table consists of various fields, each holding specific information or linking keys about Central Control of Additional Invoicing Functions data available in SAP. These include VERART (Clearing Type For Clearing Postings), VERTYP (Clearing Category For Clearing Postings), XACC_MAINT (Account Maintenance in Invoicing), XINT_DEB (Indicator: Calculate interest for debit items 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: 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 or numeric)


SAP TE502 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
VERARTClearing Type For Clearing Postings VERART_KKCHAR3TFK110CHAR3
VERTYPClearing Category For Clearing Postings VERTYP_KKCHAR4TFK111VERTYP_KK
XACC_MAINTAccount Maintenance in Invoicing E_XACC_MAINTCHAR1KENNZX
XINT_DEBIndicator: Calculate interest for debit items in invoicing E_XINT_DEBCHAR1KENNZX
XINT_SECCalculate interest for cash security deposit in invoicing E_XINT_SECCHAR1KENNZX
XDUNDun in invoicing E_XDUNCHAR1KENNZX
XLPC_DEBCharge (LPC) for Overdue Items in Invoicing E_XLPC_DEBCHAR1KENNZX
XLPC_INSTCharge (LPC) for Installment Plan Items in Bill E_XLPC_INSTCHAR1KENNZX
XSTATDebit Position of Statistical Item in Invoicing E_XSTATCHAR1KENNZX
XPRINT_ZASInclude Items in Payment Form XPRINT_ZASCHAR1XFELD
X_SEPA_PRENOTSEPA Direct Debit Pre-Notification in Invoicing E_X_SEPA_PRENOTCHAR1KENNZX

Key field Non-key field



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

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

SELECT SINGLE *
FROM TE502
INTO CORRESPONDING FIELDS OF WA_TE502
WHERE...

How to access SAP table TE502

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