SAP Reports / Programs

FAGLSKF_RECORD_WITH_ALV_EDIT SAP ABAP Report - Entry of Statistical Key Figures in General Ledger (with ALV)







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


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 FAGLSKF_RECORD_WITH_ALV_EDIT. "Basic submit
SUBMIT FAGLSKF_RECORD_WITH_ALV_EDIT AND RETURN. "Return to original report after report execution complete
SUBMIT FAGLSKF_RECORD_WITH_ALV_EDIT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Entry of Statistical Key Figures in General Ledger (with ALV)


INCLUDES used within this REPORT FAGLSKF_RECORD_WITH_ALV_EDIT

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:

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.



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