REEX_AR_CLEARING SAP (ALV Grid Structure: Clearing of Receivables) Structure details

Dictionary Type: Structure
Description: ALV Grid Structure: Clearing of Receivables




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




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

REEX_AR_CLEARING 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 "ALV Grid Structure: Clearing of Receivables" 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_REEX_AR_CLEARING TYPE REEX_AR_CLEARING.

The REEX_AR_CLEARING table consists of various fields, each holding specific information or linking keys about ALV Grid Structure: Clearing of Receivables data available in SAP. These include KOART (Account Type), SHKZG (Debit/Credit Indicator), BSCHL (Posting Key), UMSKZ (Special G/L Indicator).. 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 (Deep)


SAP REEX_AR_CLEARING 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
KOARTAccount Type KOARTCHAR1KOART
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
BSCHLPosting Key BSCHLCHAR2TBSLBSCHL
UMSKZSpecial G/L Indicator UMSKZCHAR1T074UUMSKZ
HKONTGeneral Ledger Account HKONTCHAR10SKB1ALPHASAKNR
KUNNRCustomer Numbers KUNNRCHAR10KNB1ALPHAKUNNRKUNC_KUNNR
MWSKZTax on sales/purchases code MWSKZCHAR2T007AMWSKZ
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SGTXTItem Text SGTXTCHAR50TEXT50
VALUTValue date VALUTDATS8DATUM
ZUONRAssignment Number DZUONRCHAR18ZUONR
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ZLSCHPayment Method SCHZW_BSEGCHAR1T042ZZLSCH
ZLSPRPayment Block Key DZLSPRCHAR1T008ZAHLSSPE
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTIDCHAR5T012KHKTID
BVTYPBank Details ID REBPBANKDETAILIDCHAR4CHAR4
MABERDunning Area MABERCHAR2T047MMABER
MANSPDunning block MANSPCHAR1T040SMANSP
VERTTContract Type RANTYPCHAR1RANTYP
VERTNContract Number RANLCHAR13ALPHARANLRAN
VBEWAFlow Type SBEWARTCHAR4TZB0ASBEWART
TXJCDTax Jurisdiction TXJCDCHAR15TTXJTXJCDTXJ
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
KALSMProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6Assigned to domainKALSM
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
LZBKZState Central Bank Indicator LZBKZCHAR3T015LLZBKZ
LANDLSupplying Country LANDLCHAR3T005LAND1
MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035

Key field Non-key field



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

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

How to access SAP table REEX_AR_CLEARING

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