FAGLSKF_RECORD_WITH_ALV_EDIT 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 FAGLSKF_RECORD_WITH_ALV_EDIT 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: Entry of Statistical Key Figures in General Ledger (with ALV)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FAGLSKF_GET_TABINFO_FROM_APPL CALL FUNCTION 'FAGLSKF_GET_TABINFO_FROM_APPL' IMPORTING es_tabinfo = ls_tabinfo EXCEPTIONS error_in_cust = 1 OTHERS = 2.
KOKRS_GET_FROM_BUKRS CALL FUNCTION 'KOKRS_GET_FROM_BUKRS' EXPORTING i_bukrs = ld_bukrs IMPORTING e_kokrs = ld_kokrs EXCEPTIONS no_kokrs_found = 1 OTHERS = 2.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = ld_strucname TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 OTHERS = 2.
FAGL_STATKEYFIG_CALC_FI CALL FUNCTION 'FAGL_STATKEYFIG_CALC_FI' EXPORTING i_ident = ls_tabinfo-identifier it_skfabs =
TABLES ct_return = lt_bapiret.
RK_RATIO_READ CALL FUNCTION 'RK_RATIO_READ' EXPORTING kokrs = id_kokrs stagr = id_stagr IMPORTING grtyp = cd_grtyp msehi = cd_runit EXCEPTIONS ka03_not_complete = 1 ka03_not_found = 2 OTHERS = 3.
KE_PROFIT_CENTER_CHECK CALL FUNCTION 'KE_PROFIT_CENTER_CHECK' EXPORTING bukrs = id_rbukrs datum = id_date_from datum_bis = id_date_to prctr = id_prctr test_kokrs = id_kokrs EXCEPTIONS not_found = 1 not_defined_for_date = 2 no_kokrs_for_bukrs = 3 parameter_mismatch = 4 prctr_locked = 5 not_defined_for_bukrs = 6 OTHERS = 7.
FAGL_CHECK_SEGMENT * CALL FUNCTION 'FAGL_CHECK_SEGMENT' * EXPORTING * id_segment = cd_segment * EXCEPTIONS * error_segment_not_exists = 1 * OTHERS = 2.
RK_KOSTL_CHECK CALL FUNCTION 'RK_KOSTL_CHECK' EXPORTING datum = id_date_from kokrs = id_kokrs kostl = id_kostl v_bukrs = id_rbukrs EXCEPTIONS input_error = 1 kostl_not_complete = 2 kostl_not_found = 3 no_gsber = 4 no_primary_posting = 5 no_revenues_posting = 6 no_secundary_posting = 7 text_not_found = 8 wrong_bukrs = 9 wrong_gsber = 10 wrong_katyp = 11 cca_not_active = 12 OTHERS = 13.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FAGLSKF_RECORD_WITH_ALV_EDIT - Entry of Statistical Key Figures in General Ledger (with ALV) FAGLSKF_RECORD_WITH_ALV_EDIT - Entry of Statistical Key Figures in General Ledger (with ALV) FAGLSKF_RECORD_F02 - FAGLSKFRECORDF02 FAGLSKF_RECORD_F01 - FAGLSKFRECORDF01 FAGLSKF_POST_LOCALTOP - FAGLSKFPOSTLOCALTOP FAGLSKF_POST_LOCALF06 - FAGLSKFPOSTLOCALF06