SAP Reports / Programs

RFICO_AUT_295100_CREATE_I_RW SAP ABAP Report - Program RFICO_TEST_LIST_CREATE







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


Text pool values


Title: Program RFICO_TEST_LIST_CREATE
Text Symbol: 001 = Condition Group
Text Symbol: 002 = Was Not Found
Text Symbol: 003 = Could Not Be Created
Text Symbol: 004 = Processing permitted in a SAP system only


INCLUDES used within this REPORT RFICO_AUT_295100_CREATE_I_RW

INCLUDE RFICO1TOP . " GLOBAL DATA
INCLUDE IFICO_TEST_FILL_FICOB.


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:

BCA_API_CONDGROUP_GET_DATA CALL FUNCTION 'BCA_API_CONDGROUP_GET_DATA' EXPORTING i_str_condgroup_key = l_s_condgroup_key i_langu = sy-langu * I_FLG_BYPASSING_BUFFER = * I_FLG_DESC = * I_FLG_READ_DB = i_sel_tspe = l_fld_tspe_sel IMPORTING e_str_condgroup = l_s_condgroup e_rc = l_rc e_t_return = l_tab_return.

FICO_MAP_STD_CONDGRP_CREATE CALL FUNCTION 'FICO_MAP_STD_CONDGRP_CREATE' EXPORTING i_appl = g_con_appl_testap i_condgroup = l_s_condgroup_key i_tab_condgr_t = l_tab_condgr_t * I_BUSINESS_DAY = * I_FLG_AUTH_CHECK = i_flg_testrun = 'T' * I_FLG_STOP_RELEASE = i_flg_updatetask = g_con_true i_tab_cond = l_tab_cond i_tab_cond_t = l_tab_cond_t i_tab_amt = l_tab_amt i_tab_amtpos = l_tab_amtpos i_tab_amtposexp = l_tab_amtposexp * I_TAB_DATE = * I_TAB_DATEPOS = IMPORTING e_t_return = l_tab_return e_rc = l_rc.

BCA_API_CONDGROUP_GET_LIST * CALL FUNCTION 'BCA_API_CONDGROUP_GET_LIST' * EXPORTING * i_appl = g_con_appl_testap * i_flg_readall = g_con_xoff * i_tas_condgroup_key = l_t_condgroup_key * i_langu = sy-langu * i_flg_read_desr = g_con_true * i_sel_tspe = lc_fld_tspe_sel_std * IMPORTING * e_tas_condgroup = l_t_condgroup * e_rc = l_rc * e_t_return = l_t_return.

BCA_API_CONDGROUP_GET_DATA CALL FUNCTION 'BCA_API_CONDGROUP_GET_DATA' EXPORTING i_str_condgroup_key = l_s_condgroup_key i_flg_desc = g_con_true i_sel_tspe = lc_fld_tspe_sel_std IMPORTING e_str_condgroup = l_s_condgroup e_rc = l_rc e_t_return = l_t_return.

FICO_API_LIST_GET CALL FUNCTION 'FICO_API_LIST_GET' EXPORTING i_list = l_s_condgroup-i_list i_listtype = g_con_aut_listtype * I_BUFFER = 'X' i_appl = g_con_appl_testap * I_T_STATUS = * I_FLG_DB = * I_LANGU = SY-LANGU * I_D_VALIDFROM = '00000000' * I_D_VALIDTO = '99991231' * I_EXTLINK = * I_MIN_VALID_FROM = G_CON_MINDATE * I_MAX_VALID_TO = G_CON_MAXDATE * I_FLG_READ_DESCR = 'X' * I_FLG_TECH_DESCR = IMPORTING e_t_condi = et_condi e_t_cond_t = l_t_cond_t e_t_pos = l_t_pos e_t_rule = l_t_rule e_t_return = l_t_return e_rc = l_rc.

FICO_API_LIST_CREATE CALL FUNCTION 'FICO_API_LIST_CREATE' EXPORTING i_appl = g_con_appl_testap i_listtype = g_con_aut_listtype "Für den API-Test * I_USEDUNTIL = i_buffer = ' ' i_extlink = '00000000000000000000000000000001' * I_FLG_STOP_RELEASE = i_flg_auth_check = 'X' i_flg_check_input = 'X' i_min_valid_from = g_con_mindate i_max_valid_to = g_con_maxdate i_tab_cond = i_tab_cond i_tab_cond_t = i_tab_cond_t i_tab_amt = i_tab_amt i_tab_amtpos = i_tab_amtpos i_tab_amtposexp = i_tab_amtposexp i_tab_date = i_tab_date i_tab_datepos = i_tab_datepos i_tab_indivlz_fldlst = i_tab_ind_flds i_t_cdgrp_interv = l_tab_cdgrp_interv IMPORTING e_list = e_list e_t_return = e_t_return e_rc = e_rc.

FICO_APPL_LIST_GET CALL FUNCTION 'FICO_APPL_LIST_GET' IMPORTING e_tab_appls = l_t_appls.

FICO_LISTCATG_GET CALL FUNCTION 'FICO_LISTCATG_GET' EXPORTING i_appl = g_con_appl_testap IMPORTING e_tab_listcatg = l_t_listcatg.

FICO_GET_LISTCATG_OF_CONDCATG CALL FUNCTION 'FICO_GET_LISTCATG_OF_CONDCATG' EXPORTING i_condcatg = l_s_ficoc_cond-o_condcatg TABLES e_list_catg = l_t_list_cond.

BCA_API_CONDGROUP_REFRESH CALL FUNCTION 'BCA_API_CONDGROUP_REFRESH'.

FICO_LIST_REFRESH_MEMORY CALL FUNCTION 'FICO_LIST_REFRESH_MEMORY'.

FICO_LIST_REFRESH_LIST CALL FUNCTION 'FICO_LIST_REFRESH_LIST' EXPORTING i_list = i_list.

FICO_API_CONDITION_SAVE * CALL FUNCTION 'FICO_API_CONDITION_SAVE' * EXPORTING * i_updatetask = ' ' ** I_FLG_STOP_RELEASE = * i_langu = sy-langu * IMPORTING * e_t_condi_cd = l_tab_condi_cd * e_t_return = l_tab_return * e_rc = l_rc ** E_FLG_TOBERELEASED = ** E_FLG_CORRESPONDENCE = * .

BAPI_TRANSACTION_COMMIT * CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.

FICO_API_CONDITION_REFRESH CALL FUNCTION 'FICO_API_CONDITION_REFRESH'.

FICO_API_LIST_GET_DETAIL * CALL FUNCTION 'FICO_API_LIST_GET_DETAIL' * EXPORTING * i_appl = g_con_appl_testap * i_list = l_ilist * i_buffer = ' ' * i_extlink = '00000000000000000000000000000001' * i_listtype = g_con_aut_listtype ** I_T_STATUS = * i_langu = sy-langu * i_min_valid_from = g_con_mindate * i_max_valid_to = g_con_maxdate * i_flg_read_descr = ' ' ** I_FLG_TECH_DESCR = ** I_FLG_AUTH_CHECK = * IMPORTING * e_tab_cond = l_tab_cond * e_tab_cond_t = l_tab_cond_t * e_tab_amt = l_tab_amt * e_tab_amtpos = l_tab_amtpos * e_tab_amtposexp = l_tab_amtposexp * e_tab_date = l_tab_date * e_tab_datepos = l_tab_datepos * e_tab_indivlz_fldlst = l_tab_ind_flds * e_rc = l_rc * e_t_return = l_tab_return.



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