RBCT_DATA_CHA SAP (Characteristics in Export Str. for Flow Data Extraction CML) Structure details

Dictionary Type: Structure
Description: Characteristics in Export Str. for Flow Data Extraction CML




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




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

RBCT_DATA_CHA 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 "Characteristics in Export Str. for Flow Data Extraction CML" 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_RBCT_DATA_CHA TYPE RBCT_DATA_CHA.

The RBCT_DATA_CHA table consists of various fields, each holding specific information or linking keys about Characteristics in Export Str. for Flow Data Extraction CML data available in SAP. These include RANL (Contract Number), RBELKPFD (Document Number of Document Header (Loan)), RPOSNR (Activity number), DTRANS (Flow data key: System date).. 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 RBCT_DATA_CHA 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
RANLContract Number RANLCHAR13ALPHARANLRAN
RBELKPFDDocument Number of Document Header (Loan) RBELKPFDCHAR10ALPHARBELKPFD
RPOSNRActivity number NVORGANGCHAR3CHAR3
DTRANSFlow data key: System date VVDTRANSDATS8DATUM
TTRANSTransaction data key: system time VVTTRANSTIMS6UZEIT
NTRANSTransaction data key: Consecutive number VVNTRANSNUMC4NUMC4
GSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
BUCHST_DLPosting status of flow for loans BUCHST_DLCHAR1BUCHST_DL
RKLAMMERClassification Number for Finance Projects RKLAMMERCHAR13ALPHARANL
RREFKONTAccount Assignment Reference in Financial Assets Management RREFKONTCHAR8Assigned to domainUSTRUKRE
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
RSTBLGReverse Document Number STBLGCHAR10ALPHABELNR
RZEBELDoc.no. of debit pos. doc.header (only for inc.pmnt records) RZEBELCHAR10ALPHARBELKPFD
RUZBELAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
SBEWZITIFlow category SBEWZITICHAR4Assigned to domainSBEWZITI
SREFZITIRefer.flow category in accrual/deferral flow records VVSREFZITICHAR4Assigned to domainSBEWZITI
DDISPOPayment Date DDISPODATS8DATUM
DFAELLDue date DFAELLDATS8DATUM
DBUDATPosting Date in the Document BUDATDATS8DATUM
DVALUTValue date VALUTDATS8DATUM
SSOLHABDebit/credit indicator VVSSOLHABCHAR1VVSSOLHAB
RSOLLAccount for debit posting RSOLLCHAR10Assigned to domainALPHASAKNR
RHABENAccount for credit posting RHABENCHAR10Assigned to domainALPHASAKNR
HDN_KUNNRMain Borrower Customer Number HDN_KUNNRCHAR10Assigned to domainALPHAKUNNR
SSIGNDirection of flow TB_SSIGNCHAR1T_SSIGN
KTOPLChart of Accounts KTOPLCHAR4Assigned to domainKTOPLKPLC_KTOPL
SSTORNOReversal indicator SSTORNOCHAR1SSTORNO
VDBILL_NUMBERBill Number TB_BILL_NUMBERCHAR15ALPHAT_BILL_NUMBER
BILL_DUE_DATEDue Date for Bill TB_BILL_DUE_DATEDATS8DATUM
RPNNRDaybook no. VVRPNNRCHAR10VVRPNNR
SSTATIStatus of data record SSTATINUMC2Assigned to domainSTATI
SREFBEWReference flow type SREFBEWCHAR4Assigned to domainSBEWART
SVORGKZActivity indicator for debit/credit control VVSVORGKZNUMC2VVSVORGKZ
SWOHERSource of flow record SWOHERCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table RBCT_DATA_CHA

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