BSPL_SELECTIONS SAP (Selections for Balance Sheet Dialog) Structure details

Dictionary Type: Structure
Description: Selections for Balance Sheet Dialog




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




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

BSPL_SELECTIONS 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 "Selections for Balance Sheet Dialog" 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_BSPL_SELECTIONS TYPE BSPL_SELECTIONS.

The BSPL_SELECTIONS table consists of various fields, each holding specific information or linking keys about Selections for Balance Sheet Dialog data available in SAP. These include COMPANY_CODE (Company Code), CURRENCY_TYPE (Currency Types), LEDGER (Ledger in General Ledger Accounting), FS_VERSION (Financial Statement Version).. 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: Cannot Be Enhanced


SAP BSPL_SELECTIONS 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
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
CURRENCY_TYPECurrency Types BSPL_CURTPCHAR2BSPL_CURTP
LEDGERLedger in General Ledger Accounting FAGL_RLDNRCHAR2Assigned to domainALPHARLDNRGLN_FLEXFAGL_RLDNR
FS_VERSIONFinancial Statement Version VERSN_011CHAR4Assigned to domainVERSN_011BIL
FS_LANGUAGELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
FS_TYPEBalance Sheet Type FSTYPE_BDNUMC1FSTYPE_BD
REP_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REP_PERIOD_LOWPosting period POPERNUMC3POPERPOPR
REP_PERIOD_HIGHPosting period POPERNUMC3POPERPOPR
COM_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
COM_PERIOD_LOWPosting period POPERNUMC3POPERPOPR
COM_PERIOD_HIGHPosting period POPERNUMC3POPERPOPR
ALT_ACCOUNTIssue Alternative Account Number ALLGALTKCHAR1XFELD
ZERO_BAL_ACCOUNTAccounts with Zero Balance BILANULLCHAR1XFELD
COM_LEDGERLedger in General Ledger Accounting FAGL_RLDNRCHAR2Assigned to domainALPHARLDNRGLN_FLEXFAGL_RLDNR
INFO_TEXTComment CHAR50CHAR50TEXT50
SELECT_TYPEBalance Sheet Selection BSPL_SELECT_TYPECHAR1BSPL_SELECT_TYPE
REP_YEAR_HIGHFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REP_YEAR_1Fiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REP_YEAR_2Fiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REP_YEAR_3Fiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REP_YEAR_4Fiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REP_YEAR_5Fiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REP_YEAR_6Fiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REP_YEAR_7Fiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REP_PERIOD_1Posting period POPERNUMC3POPERPOPR
REP_PERIOD_2Posting period POPERNUMC3POPERPOPR
REP_PERIOD_3Posting period POPERNUMC3POPERPOPR
REP_PERIOD_4Posting period POPERNUMC3POPERPOPR
REP_PERIOD_5Posting period POPERNUMC3POPERPOPR
REP_PERIOD_6Posting period POPERNUMC3POPERPOPR
REP_PERIOD_7Posting period POPERNUMC3POPERPOPR
COMPANY_CODE_HIGHCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COMPANY_CODE_1Company Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COMPANY_CODE_2Company Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COMPANY_CODE_3Company Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COMPANY_CODE_4Company Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COMPANY_CODE_5Company Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COMPANY_CODE_6Company Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COMPANY_CODE_7Company Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ACCOUNTS 0

Key field Non-key field



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

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

How to access SAP table BSPL_SELECTIONS

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