SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable | Security Deposits(FI-CA-BT-SE) SAP FI

RFKK_SECURITY_RELEASE_FORM SAP ABAP INCLUDE - Include RFKK_SECURITY_RELEASE_FORMS







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


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 RFKK_SECURITY_RELEASE_FORM. "Basic submit
SUBMIT RFKK_SECURITY_RELEASE_FORM AND RETURN. "Return to original report after report execution complete
SUBMIT RFKK_SECURITY_RELEASE_FORM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RFKK_SECURITY_RELEASE_FORMS


INCLUDES used within this REPORT RFKK_SECURITY_RELEASE_FORM

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:

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.



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