RFMCA_COV_TREE 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 RFMCA_COV_TREE 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: Include RFMCA_COV_TREE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = h_applk.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = 'P124' i_applk = h_applk TABLES t_fbstab = t_fbstab EXCEPTIONS OTHERS = 0.
FMCA_SAMPLE_P124 IF 1 = 2. CALL FUNCTION 'FMCA_SAMPLE_P124'. ENDIF.
FMCA_COV_BUPA_MD_D * CALL FUNCTION 'FMCA_COV_BUPA_MD_D' * EXPORTING * i_gpart = g_gpart * i_vkont = g_account_level * i_vtref = g_vtref_level * i_cov_config = g_cov_config.
FMCA_COV_BUPA_MD_D CALL FUNCTION 'FMCA_COV_BUPA_MD_D' EXPORTING i_gpart = l_gpart i_vkont = ' ' i_vtref = ' ' i_cov_config = g_cov_config.
FMCA_COV_BUPA_MD_C * CALL FUNCTION 'FMCA_COV_BUPA_MD_C' * EXPORTING * i_gpart = g_gpart * i_vkont = g_account_level * i_vtref = g_vtref_level * i_cov_config = g_cov_config * IMPORTING * e_need_refresh = g_global_refresh.
FMCA_COV_BUPA_MD_C CALL FUNCTION 'FMCA_COV_BUPA_MD_C' EXPORTING i_gpart = l_gpart i_vkont = ' ' i_vtref = ' ' i_cov_config = g_cov_config IMPORTING e_need_refresh = l_changed_masterdata.
FKK_ACCOUNT_CHANGE CALL FUNCTION 'FKK_ACCOUNT_CHANGE' EXPORTING i_vkont = g_wa_vkont_nodes-vkont * i_gpart = g_gpart "PSCD_EHP6 i_gpart = g_wa_vkont_nodes-gpart "PSCD_EHP6 i_no_other = 'X' i_no_change = 'X' EXCEPTIONS internal_error = 1 input_error = 2 foreign_lock = 3 not_found = 4 existing = 5 number_error = 6 not_qualified = 7 OTHERS = 8.
FKK_ACCOUNT_CHANGE CALL FUNCTION 'FKK_ACCOUNT_CHANGE' EXPORTING i_vkont = g_wa_vkont_nodes-vkont i_upd_online = 'X' * i_gpart = g_gpart "PSCD_EHP6 i_gpart = g_wa_vkont_nodes-gpart "PSCD_EHP6 i_ch_mode = '2' i_no_other = 'X' IMPORTING e_exit_type = l_exit_type EXCEPTIONS internal_error = 1 input_error = 2 foreign_lock = 3 not_found = 4 existing = 5 number_error = 6 not_qualified = 7 OTHERS = 8.
VKK_FICA_ACCOUNT_MAINTAIN CALL FUNCTION 'VKK_FICA_ACCOUNT_MAINTAIN' EXPORTING i_aktyp = '01' i_xinit = abap_false i_xsave = abap_true i_xupdtask = abap_false i_appli = 'PAAC' TABLES t_fldvl = lt_fldvl EXCEPTIONS OTHERS = 1.
FMCA_PSOB_TREE_MAINTAIN CALL FUNCTION 'FMCA_PSOB_TREE_MAINTAIN' EXPORTING i_psobkey = l_psobkey i_aktyp = '03' " Display * i_partner = g_gpart "PSCD_EHP6 i_partner = g_wa_vkont_nodes-gpart "PSCD_EHP6 i_partneracc = l_relatkey IMPORTING e_changed = l_changed EXCEPTIONS OTHERS = 1.
FMCA_PSOB_TREE_MAINTAIN CALL FUNCTION 'FMCA_PSOB_TREE_MAINTAIN' EXPORTING i_psobkey = l_psobkey i_aktyp = '02' " Change * i_partner = g_gpart "PSCD_EHP6 i_partner = g_wa_vkont_nodes-gpart "PSCD_EHP6 i_partneracc = l_relatkey IMPORTING e_changed = l_changed EXCEPTIONS OTHERS = 1.
FMCA_PSOB_TREE_MAINTAIN CALL FUNCTION 'FMCA_PSOB_TREE_MAINTAIN' EXPORTING i_psobkey = space i_aktyp = '01' " Create * i_partner = g_gpart "PSCD_EHP6 i_partner = g_wa_vkont_nodes-gpart "PSCD_EHP6 i_partneracc = l_relatkey i_partneracctyp = g_wa_vkont_nodes-vktyp IMPORTING e_changed = l_changed EXCEPTIONS OTHERS = 1.
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = l_applk.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '1201' i_applk = l_applk TABLES t_fbstab = l_t_fbstab.
FKK_SAMPLE_1201 CALL FUNCTION 'FKK_SAMPLE_1201'.
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = l_applk.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '1201' i_applk = l_applk TABLES t_fbstab = l_t_fbstab.
CALL FUNCTION 'FKK_SAMPLE_1201'.
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = l_applk.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '1201' i_applk = l_applk TABLES t_fbstab = l_t_fbstab.
FKK_SAMPLE_1201 CALL FUNCTION 'FKK_SAMPLE_1201'.
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 RFMCA_COV_TREE or its description.
RFMCA_COV_TREE - Include RFMCA_COV_TREE RFMCA_COV_TABO - Include for Tabstrip Control Output Module (Gen.) RFMCA_COV_TABI - Include for Tabstrip Control Input Module (Gen.) RFMCA_COV_TABD - Include for Tabstrip Control Data (Gen.) RFMCA_COV_CLASSES - Include RFMCA_COV_CLASSES RFMCA_COVTOP - Include RFMCA_COVTOP