RVV99_F04 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 RVV99_F04 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING display = 'X' selectfield = selectfield titel = title title_in_values_list = zeile IMPORTING ind = ind TABLES fields = anzfields full_table = anztab.
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = title IMPORTING returncode = popup_retcode TABLES fields = fields.
VKKMA5_BEENDEN_MV CALL FUNCTION 'VKKMA5_BEENDEN_MV' EXPORTING i_acode = '05' i_vkont = gt_fkkmako_item-vkont i_vtref = gt_fkkmako_item-vtref i_mvlnr = gt_fkkmako_item-mvlnr i_mvbis = mvbis i_gpart = gt_fkkmako_item-gpart EXCEPTIONS nofound = 1 OTHERS = 2.
VKKMA6_GET_VALID_DUN_LEVELS CALL FUNCTION 'VKKMA6_GET_VALID_DUN_LEVELS' TABLES i_fkkmako = lt_fkkmako i_dunlevel_info = lt_dunlevel_info EXCEPTIONS no_dunning_procedure = 1 dunning_procedure_terminated = 2 mako_table_inconsistent = 3 OTHERS = 4.
HELP_VALUES_GET_WITH_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_WITH_DD_NAME' EXPORTING selectfield = selectfield tablename = 'VKKMA_DUNLEVEL_INFO' titel = title IMPORTING ind = ind TABLES full_table = lt_dunlevel_info EXCEPTIONS no_tablefields_in_dictionary = 1 no_tablestructure_given = 2 more_then_one_selectfield = 3 no_selectfield = 4 OTHERS = 5.
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = title IMPORTING returncode = popup_retcode TABLES fields = fields.
VKKMA6_SET_DUNNING_LEVEL CALL FUNCTION 'VKKMA6_SET_DUNNING_LEVEL' EXPORTING msneu = wa_dunlevel_info-mahns mndat = lv_mndat TABLES i_fkkmako = lt_fkkmako EXCEPTIONS no_auth = 1 wrong_date = 2 no_dunning_procedure = 3 mako_table_inconsistent = 4 OTHERS = 5.
HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING display = 'X' selectfield = selectfield titel = title no_pers_help_select = 'X' title_in_values_list = zeile IMPORTING ind = ind TABLES fields = anzfields full_table = anztab.
FKK_O_LOCKSET_OPEN CALL FUNCTION 'FKK_O_LOCKSET_OPEN' EXPORTING i_appl_work_area = struct i_gpart = gt_fkkmako_header-gpart i_vkont = gt_fkkmako_header-vkont i_proid = '01' i_lotyp = '22' i_wmode = '02' i_upd_online = 'X' ix_set_enqueue = space ix_check_authority = space IMPORTING e_obj = par_locks.
FKK_O_LOCKSET_MAINTAIN CALL FUNCTION 'FKK_O_LOCKSET_MAINTAIN' CHANGING c_obj = par_locks.
FKK_O_LOCKSET_METHOD_SAVE CALL FUNCTION 'FKK_O_LOCKSET_METHOD_SAVE' IMPORTING e_db_updated = i_db_updated CHANGING c_obj = par_locks EXCEPTIONS update_failed = 1 OTHERS = 2.
FKK_O_LOCKSET_OPEN CALL FUNCTION 'FKK_O_LOCKSET_OPEN' EXPORTING i_appl_work_area = struct i_gpart = gt_fkkmako_header-gpart i_vkont = gt_fkkmako_header-vkont i_proid = '01' i_lotyp = '06' i_wmode = '02' i_upd_online = 'X' ix_set_enqueue = space ix_check_authority = space IMPORTING e_obj = par_locks.
FKK_O_LOCKSET_MAINTAIN CALL FUNCTION 'FKK_O_LOCKSET_MAINTAIN' CHANGING c_obj = par_locks.
FKK_O_LOCKSET_METHOD_SAVE CALL FUNCTION 'FKK_O_LOCKSET_METHOD_SAVE' IMPORTING e_db_updated = i_db_updated CHANGING c_obj = par_locks EXCEPTIONS update_failed = 1 OTHERS = 2.
REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = text-010 i_tabname = 'BELTAB' i_structure_name = 'VKKMA_OPBEL_ALV' IMPORTING es_selfield = gs_selfield e_exit = g_exit TABLES t_outtab = beltab EXCEPTIONS program_error = 1 OTHERS = 2.
FKK_FPE0_INIT CALL FUNCTION 'FKK_FPE0_INIT'.
FKK_FPE0_START_TRANSACTION CALL FUNCTION 'FKK_FPE0_START_TRANSACTION' EXPORTING tcode = 'FPE3' opbel = beltab-opbel EXCEPTIONS OTHERS = 1.
FKK_FPE0_INIT CALL FUNCTION 'FKK_FPE0_INIT'.
CALL FUNCTION 'FKK_FPE0_START_TRANSACTION' EXPORTING tcode = 'FPE3' opbel = gt_outtab1-opbel i_opupk = gt_outtab1-opupk i_opupw = gt_outtab1-opupw i_opupz = gt_outtab1-opupz EXCEPTIONS OTHERS = 1.
FKK_FPE0_START_TRANSACTION CALL FUNCTION 'FKK_FPE0_START_TRANSACTION' EXPORTING tcode = 'FPE3' opbel = gt_outtab1-opbel EXCEPTIONS OTHERS = 1.
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 RVV99_F04 or its description.