SAP Reports / Programs | Enterprise Controlling | Consolidation(EC-CS) SAP EC

FICJER0F SAP ABAP INCLUDE - Include with Formroutines for report program FICJER00







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


Text pool values


Title: Include with Formroutines for report program FICJER00


INCLUDES used within this REPORT FICJER0F

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:

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING wi_test_modus = space wi_tadir_pgmid = ls_gen-pgmid wi_tadir_object = ls_gen-type wi_tadir_obj_name = ld_obj_name wi_set_genflag = 'T'.

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING wi_tadir_pgmid = ls_gen-pgmid wi_tadir_object = ls_gen-type wi_tadir_obj_name = ld_obj_name wi_read_only = 'X' IMPORTING new_tadir_entry = ld_tadir EXCEPTIONS tadir_entry_not_existing = 1.

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING wi_test_modus = space wi_tadir_pgmid = ls_gen-pgmid wi_tadir_object = ls_gen-type wi_tadir_obj_name = ld_obj_name wi_set_genflag = 'T'.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = gc_basis_structure state = 'A' IMPORTING gotstate = ld_gotstate TABLES dd03p_tab = lt_dd03p_bas dd05m_tab = lt_dd05m_bas dd08v_tab = lt_dd08v_bas.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = id_name state = 'A' IMPORTING gotstate = ld_gotstate TABLES dd03p_tab = lt_dd03p_old dd05m_tab = lt_dd05m_old dd08v_tab = lt_dd08v_old.

DDIF_TABL_PUT CALL FUNCTION 'DDIF_TABL_PUT' EXPORTING name = id_name dd02v_wa = ls_dd02v TABLES dd03p_tab = lt_dd03p dd05m_tab = lt_dd05m dd08v_tab = lt_dd08v EXCEPTIONS put_failure = 1.

DDIF_TTYP_GET CALL FUNCTION 'DDIF_TTYP_GET' EXPORTING name = id_name state = 'A' IMPORTING gotstate = ld_gotstate dd40v_wa = ls_dd40v_old TABLES dd42v_tab = lt_dd42v_old.

DDIF_TTYP_PUT CALL FUNCTION 'DDIF_TTYP_PUT' EXPORTING name = id_name dd40v_wa = ls_dd40v TABLES dd42v_tab = lt_dd42v EXCEPTIONS put_failure = 4.

DD_MASS_ACT CALL FUNCTION 'DD_MASS_ACT' EXPORTING ddmode = 'O' inactive = space frcact = space auth_chk = space version = 'M' delall = 'X' delnoref = 'X' medium = 'D' "internal table device = 'T' "protocol on DB logname = l_log t_on = space prid = 0 IMPORTING act_rc = l_rc TABLES gentab = it_gen deltab = lt_del cnvtab = lt_cnv EXCEPTIONS access_failure = 1 no_objects = 2 locked = 3.

RSTI_REPORT_FIELDS_FIND CALL FUNCTION 'RSTI_REPORT_FIELDS_FIND' EXPORTING e_repid = ld_repid TABLES it_sel = lt_ri_sel it_fields = lt_ri_fields.

FC_GET_VERSIONS CALL FUNCTION 'FC_GET_VERSIONS' EXPORTING e_rvers = id_rvers IMPORTING i_ldrvs = ld_ldrvs.

FC_LEDGER_PROPERTIES CALL FUNCTION 'FC_LEDGER_PROPERTIES' CHANGING ct_rldnr = lt_rldnr.

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'FC_COIAC' text = 'X' TABLES dd07v_tab = lt_coiac.

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'AUTOM' text = 'X' TABLES dd07v_tab = lt_autom.

FC_TOTALS_SELECT CALL FUNCTION 'FC_TOTALS_SELECT' EXPORTING e_cursor = ld_cursor e_database = fc00_c_ts_database-documents it_sel = it_select it_fields = it_fields it_kfig = it_kfig e_rvers = id_vers e_ryear = id_max_ryear e_perid = id_max_perid IMPORTING it_data = i_done = ld_flg_done.

FC_TOTALS_SELECT CALL FUNCTION 'FC_TOTALS_SELECT' EXPORTING e_cursor = ld_cursor e_database = fc00_c_ts_database-documents it_sel = it_select it_fields = it_fields it_kfig = it_kfig e_rvers = id_vers e_ryear = id_max_ryear e_perid = id_max_perid IMPORTING it_data = i_done = ld_flg_done.

FC_CG_CU_PROPERTIES CALL FUNCTION 'FC_CG_CU_PROPERTIES' EXPORTING e_dimen = id_dimen e_rvers = id_vers e_ryear = ls_collect_lcur-ryear e_perid = gc_val_perid "999 due to performance CHANGING ct_cu_prop = lt_cu.

FC_CG_CU_PROPERTIES CALL FUNCTION 'FC_CG_CU_PROPERTIES' EXPORTING e_dimen = id_dimen e_rvers = id_vers e_ryear = id_ryear e_perid = gc_val_perid "999 due to performance CHANGING ct_cu_prop = lt_cu.

FC_CHAR_PROPERTIES





CALL FUNCTION 'FC_CHAR_PROPERTIES' EXPORTING e_fieldname = ls_text-fieldname CHANGING ct_char = lt_value_txt EXCEPTIONS field_not_found = 1 OTHERS = 2.

FC_CHAR_PROPERTIES CALL FUNCTION 'FC_CHAR_PROPERTIES' EXPORTING e_fieldname = id_fieldname et_sel = lt_sel CHANGING ct_char = lt_value_txt EXCEPTIONS field_not_found = 1 OTHERS = 2.

FC_ALV_LIST_DISPLAY CALL FUNCTION 'FC_ALV_LIST_DISPLAY' EXPORTING i_tab_struct = i_struct_alv i_hlp_struct = gc_hlp_struct is_layout = is_layout is_variant = ls_variant it_sort = it_sort[] i_save = gc_save CHANGING ct_ffix = it_ffix[] ct_fieldcat = it_fieldcat[] ct_data = it_data_alv[].



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