AT19 SAP (Supplements to Flow Types) Table details

Dictionary Type: Table
Description: Supplements to Flow Types




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




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

AT19 is a standard SAP Table which is used to store Supplements to Flow Types data and is available within R/3 SAP systems depending on the version and release level.

The AT19 table consists of various fields, each holding specific information or linking keys about Supplements to Flow Types data available in SAP. These include RANTYP (Contract Type), SBEWART (Flow Type), SBKKLAS (Classification of flows and conditions), SBKTYP (Category of Flows and Conditions).. 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 AT19 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
RANTYPContract Type RANTYPCHAR1RANTYP
SBEWARTFlow Type SBEWARTCHAR4TZB0ASBEWART
SBKKLASClassification of flows and conditions TB_SBKKLASCHAR1T_SBKKLAS
SBKTYPCategory of Flows and Conditions TB_SBKTYPCHAR2AT08T_SBKTYP
SBESTANDFlow Relevant to Position TB_SBSTANDCHAR1XFELD
SERFOLGFlow Is Relevant to Profit/Loss TB_SERFOLGCHAR1XFELD
SBWRTNGFlow Is Relevant to Valuation TB_SBWRTNGCHAR1XFELD
SABGRZGFlow is relevant for accrual/deferral TB_SABGRZGCHAR1XFELD
SABGVAccrual/deferral procedure TB_SABGVCHAR1T_SABGV
SABGMAccrual/Deferral Method TB_SABGMCHAR1T_SABGM
SBAABAFlow type for accrual TB_SBAABACHAR4TZB0ASBEWART
SBAABARFlow type for reset of accrual TB_SBAABARCHAR4TZB0ASBEWART
SBAABTFlow type of deferral TB_SBAABTCHAR4TZB0ASBEWART
SBAABTRFlow type of reset of deferral TB_SBAABTRCHAR4TZB0ASBEWART
SBAABGFlow type of accrual/deferral flow TB_SBAABGCHAR4TZB0ASBEWART
SSUMRELIndicator: Flow is relevant for net payment amount TB_SUMRELCHAR1XFELD
SEARLYREPFlow Is Relevant for Accrued Interest Calculation TB_SEARLYREPCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM AT19
INTO CORRESPONDING FIELDS OF WA_AT19
WHERE...

How to access SAP table AT19

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