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

RFKK_SECURITY_FOR_GUARANTOR SAP ABAP Report - Overview of Securities for a Guarantor







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


Text pool values


Selection Text: GUARANT = D Guarantor
Title: Overview of Securities for a Guarantor
Text Symbol: 001 = Guarantor
Text Symbol: 002 = Partner
Text Symbol: 003 = Contract Acct
Text Symbol: 004 = Contract
Text Symbol: 005 = Total
Text Symbol: CNT = Number
Text Symbol: H01 = |Security |U|St|Rsn |Return dte|Type|Expire date|Reference |RvRs|Cur|Requstd amount|
Text Symbol: S01 = Display Reversed Security Deposits


INCLUDES used within this REPORT RFKK_SECURITY_FOR_GUARANTOR

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:

FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = w_applk.

FKK_DB_SECURITY_PARAMETER CALL FUNCTION 'FKK_DB_SECURITY_PARAMETER' EXPORTING x_applk = w_applk IMPORTING y_xvtref = w_xvtref y_option_vtref = h_option_vtref.

FKK_DB_SECURITY_FOR_GUARANTOR CALL FUNCTION 'FKK_DB_SECURITY_FOR_GUARANTOR' EXPORTING x_reversed_also = reversed TABLES ty_sec = t_sec txy_sec_n = t_sec_n ty_sec_c = t_sec_c EXCEPTIONS not_found = 1 OTHERS = 2.

FKK_ACCOUNT_SELECT_TABLE CALL FUNCTION 'FKK_ACCOUNT_SELECT_TABLE' TABLES t_fkkvk = t_fkkvk t_fkkvkp = t_fkkvkp EXCEPTIONS OTHERS = 1.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = 'RFKK_SECURITY_FOR_GUARANTOR' i_internal_tabname = i_internal_tabname i_structure_name = i_structure_name CHANGING ct_fieldcat = i_fieldcat_all.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * i_interface_check = 'X' i_callback_program = 'RFKK_SECURITY_FOR_GUARANTOR' i_callback_pf_status_set = 'SET_SECURITY_STAT_PFST_GUAR' i_callback_user_command = 'SECURITY_USER_COMMAND_GUAR' it_fieldcat = t_fieldcat[] is_layout = w_layout * is_variant = w_variant i_save = 'A' it_events = t_events[] TABLES t_outtab = t_stat.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = t_events.

FKK_S_SECURITY_CHANGE CALL FUNCTION 'FKK_S_SECURITY_CHANGE' EXPORTING x_security = t_sec-security x_upd_online = 'X' x_no_other = 'X' IMPORTING y_db_update = w_update EXCEPTIONS OTHERS = 1.

FKK_S_SECURITY_CREATE CALL FUNCTION 'FKK_S_SECURITY_CREATE' EXPORTING x_security = auto-sec_d-security x_upd_online = 'X' x_auto = auto IMPORTING y_db_update = w_update EXCEPTIONS OTHERS = 1.

FKK_S_SECURITY_CREATE CALL FUNCTION 'FKK_S_SECURITY_CREATE' EXPORTING x_security = auto-sec_d-security x_upd_online = 'X' x_auto = auto IMPORTING y_db_update = w_update EXCEPTIONS OTHERS = 1.

DD_DOFV_GET * CALL FUNCTION 'DD_DOFV_GET' * EXPORTING * domain_name = 'NC_STATUS_KK' * TABLES * dd07v_tab_a = t_fwetaba * dd07v_tab_n = t_fwetabn.

F4IF_INT_TABLE_VALUE_REQUEST * CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' * EXPORTING * retfield = l_retfield * value_org = 'C' * TABLES * value_tab = l_value_tab * field_tab = l_field_tab ** return_tab = l_returntab * EXCEPTIONS * parameter_error = 1 * no_values_found = 2 * OTHERS = 3.

HELP_VALUES_GET * CALL FUNCTION 'HELP_VALUES_GET' * EXPORTING * display = 'X' * fieldname = h_fieldname * tabname = 'FKK_SEC_D' * EXCEPTIONS * OTHERS = 1.

FKK_S_SECURITY_DISPLAY CALL FUNCTION 'FKK_S_SECURITY_DISPLAY' EXPORTING x_security = t_stat-security x_upd_online = 'X' x_no_other = 'X' IMPORTING y_db_update = w_update EXCEPTIONS OTHERS = 1.

FKK_PARTNER_HEADER_DISPLAY CALL FUNCTION 'FKK_PARTNER_HEADER_DISPLAY' EXPORTING x_partner = guarant IMPORTING y_ltext1 = y_ltext1 y_ltext2 = y_ltext2 y_ltext3 = y_ltext3 EXCEPTIONS not_found = 1.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = t_list_top_of_page.



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