TXW_ALV_CHK SAP (Outputstructure for Checksum report) Structure details

Dictionary Type: Structure
Description: Outputstructure for Checksum report




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




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

TXW_ALV_CHK 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 "Outputstructure for Checksum report" 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_TXW_ALV_CHK TYPE TXW_ALV_CHK.

The TXW_ALV_CHK table consists of various fields, each holding specific information or linking keys about Outputstructure for Checksum report data available in SAP. These include MONAT (Fiscal Period), KOART (Account Type), SHKZG (Debit/Credit Indicator), DMBTR (Total in segment TXW_FI_POS).. 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: Can be enhanced (character-type or numeric)


SAP TXW_ALV_CHK 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
MONATFiscal Period MONATNUMC2MONAT
KOARTAccount Type KOARTCHAR1KOART
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
DMBTRTotal in segment TXW_FI_POS TXW_CHK_DMBTRCURR17(2) WERTV9
COUNTNumber of items in segment TXW_FI_POS TXW_CHK_COUNTINT410
DMBTR_GLT0Total in segment TXW_BBACC TXW_CHK_HSLCURR17(2) WERTV9
NGL_DMBTRTotal in segment TXW_FI_NGL_POS TXW_CHK_NGLBTRCURR17(2) WERTV9
NGL_COUNTNumber of entries in segment TXW_FI_NGL_POS TXW_CHK_NGLCNTINT410INT4
O_DMBTRFI line item totals on the database TXW_CHK_O_DMBTRCURR17(2) WERTV9
O_COUNTNumber of FI line items on the database TXW_CHK_O_COUNTINT410INT4
O_DMBTR_GLT0GL/account total in local currency on database TXW_CHK_O_HSLCURR17(2) WERTV9
O_NGL_DMBTRNew GL line items totals on database TXW_CHK_O_NGLBTRCURR17(2) WERTV9
O_NGL_COUNTNew GL line item count TXW_CHK_O_NGLCNTINT410INT4
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
STATUSStatus TXW_CHK_STATUSCHAR4Assigned to domainICON

Key field Non-key field



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

As TXW_ALV_CHK 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 TXW_ALV_CHK as there is no data to select.

How to access SAP table TXW_ALV_CHK

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