RFVD_IOA_SET_BLOCKER_PROCESS 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 RFVD_IOA_SET_BLOCKER_PROCESS 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!
FVD_LOAN_OL_ENQUEUE_VDARL * CALL FUNCTION 'FVD_LOAN_OL_ENQUEUE_VDARL' * EXPORTING * i_s_vdarl_key = l_wrk_vdarl_key * EXCEPTIONS * foreign_lock = 1 * system_failure = 2 * OTHERS = 3.
FVD_TABLE_INFORM CALL FUNCTION 'FVD_TABLE_INFORM' IMPORTING e_flg_tool_used = l_flg_tool_used EXCEPTIONS error = 1 OTHERS = 2.
FVD_TABLE_INIT CALL FUNCTION 'FVD_TABLE_INIT' EXCEPTIONS error = 1 OTHERS = 2.
FVD_TABLE_UPDATE_GROUP_GET CALL FUNCTION 'FVD_TABLE_UPDATE_GROUP_GET' CHANGING c_update_group = l_update_group EXCEPTIONS error = 1 OTHERS = 2.
FVD_TABLE_SET CALL FUNCTION 'FVD_TABLE_SET' EXPORTING i_tablename = 'VDARL' i_update_group = l_update_group i_flg_save = con_xon i_wrk_old = g_wrk_vdarl_old i_wrk_new = g_wrk_vdarl_new EXCEPTIONS error = 1 OTHERS = 2.
FVD_TABLE_UPDATE CALL FUNCTION 'FVD_TABLE_UPDATE' EXPORTING i_flg_update_task = con_xon i_flg_simulation = con_xoff i_flg_change_document = con_xon i_flg_update_services = con_xon EXCEPTIONS error = 1 OTHERS = 2.
PRINT_SELECTIONS CALL FUNCTION 'PRINT_SELECTIONS' EXPORTING rname = sy-cprog rvariante = sy-slset mode = 'TABLE' TABLES infotab = selections.
FI_MESSAGE_TEXT_GET CALL FUNCTION 'FI_MESSAGE_TEXT_GET' EXPORTING i_langu = sy-langu i_msgid = sy-msgid i_msgno = sy-msgno i_msgty = sy-msgty i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 i_msgv4 = sy-msgv4 i_total = space IMPORTING e_msgtx = l_text EXCEPTIONS no_message_found = 1 msgid_missing = 2 msgno_missing = 3 OTHERS = 4.
FI_MESSAGE_TEXT_GET CALL FUNCTION 'FI_MESSAGE_TEXT_GET' EXPORTING i_langu = sy-langu i_msgid = sy-msgid i_msgno = sy-msgno i_msgty = sy-msgty i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 i_msgv4 = sy-msgv4 i_total = space IMPORTING e_msgtx = l_text EXCEPTIONS no_message_found = 1 msgid_missing = 2 msgno_missing = 3 OTHERS = 4.
FVD_LOAN_OL_ENQUEUE_VDARL CALL FUNCTION 'FVD_LOAN_OL_ENQUEUE_VDARL' EXPORTING i_s_vdarl_key = l_wrk_vdarl_key EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
FVD_LOAN_OL_ENQUEUE_VDARL CALL FUNCTION 'FVD_LOAN_OL_ENQUEUE_VDARL' EXPORTING i_s_vdarl_key = l_wrk_vdarl_key EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
FVD_LOAN_OL_ENQUEUE_VDARL CALL FUNCTION 'FVD_LOAN_OL_ENQUEUE_VDARL' EXPORTING i_s_vdarl_key = l_wrk_vdarl_key EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVD_IOA_SET_BLOCKER_PROCESS - RFVDIOASETBLOCKERPROCESS RFVD_IOA_SET_BLOCKER - Enter End Date for Non-IOA Period RFVD_IOA_SET_BLOCKER - Enter End Date for Non-IOA Period RFVD_IOA_CALC_MULT_TOP - RFVDIOACALCMULTTOP RFVD_IOA_CALC_MULT_SEL - Selektionsbedingungen im Massenlauf Verzugszinsberechnung RFVD_IOA_CALC_MULT_PREPARE - Include RFVD_IOA_CALC_MULT_PREPARE