BSPL_S_DATA_XBRL SAP (Financial Statement Data According to XBRL Taxonomy) Structure details

Dictionary Type: Structure
Description: Financial Statement Data According to XBRL Taxonomy




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




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

BSPL_S_DATA_XBRL 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 "Financial Statement Data According to XBRL Taxonomy" 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_S_DATA_XBRL TYPE BSPL_S_DATA_XBRL.

The BSPL_S_DATA_XBRL table consists of various fields, each holding specific information or linking keys about Financial Statement Data According to XBRL Taxonomy data available in SAP. These include NODEID (Internal: Node ID), IS_LEAF (Internal: Page ID), IS_CHILD (Boolean Variable (X=True, -=False, Space=Unknown)), IS_RELEVANT (Boolean Variable (X=True, -=False, Space=Unknown)).. 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 BSPL_S_DATA_XBRL 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
PARENTInternal: Node ID SEU_IDNUMC6SEU_ID
NODEIDInternal: Node ID SEU_IDNUMC6SEU_ID
IS_LEAFInternal: Page ID SEU_LEAFCHAR1CHAR1
IS_CHILDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
IS_RELEVANTBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
CALCSIGNDetermines Type of Summation to Next Higher-Level Item FAGL_FSV_XBRL_CALCSIGNCHAR1FAGL_FSV_XBRL_CALCSIGN
BAL_ATTRDetermines Which Side of the Financial Stmt an Item Is On FAGL_FSV_XBRL_BALANCE_ATTRCHAR6FAGL_FSV_XBRL_BALANCE_ATTR
NODELEVELNode level SEU_LEVELNUMC2SEU_LEVEL
NODETYPENode type SEU_TYPECHAR4SEU_TYPE
NODENAMEObject name SEU_NAMECHAR30SEU_NAME
VERSNFinancial Statement Version from XBRL Taxonomy VERSN_011_XBRLCHAR30Assigned to domainVERSN_011_XBRLBIL_XBRL
RLDNRLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
CCODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ERGSLFinancial Statement Item ERGSLCHAR10ERGSL
KTOPLChart of Accounts KTOPLCHAR4Assigned to domainKTOPLKPLC_KTOPL
RACCTAccount Number RACCTCHAR10Assigned to domainALPHASAKNRACC
FAREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
FYEARFiscal year RYEARNUMC4GJAHRGJAHRGFY
PER_FROMPosting period POPERNUMC3POPERPOPR
PER_TOPosting period POPERNUMC3POPERPOPR
CURTYPECurrency Type for Sales Segments ALLGCRTPCHAR2CURTP
CURKEYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BALANCETotal of Reporting Period BSPL_REPVALCURR17(2) WERTV9
NODETAGTechnical Name of Financial Statement Item (XBRL Tag) FAGL_FSV_XBRL_NAME_255CHAR255TEXT255
NSNamespace of XBRL Taxonomy FAGL_FSV_XBRL_NS_255CHAR255TEXT255
NODELABELDescription of Financial Statement Item FAGL_FSV_XBRL_LABEL_255CHAR255TEXT255
RACCT_TEXTG/L Account Long Text TXT50_SKATCHAR50TEXT50
FAREA_TEXTName of the functional area FKBTXCHAR25TEXT25

Key field Non-key field



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

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

How to access SAP table BSPL_S_DATA_XBRL

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