T086 SAP (Sort version Reporting) Table details

Dictionary Type: Table
Description: Sort version Reporting




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




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

T086 is a standard SAP Table which is used to store Sort version Reporting data and is available within R/3 SAP systems depending on the version and release level.

The T086 table consists of various fields, each holding specific information or linking keys about Sort version Reporting data available in SAP. These include SRTVAR (Sort version for reporting), TABLN1 (Table Name), FELDN1 (Field name), XSUMM1 (Indicator: Create totals at this sort level).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = T086T


SAP T086 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
SRTVARSort version for reporting SRTVARCHAR4SRTVAR
TABLN1Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
FELDN1Field name FELDNMCHAR30Assigned to domainFDNAME
XSUMM1Indicator: Create totals at this sort level XSUMMECHAR1XFELD
XAFLG1Indicator: Statistical outline XAFLGCHAR1XFELD
TABLN2Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
FELDN2Field name FELDNMCHAR30Assigned to domainFDNAME
XSUMM2Indicator: Create totals at this sort level XSUMMECHAR1XFELD
XAFLG2Indicator: Statistical outline XAFLGCHAR1XFELD
TABLN3Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
FELDN3Field name FELDNMCHAR30Assigned to domainFDNAME
XSUMM3Indicator: Create totals at this sort level XSUMMECHAR1XFELD
XAFLG3Indicator: Statistical outline XAFLGCHAR1XFELD
TABLN4Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
FELDN4Field name FELDNMCHAR30Assigned to domainFDNAME
XSUMM4Indicator: Create totals at this sort level XSUMMECHAR1XFELD
XAFLG4Indicator: Statistical outline XAFLGCHAR1XFELD
TABLN5Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
FELDN5Field name FELDNMCHAR30Assigned to domainFDNAME
XSUMM5Indicator: Create totals at this sort level XSUMMECHAR1XFELD
XAFLG5Indicator: Statistical outline XAFLGCHAR1XFELD
XANLN1Indicator: Totals by main number in reporting XANLN1CHAR1XFELD
XANLN2Indicator: Sort asset subnumbers in descending order XANLN2CHAR1XFELD
OFFSET1Offset within the field F_OFFSETNUMC2NUM02
LAENGE1Internal field length F_LAENGENUMC2NUM02
OFFSET2Offset within the field F_OFFSETNUMC2NUM02
LAENGE2Internal field length F_LAENGENUMC2NUM02
OFFSET3Offset within the field F_OFFSETNUMC2NUM02
LAENGE3Internal field length F_LAENGENUMC2NUM02
OFFSET4Offset within the field F_OFFSETNUMC2NUM02
LAENGE4Internal field length F_LAENGENUMC2NUM02
OFFSET5Offset within the field F_OFFSETNUMC2NUM02
LAENGE5Internal field length F_LAENGENUMC2NUM02
XNEWPG1Indicator: New page when this sort field has new contents XNEWPGCHAR1XFELD
XNEWPG2Indicator: New page when this sort field has new contents XNEWPGCHAR1XFELD
XNEWPG3Indicator: New page when this sort field has new contents XNEWPGCHAR1XFELD
XNEWPG4Indicator: New page when this sort field has new contents XNEWPGCHAR1XFELD
XNEWPG5Indicator: New page when this sort field has new contents XNEWPGCHAR1XFELD
ANZUNTNRNumber of subnumbers at which the main number is totalled ANZUNTNRNUMC1ANZUNTNR
XLEERZLIndicator: Blank line after total for main number XLEERZLCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T086
INTO CORRESPONDING FIELDS OF WA_T086
WHERE...

How to access SAP table T086

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