T060 SAP (Rules for A/R and A/P information system) Pooled Table details

Dictionary Type: Pooled Table
Description: Rules for A/R and A/P information system




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




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

T060 is a standard SAP Pooled Table which is used to store Rules for A/R and A/P information system data and is available within R/3 SAP systems depending on the version and release level.

The T060 table consists of various fields, each holding specific information or linking keys about Rules for A/R and A/P information system data available in SAP. These include OWNER (Evaluation view), KOART (Account Type), AWTYP (Evaluation type), VERSN (Version within an evaluation type).. 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: Not classified

Text table = T060T


SAP T060 pooled 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
OWNEREvaluation view RR_OWNERCHAR4T060ORR_OWNER
KOARTAccount Type KOARTCHAR1KOART
AWTYPEvaluation type RR_AWTYPCHAR2T060ARR_AWTYP
VERSNVersion within an evaluation type RR_VERSNCHAR1RR_VERSN
XAUSWOption: Evaluation is to be created RR_XAUSWCHAR1XFELD
SLREPProgram which supplies the data for the evaluation RR_SLREPCHAR40TRDIRPROGNAME
EXREPProgram which generates the evaluation RR_EXREPCHAR40TRDIRPROGNAME
EXVARReport variant for creating the evaluation RR_EXVARCHAR14RALDB_VARI
IMREPProgram which displays the evaluations RR_IMREPCHAR40TRDIRPROGNAME
IMVARReport variant for displaying the evaluation RR_IMVARCHAR14RALDB_VARI
XBNKLIndicator: Evaluation needs bank data RR_XBNKLCHAR1XFELD
XSTDLIndicator: Evaluation needs tax data RR_XSTDLCHAR1XFELD
XKKDLIndicator: Evaluation needs customer credit data RR_XKKDLCHAR1XFELD
XMNDLIndicator: Evaluation needs dunning data RR_XMNDLCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T060
INTO CORRESPONDING FIELDS OF WA_T060
WHERE...

How to access SAP table T060

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