SAP Reports / Programs | Cross-Application Components | Cross-Application Components | Financial Conditions(CA-FIM-FCO) SAP CA

IFICO_NO_TEST_CLASSES SAP ABAP INCLUDE - IFICONOTESTCLASSES







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


INCLUDES used within this REPORT IFICO_NO_TEST_CLASSES

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:

FICO_FOBU_LOAD CALL FUNCTION 'FICO_FOBU_LOAD' EXPORTING i_formula_id = -i_formula_id i_flg_tech = u_flg_tech IMPORTING e_rule_s = l_rule_s.

FICO_LIST_MAP_DB_TO_OLDTABS CALL FUNCTION 'FICO_LIST_MAP_DB_TO_OLDTABS' EXPORTING i_t_condi = l_t_condi i_t_pos = l_t_pos i_flag_difftext = l_flag_difftext i_cmp_validto_impl = i_cmp_validto_impl IMPORTING e_t_amt = e_t_amt e_t_amtpos = e_t_amtpos e_t_amtposexp = e_t_amtposexp e_t_conddiff = e_t_conddiff e_t_conddiff_t = e_t_conddiff_t e_t_cond = l_t_cond e_t_date = e_t_date e_t_datepos = e_t_datepos.

FICO_API_AUTH_CHECK CALL FUNCTION 'FICO_API_AUTH_CHECK' EXPORTING i_s_auth = l_s_auth IMPORTING e_rc = l_rc.

FICO_LIST_MAP_DB_TO_OLDTABS CALL FUNCTION 'FICO_LIST_MAP_DB_TO_OLDTABS' EXPORTING i_t_condi = l_t_condi i_t_pos = l_t_pos i_flag_difftext = i_flg_difftext i_cmp_validto_impl = i_cmp_validto_impl IMPORTING e_t_amt = l_t_amt e_t_amtpos = l_t_amtpos e_t_amtposexp = l_t_amtposexp e_t_conddiff = l_t_conddiff e_t_conddiff_t = l_t_conddiff_t e_t_cond = l_t_cond e_t_date = l_t_date e_t_datepos = l_t_datepos.

FICO_LIST_COMPARE_COND CALL FUNCTION 'FICO_LIST_COMPARE_COND' EXPORTING i_cond = i_cond i_list_compare = i_list_compare i_t_cond = i_t_cond i_t_condi = i_t_condi i_cond_find = g_con_true i_useduntil = i_useduntil i_listtype = i_listtype i_release_proc = i_release_proc i_min_valid_from = i_min_valid_from i_max_valid_to = i_max_valid_to i_t_conddiff = i_t_conddiff i_t_status = i_t_status i_langu = i_langu i_ref_if = me i_startdate = i_startdate IMPORTING e_rc = e_rc e_cond_rep = e_cond_rep CHANGING c_t_return = c_t_return.

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = sy-msgty cl = sy-msgid number = sy-msgno par1 = sy-msgv1 par2 = sy-msgv2 par3 = sy-msgv3 par4 = sy-msgv4 * parameter = * row = * field = IMPORTING return = l_s_return.

FICO_FOBU_READ CALL FUNCTION 'FICO_FOBU_READ' EXPORTING i_str_pos = i_s_badi_filter = l_s_badi_filter i_listtype = l_s_condi-o_listtype IMPORTING e_str_fico_rule = l_str_cond_rule.



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