RFKK_SECURITY_RELEASE_FORM 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 RFKK_SECURITY_RELEASE_FORM 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 RFKK_SECURITY_RELEASE_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = it_list_top_of_page.
FKK_S_CASH_SEC_RELEASE_CHECK CALL FUNCTION 'FKK_S_CASH_SEC_RELEASE_CHECK' EXPORTING i_security = tx_stat-security i_check_credit_worth = 'X' i_check_event_0870 = 'X' IMPORTING e_rel_allowed = h_rel_allowed TABLES t_opbel_rel = t_opbel_rel t_fkkop_pay = t_fkkop_pay EXCEPTIONS not_found = 1 security_not_paid = 2 general_fault = 3 OTHERS = 4.
FKK_S_CASH_SEC_RELEASE_UPDATE CALL FUNCTION 'FKK_S_CASH_SEC_RELEASE_UPDATE' EXPORTING i_security = tx_stat-security * IMPORTING * E_STATUS = TABLES t_opbel_rel = t_opbel_rel t_fkkop_pay = t_fkkop_pay EXCEPTIONS foreign_lock = 1 not_authorized = 2 general_fault = 3 OTHERS = 4.
FKK_DB_CASH_SECURITY_STATUS_NW CALL FUNCTION 'FKK_DB_CASH_SECURITY_STATUS_NW' EXPORTING x_security = tx_stat-security IMPORTING y_status = tx_stat-c_status y_status_txt = tx_stat-status_txt y_request_sum = tx_stat-request y_paid_sum = tx_stat-paid y_released_sum = tx_stat-released y_vtref = tx_stat-vtref EXCEPTIONS not_found = 1 OTHERS = 2.
FKK_S_SECURITY_DISPLAY CALL FUNCTION 'FKK_S_SECURITY_DISPLAY' EXPORTING x_security = wa_stat-security x_upd_online = 'X' x_no_other = 'X' IMPORTING y_db_update = w_update 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.
RFKK_SECURITY_RELEASE_FORM - Include RFKK_SECURITY_RELEASE_FORMS RFKK_SECURITY_RELEASE - Release Securities for Contract Accounts RFKK_SECURITY_RELEASE - Release Securities for Contract Accounts RFKK_SECURITY_FOR_PARTNER - Overview of Security Deposits RFKK_SECURITY_FOR_PARTNER - Overview of Security Deposits RFKK_SECURITY_FOR_GUARANTOR - Overview of Securities for a Guarantor