SAP Reports / Programs | Financial Services | Loans Management | Accounting(FS-CML-AC) SAP FS

RFVD_IOA_SET_BLOCKER_PROCESS SAP ABAP INCLUDE - RFVDIOASETBLOCKERPROCESS







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


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 RFVD_IOA_SET_BLOCKER_PROCESS. "Basic submit
SUBMIT RFVD_IOA_SET_BLOCKER_PROCESS AND RETURN. "Return to original report after report execution complete
SUBMIT RFVD_IOA_SET_BLOCKER_PROCESS 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 RFVD_IOA_SET_BLOCKER_PROCESS

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:

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.



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