FAGL_LINE_ITEM_BROWSER_F03 is a standard ABAP INCLUDE 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_LINE_ITEM_BROWSER_F03 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include ZZFAGL_LINE_ITEM_BROWSER_F03
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HDB_RANGE_READ CALL FUNCTION 'HDB_RANGE_READ' EXPORTING i_application = gc_hdb_appl-financials i_subapplication = gd_subapplication i_range_type = gc_hdb_range_type-sel_screen_ledger IMPORTING et_range = lt_hdb_range.
HDB_RANGE_READ CALL FUNCTION 'HDB_RANGE_READ' EXPORTING i_application = gc_hdb_appl-financials i_subapplication = gd_subapplication i_range_type = gc_hdb_range_type-sel_screen_ledger i_key_value = gc_hdb_range_type-user IMPORTING et_range = st_ledger_users.
HDB_RANGE_READ CALL FUNCTION 'HDB_RANGE_READ' EXPORTING i_application = gc_hdb_appl-financials i_subapplication = gd_subapplication i_range_type = gc_hdb_range_type-sel_screen_yrper IMPORTING et_range = lt_hdb_range.
HDB_RANGE_READ CALL FUNCTION 'HDB_RANGE_READ' EXPORTING i_application = gc_hdb_appl-financials i_subapplication = gd_subapplication i_range_type = gc_hdb_range_type-sel_screen_yrper i_key_value = gc_hdb_range_type-user IMPORTING et_range = st_yearper_users.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = lc_id values = lt_value.
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_LINE_ITEM_BROWSER_F03 - Include ZZFAGL_LINE_ITEM_BROWSER_F03 FAGL_LINE_ITEM_BROWSER_F02 - Include ZZFAGL_LINE_ITEM_BROWSER_F02 FAGL_LINE_ITEM_BROWSER_F01 - Include ZZFAGL_LINE_ITEM_BROWSER_F01 FAGL_LINE_ITEM_BROWSER_EV - G/L Account Line Item Browser (Entry View) FAGL_LINE_ITEM_BROWSER_EV - G/L Account Line Item Browser (Entry View) FAGL_LINE_ITEM_BROWSER_CLI - Include ZZFAGL_LINE_ITEM_BROWSER_CLI