T665A SAP (Special Processing for Self-Billing) Table details

Dictionary Type: Table
Description: Special Processing for Self-Billing




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




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

T665A is a standard SAP Table which is used to store Special Processing for Self-Billing data and is available within R/3 SAP systems depending on the version and release level.

The T665A table consists of various fields, each holding specific information or linking keys about Special Processing for Self-Billing data available in SAP. These include KUNNR (Sold-to party), ABLAD (Unloading Point), ERSTL (Test run for incoming consignment issues), AUTOMO (Special rules for automobile industry).. 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 T665A 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
KUNNRSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
ABLADUnloading Point ABLADCHAR25TEXT25
ERSTLTest run for incoming consignment issues ERSTLCHAR1XFELD
AUTOMOSpecial rules for automobile industry AUTOMOCHAR2AUTOM
TXTMLAutomatic Mail when Texts are Received by EDI TXTMLCHAR1TXTML
AUARTGSSales document type for credit memo request AUART_GSCHAR4TVAKAUARTAUART
AUARTLSSales document type for debit memo request AUART_LSCHAR4TVAKAUARTAUART
FKARTRCBilling type for invoice FKART_RCCHAR4TVFKFKART
FKARTGSMBilling type for credit memo (quantity correction) FKART_GSMCHAR4Assigned to domainFKART
FKARTGSBilling type for credit memo (retro-billing) FKART_GSNCHAR4TVFKFKART
FKARTLSBilling type for debit memo (retro-billing) FKART_LSNCHAR4TVFKFKART
FKCREATEIndicator: Always create billing document FKCREATECHAR1XFELD
AUARTDEFDefault sales document category AUART_DEFSBICHAR4TVAKAUARTAUART
PSTYVDEFDefault item category PSTYV_DEFSBICHAR4TVPTPSTYV
WERKSDEFDefault plant WERKS_DEFSBICHAR4T001WWERKS
VKORGDEFDefault sales organization VKORG_DEFSBICHAR4TVKOVKORG
VTWEGDEFDefault distribution channel VTWEG_DEFSBICHAR2TVTWVTWEG
SPARTDEFDefault division SPART_DEFSBICHAR2TSPASPART

Key field Non-key field



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

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

SELECT SINGLE *
FROM T665A
INTO CORRESPONDING FIELDS OF WA_T665A
WHERE...

How to access SAP table T665A

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