RFBILA_ALV_SETTINGS SAP (Settings for Financial Statement Reporting with ALV) Structure details

Dictionary Type: Structure
Description: Settings for Financial Statement Reporting with ALV




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




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

RFBILA_ALV_SETTINGS 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 "Settings for Financial Statement Reporting with ALV" 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_RFBILA_ALV_SETTINGS TYPE RFBILA_ALV_SETTINGS.

The RFBILA_ALV_SETTINGS table consists of various fields, each holding specific information or linking keys about Settings for Financial Statement Reporting with ALV data available in SAP. These include FS_LANGUAGE (Language Key), ALTACCT (Issue Alternative Account Number), COMPTYPE (Comparison Type), ZEROACCT (Accounts with Zero Balance).. 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 RFBILA_ALV_SETTINGS 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
FS_VERSIONFinancial Statement Version VERSN_011CHAR4Assigned to domainVERSN_011BIL
FS_LANGUAGELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
ALTACCTIssue Alternative Account Number ALLGALTKCHAR1XFELD
COMPTYPEComparison Type BILAVARTCHAR1BILA_VART
ZEROACCTAccounts with Zero Balance BILANULLCHAR1XFELD
CLASSICFinancial statements: Classic list BSPL_CLASSICCHAR1XFELD
GRIDFinancial statements: ALV Grid Control BSPL_GRIDCHAR1XFELD
LISTFinancial Statment: ALV Classis BSPL_LISTCHAR1XFELD
TREEFinancial Statement: ALV Tree Control BSPL_TREECHAR1XFELD
STRUCBLNCEFinancial statements: Structured account balance list BSPL_STRUCBLNCECHAR1XFELD
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
REPIDABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
TITLETitle Line SYTITLECHAR70SYCHAR70
ALLGLINEAdditional Header ALLGLINECHAR40TEXT40
PAGE_NOPage number at which list creation starts PAGNO_BHDGINT410SYST_SHORT
GRID_VARILayout SLIS_VARICHAR12SLIS_VARI
TREE_VARILayout SLIS_VARICHAR12SLIS_VARI
LIST_VARILayout SLIS_VARICHAR12SLIS_VARI
TOTALS_LEVELSummary Report BILASUMMCHAR2BILA_SUMM
REP_YEAR_FROMFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REP_YEAR_TOFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REP_PERIOD_FROMInterval for Selecting Reporting Periods BILABMONNUMC2NUMC02
REP_PERIOD_TOInterval for Selecting Reporting Periods BILABMONNUMC2NUMC02
CMP_YEAR_FROMFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
CMP_YEAR_TOFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
CMP_PERIOD_FROMComparison Months BILAVMONNUMC2NUMC02
CMP_PERIOD_TOComparison Months BILAVMONNUMC2NUMC02
OUTPUT_NONE No Output0
DOWNLOAD_CREATE Create File0
DOWNLOAD_PRES Presentation Server0
DOWNLOAD_VARILayout SLIS_VARICHAR12SLIS_VARI
DOWNLOAD_FILENAMECharacterfield 200 with lowercase CHAR200LCHAR200CHAR200L

Key field Non-key field



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

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

How to access SAP table RFBILA_ALV_SETTINGS

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