TRACS_CHECK_RESULT SAP (Structure to store information about an inconsistent entry) Structure details

Dictionary Type: Structure
Description: Structure to store information about an inconsistent entry




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




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

TRACS_CHECK_RESULT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure to store information about an inconsistent entry" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TRACS_CHECK_RESULT TYPE TRACS_CHECK_RESULT.

The TRACS_CHECK_RESULT table consists of various fields, each holding specific information or linking keys about Structure to store information about an inconsistent entry data available in SAP. These include BUKRS (Company Code), BELNR (Accounting Document Number), BLART (Document Type), BUDAT (Posting Date in the Document).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TRACS_CHECK_RESULT structure 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
AWSYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
BUDATPosting Date in the Document BUDATDATS8DATUM
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
BVORGNumber of Cross-Company Code Posting Transaction BVORGCHAR16BVORG
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
GLVORBusiness Transaction GLVORCHAR4CHAR4
AWKEYReference Key AWKEYCHAR20AWKEY
AWORGReference Organizational Units AWORGCHAR10AWORG
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
CHECKNAME name of the check0
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
HEADERLINETEXTText to be Printed TPM_HEADERLINETEXTCHAR66

Key field Non-key field



How do I retrieve data from SAP structure TRACS_CHECK_RESULT using ABAP code?

As TRACS_CHECK_RESULT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TRACS_CHECK_RESULT as there is no data to select.

How to access SAP table TRACS_CHECK_RESULT

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