REEX_DOC_BY_CC SAP (FI Documents) Structure details

Dictionary Type: Structure
Description: FI Documents




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




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

REEX_DOC_BY_CC 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 "FI Documents" 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_DOC_BY_CC TYPE REEX_DOC_BY_CC.

The REEX_DOC_BY_CC table consists of various fields, each holding specific information or linking keys about FI Documents data available in SAP. These include REFBT (Document type of reference document), REFBK (Company code of FI document), REFBN (Reference Document Number), AWORG (Reference Organizational Units).. 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 REEX_DOC_BY_CC 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
OBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
REFBTDocument type of reference document CO_REFBTCHAR1BELTY
REFBKCompany code of FI document CO_REFBKCHAR4Assigned to domainBUKRS
REFBNReference Document Number CO_REFBNCHAR10ALPHABELNR
AWORGReference Organizational Units AWORGCHAR10AWORG
AWKEYReference Key AWKEYCHAR20AWKEY
REFGJFiscal year of reference document CO_REFGJNUMC4GJAHRGJAHR
REFBZCompany code of FI document CO_REFBKCHAR4Assigned to domainBUKRS
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
LOGSYSTEMLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
BELNRDocument Number CO_BELNRCHAR10Assigned to domainALPHACO_BELNRBLN
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SWENRValid Site RESCSUBECHAR8Assigned to domainSWENRREBDBENOREBDBENOREBDBENO
SNKSLService Charge Key RESCSCKEYCHAR4TIVSCSCKEYALPHARESCSCKEYRESCSCKEYRESCSCKEY
SEMPSLSettlement Unit RESCSUIDCHAR5ALPHARESCSUIDRESCSUIDRESCSU
VALIDFROMStart of Settlement Period RESCSETTLEVALIDFROMDATS8RECADATE
VALIDTOEnd of Settlement Period RESCSETTLEVALIDTODATS8REDATRECADATEEND
XSSCKEYShort Text of Service Charge Key RESCXSSCKEYCHAR15RECAXSDESCRIPTION
XSUName of settlement unit RESCXSUCHAR60RECAXLDESCRIPTION
KSTGRPSettlement company cost group KSTGRPCHAR1KSTGRP
XKSTGRPName of Cost Group for Settlement Company RESCXKSTGRPCHAR15RECAXSDESCRIPTION
SKABRFSettlement company indicator SKABRFCHAR3TIV50SKABRF
XMBEZNorm.desc. of heating costs/heating systems accountancy firm XMKABRFCHAR30XMBEZ
XKBEZShort name of heating costs/heating systems accountancy firm XKKABRFCHAR15XKBEZ
ABRKDNRCustomer no. used by settlement company to manage partner ABRKDNRNUMC7NUM7
EXTERNAL_OBJIDHeating expenses settlement company evaluation group STECHEMCHAR13STECHEM
SKSTSCHLKey for accountancy firms cost elements SKSTSCHLNUMC2TIV51SKSTSCHL
KBRARTFuel type in RE KBRARTNUMC2TIV54KBRART
XSKSTSCHLNormal name (30 characters) XMBEZCHAR30XMBEZ
XSBRARTShort Name XKBEZCHAR15XKBEZ
IDENTPARENTSUComplete Object Identification RESCIDENTPARENTSUCHAR50CHAR50
HASCOSTOBJECTCost Object SUs Can Be Assigned to the SU RESCHASCOSTOBJECTCHAR1RECABOOL
EXCHANGETYPEType of Data Exchange RESCEXCHANGETYPECHAR2RESCEXCHANGETYPE
COST_INDICATOROperating Costs RESCCOSTINDICATORCHAR1RECABOOL
IS_APPORTIONABLECost Elements That Can Be Apportioned RESCISAPPORTIONABLECHAR1RECABOOL
ONLY_COMMERCIALService Charges Apportionable for Commercial Only? RESCONLYCOMMERCIALCHAR1RECABOOL
USE_HEATDAYSHeating Expense Settlement: Use of Heating Value Days RESCUSEHEATDAYSCHAR1RECABOOL
DIRECTCOSTIDIndicator for Directly Posted Costs RERADIRECTCOSTIDCHAR1RERADIRECTCOSTID
CREDITGLACCSYMBAccount Symbol for Cost Acct for Ext.Settlement(Credit Acct) RESCCREDITGLACCSYMBCHAR15TIVRAACCSYMBRERAGLACCSYMB
SCKEYPROCINDSettlement Process for Which SC Key Is Considered RESCSCKEYPROCINDCHAR2RESCSCKEYPROCIND
SCKEYGRPService Charge Group RESCSCKEYGRPCHAR4Assigned to domainALPHARESCSCKEYGRPRESCSCKEYGRP
XSCKEYGRPService Charge Group Name RESCXSCKEYGRPCHAR30RECAXMDESCRIPTION
PAROB1Partner object (always filled) PAROB1CHAR22Assigned to domainJ_OBJNR

Key field Non-key field



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

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

How to access SAP table REEX_DOC_BY_CC

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