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

RFVDREPAY_API_TEST_FORMS SAP ABAP INCLUDE - RFVDREPAYAPITESTFORMS







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

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_REPAY_API_CREATE_SHELL CALL FUNCTION 'FVD_REPAY_API_CREATE_SHELL' EXPORTING i_bukrs = vdarl-bukrs i_gsart = vdarl-gsart i_template = tdrepay_templ-rtemplate i_bo_cat = '4' IMPORTING e_s_repay_api = l_repay_api EXCEPTIONS template_not_found = 1 OTHERS = 2.

FVD_REPAY_API_CREATE CALL FUNCTION 'FVD_REPAY_API_CREATE' EXPORTING i_bukrs = wrk_repay_api-bukrs i_ranl = wrk_repay_api-ranl i_s_rrepayment_api = wrk_repay_api i_tab_addflows = l_tab_addflow IMPORTING e_loghandle = g_loghandle e_log_data = g_log_data e_rbo = g_rbo EXCEPTIONS not_saved = 1 OTHERS = 2.

FVD_REPAY_API_RELEASE CALL FUNCTION 'FVD_REPAY_API_RELEASE' EXPORTING i_bukrs = g_bukrs i_ranl = g_ranl i_rbo = g_rbo IMPORTING e_loghandle = g_loghandle e_log_data = g_log_data e_rbo = g_rbo EXCEPTIONS not_in_release = 1 OTHERS = 2.

FVD_REPAY_API_POST CALL FUNCTION 'FVD_REPAY_API_POST' EXPORTING i_bukrs = wrk_repay_api-bukrs i_ranl = wrk_repay_api-ranl i_rbo = wrk_repay_api-rbo i_sim = g_sim i_x_no_confirmation = ' ' IMPORTING e_loghandle = g_loghandle e_log_data = g_log_data e_rbo = g_rbo EXCEPTIONS not_posted = 1 OTHERS = 2.

FVD_REPAY_API_CREATE_AND_POST CALL FUNCTION 'FVD_REPAY_API_CREATE_AND_POST' EXPORTING i_bukrs = wrk_repay_api-bukrs i_ranl = wrk_repay_api-ranl i_sim = g_sim i_s_rrepayment_api = wrk_repay_api IMPORTING e_loghandle = g_loghandle e_log_data = g_log_data e_rbo = g_rbo EXCEPTIONS not_saved = 1 OTHERS = 2.

BAL_LOG_MSG_DELETE CALL FUNCTION 'BAL_LOG_MSG_DELETE' EXPORTING i_s_msg_handle = l_wrk_tas_msgh_bo EXCEPTIONS msg_not_found = 1 log_not_found = 2 OTHERS = 3.

FVD_REPAY_OL_GET_ERROR_LIST CALL FUNCTION 'FVD_REPAY_OL_GET_ERROR_LIST' EXPORTING i_log_data = u_log_data IMPORTING e_statistics = c_statistics e_tab_msg = c_tab_msg EXCEPTIONS log_not_found = 1 OTHERS = 2.

BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = u_log_data-s_display_profile EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = u_log_data-s_display_profile i_t_log_handle = u_log_data-tas_loghandle EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.

POPUP_DISPLAY_MESSAGE CALL FUNCTION 'POPUP_DISPLAY_MESSAGE' EXPORTING titel = ct msgid = 'FVD_REPAY' msgty = 'I' msgno = '164' msgv1 = c1 msgv2 = c2.

FI_MESSAGE_TEXT_GET CALL FUNCTION 'FI_MESSAGE_TEXT_GET' EXPORTING i_langu = sy-langu i_msgid = wrk_tab-msgid i_msgno = wrk_tab-msgno i_msgty = wrk_tab-msgty i_msgv1 = wrk_tab-msgv1 i_msgv2 = wrk_tab-msgv2 i_msgv3 = wrk_tab-msgv3 i_msgv4 = wrk_tab-msgv4 i_total = 'X' IMPORTING e_msgtx = wrk_txt EXCEPTIONS no_message_found = 1 msgid_missing = 2 msgno_missing = 3 OTHERS = 4.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-300 text_button_1 = text-301 text_button_2 = text-302 IMPORTING answer = l_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

FVD_REPAY_API_RELEASE CALL FUNCTION 'FVD_REPAY_API_RELEASE' EXPORTING i_bukrs = wrk_repay_api-bukrs i_ranl = wrk_repay_api-ranl i_rbo = wrk_repay_api-rbo IMPORTING e_loghandle = g_loghandle e_log_data = g_log_data e_rbo = g_rbo EXCEPTIONS not_in_release = 1 OTHERS = 2.

FVD_REPAY_API_GETDETAIL CALL FUNCTION 'FVD_REPAY_API_GETDETAIL' EXPORTING i_bukrs = wrk_repay_api-bukrs i_ranl = wrk_repay_api-ranl i_rbo = wrk_repay_api-rbo i_like_dialog = l_like_dialog i_sbocat = '4' IMPORTING e_vdrepayment = g_vdrepayment EXCEPTIONS not_found = 1 OTHERS = 2.

FVD_REPAY_API_ACTIVATE CALL FUNCTION 'FVD_REPAY_API_ACTIVATE' EXPORTING i_bukrs = wrk_repay_api-bukrs i_ranl = wrk_repay_api-ranl i_rbo = wrk_repay_api-rbo IMPORTING e_loghandle = g_loghandle e_log_data = g_log_data e_rbo = g_rbo EXCEPTIONS not_activated = 1 OTHERS = 2.

FVD_REPAY_API_CREATE_AND_ACTIV CALL FUNCTION 'FVD_REPAY_API_CREATE_AND_ACTIV' EXPORTING i_bukrs = wrk_repay_api-bukrs i_ranl = wrk_repay_api-ranl i_sim = g_sim i_s_rrepayment_api = wrk_repay_api IMPORTING e_loghandle = g_loghandle e_log_data = g_log_data e_rbo = g_rbo EXCEPTIONS not_saved = 1 OTHERS = 2.

FVD_REPAY_API_DELETE CALL FUNCTION 'FVD_REPAY_API_DELETE' EXPORTING i_bukrs = wrk_repay_api-bukrs i_ranl = wrk_repay_api-ranl i_rbo = wrk_repay_api-rbo i_sim = g_sim IMPORTING e_loghandle = g_loghandle e_log_data = g_log_data e_rbo = g_rbo EXCEPTIONS not_deleted = 1 OTHERS = 2.

FVD_REPAY_API_GETLIST CALL FUNCTION 'FVD_REPAY_API_GETLIST' EXPORTING i_bukrs = wrk_repay_api-bukrs i_ranl = wrk_repay_api-ranl i_datum = sy-datum IMPORTING e_tab_vdrepayment = p_tab_repayment EXCEPTIONS not_found = 1 OTHERS = 2.

FVD_REPAY_API_GETDETAIL





CALL FUNCTION 'FVD_REPAY_API_GETDETAIL' EXPORTING i_bukrs = wrk_repay_api-bukrs i_ranl = wrk_repay_api-ranl i_rbo = wrk_repay_api-rbo i_like_dialog = ' ' i_sbocat = '4' IMPORTING e_vdrepayment = c_s_repayment EXCEPTIONS not_found = 1 OTHERS = 2.

FVD_REPAY_API_CHANGE CALL FUNCTION 'FVD_REPAY_API_CHANGE' EXPORTING i_bukrs = wrk_repay-bukrs i_ranl = wrk_repay-ranl i_rbo = wrk_repay-rbo i_vdrepayment = wrk_repay i_x_no_confirmation = 'X' IMPORTING e_loghandle = g_loghandle e_log_data = g_log_data e_rbo = g_rbo EXCEPTIONS not_changed = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-303 text_button_1 = text-304 text_button_2 = text-305 IMPORTING answer = l_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.



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