BASE_REC_ACC_STMT SAP (Basic Record Account Statement (TITO Format)) Structure details

Dictionary Type: Structure
Description: Basic Record Account Statement (TITO Format)




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




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

BASE_REC_ACC_STMT 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 "Basic Record Account Statement (TITO Format)" 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_BASE_REC_ACC_STMT TYPE BASE_REC_ACC_STMT.

The BASE_REC_ACC_STMT table consists of various fields, each holding specific information or linking keys about Basic Record Account Statement (TITO Format) data available in SAP. These include RECCODE (Record description), RECLEN (Record length, TITO format), VERNO (Version number (TITO format)), ACCOUNTNO (Account number).. 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: Not classified


SAP BASE_REC_ACC_STMT 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
MATCODEMaterial code MATCODECHAR1CHAR1
RECCODERecord description RECCODENUMC2NUM2
RECLENRecord length, TITO format RECLEN_FINUMC3NUM3
VERNOVersion number (TITO format) VERNO_FINUMC3NUM3
ACCOUNTNOAccount number ACCOUNTNOCHAR14CHAR14
AZNUMStatement number AZNUMNUMC3NUM3
BLAUFDATFirst day of statement period BLAUFDATCHAR6CHAR6
ELAUFDATLast day of statement period ELAUFDATNUMC6NUM6
CREATIONCreated on (TITO FORMAT) CREATIONNUMC6NUM6
CREAT_TIMETime created TIME_EBNUMC4NUM4
CUST_CODECustomer key (TITO FORMAT) CUST_CODECHAR17CHAR17
OPEN_DATEDate of beginning balance OPEN_DATENUMC6NUM6
SSVOZStarting balance +/- sign SSVOZ_EBCHAR1CHAR1
AMOUNTAmount AMOUNT_FICHAR18CHAR18
NUMBER_RECNumber of records NUMBER_FINUMC6NUM6
CURR_CODECurrency CURR_EBCHAR3CHAR3
ACCOUNTAccount name ACCOUNT_EBCHAR30CHAR30
ACC_LIMITAmount AMOUNT_FICHAR18CHAR18
ACC_HOLDERBank account holder KTOIH_EBCHAR35CHAR35
CONTACT1Contact info CONTACT_EBCHAR40CHAR40
CONTACT2Contact info CONTACT_EBCHAR40CHAR40
DATA_BANK1Bank data DATA_EBCHAR30CHAR30
DATA_BANK2Bank data DATA_EBCHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table BASE_REC_ACC_STMT

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