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

FAGL_SPL_SUPPORT_DOC_BROWSER SAP ABAP Report - Program FAGL_SPL_SUPPORT_DOC_BROWSER







FAGL_SPL_SUPPORT_DOC_BROWSER 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_SPL_SUPPORT_DOC_BROWSER into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FAGL_SUP_DOCS - FI Document Browser


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_SPL_SUPPORT_DOC_BROWSER. "Basic submit
SUBMIT FAGL_SPL_SUPPORT_DOC_BROWSER AND RETURN. "Return to original report after report execution complete
SUBMIT FAGL_SPL_SUPPORT_DOC_BROWSER 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: S_FYEAR = D .
Selection Text: S_DOCNR = D .
Selection Text: S_CCODE = D .
Selection Text: P_RLDNR = D .
Selection Text: P_RFCDES = D .
Selection Text: P_RCLNT = D .
Selection Text: P_SPLIV = FAGL_SPLINFO_VAL
Selection Text: P_SPLIN = FAGL_SPLINFO
Selection Text: P_NONE = No Selections
Selection Text: P_MAXROW = Maximum Number of Data Records
Selection Text: P_LNITM = General Ledger Line Items
Selection Text: P_INDEX = Index Tables
Selection Text: P_EN = Texts in English
Selection Text: P_BSEG = BSEG
Selection Text: P_BKPF = BKPF
Title: Program FAGL_SPL_SUPPORT_DOC_BROWSER
Text Symbol: B03 = Prior Selection
Text Symbol: B02 = Technical Settings
Text Symbol: B01 = Documents
Text Symbol: 004 = No Dynamic Selections: Selection Using BKPF
Text Symbol: 003 = &1 accruals active
Text Symbol: 002 = First Accrual Active
Text Symbol: 001 = Dynamic Selections


INCLUDES used within this REPORT FAGL_SPL_SUPPORT_DOC_BROWSER

INCLUDE FAGL_SPL_SUPPORT_DOC_BROWSER_S.


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:

FAGL_SPL_SUPPORT_DOC_BROWSE CALL FUNCTION 'FAGL_SPL_SUPPORT_DOC_BROWSE' EXPORTING ed_maxrows = p_maxrow ed_rclnt = p_rclnt ed_rldnr = p_rldnr ed_force_english = p_en et_ra_ccode = lt_ra_ccode et_ra_docnr = lt_ra_docnr et_ra_fyear = lt_ra_fyear etx_freesel = psx_frsl-clauses EXCEPTIONS exc_no_data = 1 exc_no_authority = 2 OTHERS = 3.

FAGL_SPL_SUPPORT_DOC_BROWSE CALL FUNCTION 'FAGL_SPL_SUPPORT_DOC_BROWSE' STARTING NEW TASK ld_task DESTINATION p_rfcdes EXPORTING ed_maxrows = p_maxrow ed_rclnt = p_rclnt ed_rldnr = p_rldnr et_ra_ccode = lt_ra_ccode et_ra_docnr = lt_ra_docnr et_ra_fyear = lt_ra_fyear etx_freesel = psx_frsl-clauses.

FAGL_GET_LEADING_LEDGER CALL FUNCTION 'FAGL_GET_LEADING_LEDGER' IMPORTING e_rldnr = p_rldnr EXCEPTIONS OTHERS = 0.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'FAGLBSIS' EXCEPTIONS OTHERS = 1.

FAGL_GET_TABLENAMES CALL FUNCTION 'FAGL_GET_TABLENAMES' EXPORTING i_ledger = p_rldnr IMPORTING es_tabnames = ls_fagl_tabnames.

FREE_SELECTIONS_INIT CALL FUNCTION 'FREE_SELECTIONS_INIT' EXPORTING field_ranges_int = psx_frsl-trange IMPORTING selection_id = ld_selection_id where_clauses = psx_frsl-clauses expressions = psx_frsl-texpr field_ranges = psx_frsl-trange TABLES tables_tab = lt_tables fields_tab = lt_fields EXCEPTIONS OTHERS = 0.

FREE_SELECTIONS_DIALOG CALL FUNCTION 'FREE_SELECTIONS_DIALOG' EXPORTING selection_id = ld_selection_id title = text-001 IMPORTING where_clauses = psx_frsl-clauses expressions = psx_frsl-texpr field_ranges = psx_frsl-trange TABLES fields_tab = lt_fields EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_fencing info = ls_text-icon_text add_stdinf = ' ' IMPORTING RESULT = cd_icon_text.



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_SPL_SUPPORT_DOC_BROWSER or its description.