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
Below is a list of transaction codes which are relevant to this SAP report
FAGL_SUP_DOCS - FI Document Browser
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.
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
INCLUDE FAGL_SPL_SUPPORT_DOC_BROWSER_S.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FAGL_SPL_SUPPORT_DOC_BROWSER - Program FAGL_SPL_SUPPORT_DOC_BROWSER FAGL_SPL_SUPPORT_DOC_BROWSER - Program FAGL_SPL_SUPPORT_DOC_BROWSER FAGL_SPLINFO_COMPRESS - Compression of equal entries in FAGL_SPLINFO and FAGL_SPLINFO_VAL FAGL_SPLINFO_COMPRESS - Compression of equal entries in FAGL_SPLINFO and FAGL_SPLINFO_VAL FAGL_SL_TRANS_DATA - Include FAGL_SL_TRANS_DATA FAGL_SLL_TEXT - FAGLSLLTEXT