SAP Reports / Programs | Financial Accounting | General Ledger Accounting(FI-GL) SAP FI

FAGL_BSPL_XBRL_NODES SAP ABAP Report - Financial Statement Data According to XBRL Taxonomy







FAGL_BSPL_XBRL_NODES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter FAGL_BSPL_XBRL_NODES into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT FAGL_BSPL_XBRL_NODES. "Basic submit
SUBMIT FAGL_BSPL_XBRL_NODES AND RETURN. "Return to original report after report execution complete
SUBMIT FAGL_BSPL_XBRL_NODES VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_CURTP = Currency Type
Selection Text: P_FSLANG = Language
Selection Text: P_FSVERS = Financial Statement Version
Selection Text: P_FYEAR = Fiscal Year
Selection Text: P_RLDNR = Ledger
Selection Text: S_PERIO = Reporting Period
Title: Financial Statement Data According to XBRL Taxonomy
Text Symbol: 010 = High-Level
Text Symbol: 011 = Low-Level
Text Symbol: 012 = Relevant
Text Symbol: 013 = Level


INCLUDES used within this REPORT FAGL_BSPL_XBRL_NODES

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

BSPL_DATA_GET_XBRL CALL FUNCTION 'BSPL_DATA_GET_XBRL' EXPORTING it_bspl_selopt = gt_selopt it_bspl_dynsel = gt_dynsel IMPORTING et_data = gt_data et_details = gt_details et_messages = gt_messages EXCEPTIONS invalid_selection = 1 OTHERS = 2.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = sy-cprog TABLES selection_table = pt_selopt EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.

RS_REFRESH_FROM_DYNAMICAL_SEL CALL FUNCTION 'RS_REFRESH_FROM_DYNAMICAL_SEL' EXPORTING curr_report = sy-cprog mode_write_or_move = 'W' IMPORTING p_trange = pt_dynsel EXCEPTIONS not_found = 1 wrong_type = 2 OTHERS = 3.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FAGL_BSPL_XBRL_NODES or its description.