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

RFKK_SECURITY_STATISTICS SAP ABAP Report - Security Deposit Statistics and Monitoring







RFKK_SECURITY_STATISTICS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Security deposit statistics and inspection This report gives an overview of all security deposit payments in the system...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFKK_SECURITY_STATISTICS into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FPD1 - Security Deposit Statistics Report


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_STATISTICS. "Basic submit
SUBMIT RFKK_SECURITY_STATISTICS AND RETURN. "Return to original report after report execution complete
SUBMIT RFKK_SECURITY_STATISTICS 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: S_VKONT = D .
Selection Text: S_START = D .
Selection Text: S_RETURN = D .
Selection Text: P_NCSH = D .
Selection Text: P_C_ST = D .
Selection Text: P_CASH = D .
Selection Text: P_VAR = Default Layout
Selection Text: P_NC_ST = Noncash security dep. status
Selection Text: P_EVENT = Trigger monitoring event
Title: Security Deposit Statistics and Monitoring
Text Symbol: TYP = Type of security deposit
Text Symbol: SEL = Selection Details
Text Symbol: P02 = Security deposits are read
Text Symbol: DAT = Usage period
Text Symbol: CNT = Number
Text Symbol: 021 = Contract Accts
Text Symbol: 020 = Cont.Account
Text Symbol: 019 = Overview of Security Deposits
Text Symbol: 018 = Overview of Non-Cash Security Deposits
Text Symbol: 017 = Overview of Cash Security Deposits
Text Symbol: 016 = Currency
Text Symbol: 015 = Status of Cash Security Dep
Text Symbol: 014 = Status of Non-Cash Sec. Dep.
Text Symbol: 013 = Request Reason
Text Symbol: 012 = Security Deposit Category
Text Symbol: 005 = Data is being read


INCLUDES used within this REPORT RFKK_SECURITY_STATISTICS

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' EXPORTING i_no_dialog = sy-batch IMPORTING e_applk = w_applk.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = percentage text = text-p02.

FKK_DB_CASH_SECURITY_STATUS_NW CALL FUNCTION 'FKK_DB_CASH_SECURITY_STATUS_NW' EXPORTING x_security = t_sec-security IMPORTING y_status = wa_status y_status_txt = wa_status_txt EXCEPTIONS not_found = 1 OTHERS = 2.

GET_DOMAIN_VALUES CALL FUNCTION 'GET_DOMAIN_VALUES' EXPORTING domname = 'NC_STATUS_KK' text = 'X' TABLES values_tab = it_nc_status_txt EXCEPTIONS no_values_found = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = w_repid i_internal_tabname = 'T_STAT' i_structure_name = 'FKK_SEC_D' CHANGING ct_fieldcat = t_fieldcat_all[].

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = w_repid i_internal_tabname = 'T_SEC_ALV' i_structure_name = 'FKK_SEC_D' CHANGING ct_fieldcat = t_fieldcat_all1[].

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = w_repid i_callback_user_command = 'SECURITY_USER_COMMAND' it_fieldcat = t_fieldcat[] is_layout = w_layout i_default = 'X' i_save = 'A' is_variant = w_variant it_events = gt_events1[] TABLES t_outtab = t_stat.

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

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_applk = w_applk i_fbeve = '0860' TABLES t_fbstab = t_fbstab.

FKK_SAMPLE_0860 IF 1 = 2. CALL FUNCTION 'FKK_SAMPLE_0860'. ENDIF.

HELP_OBJECT_SHOW_FOR_FIELD CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD' EXPORTING called_by_program = p_repid called_for_tab = 'FKK_SEC_D' called_for_field = 'XEVENT' called_by_cuaprog = w_repid.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = ls_variant i_save = 'A' IMPORTING e_exit = l_exit es_variant = ls_variant EXCEPTIONS not_found = 2.

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.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-005.

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

FKK_PARTNER_HEADER_DISPLAY CALL FUNCTION 'FKK_PARTNER_HEADER_DISPLAY' EXPORTING x_partner = t_vkp-gpart IMPORTING y_text1 = wa_partnertext EXCEPTIONS not_found = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = w_repid i_callback_pf_status_set = 'SET_SECURITY_STAT_PFSTATUS' i_callback_user_command = 'SECURITY_USER_COMMAND' it_fieldcat = t_fieldcat1[] is_layout = w_layout i_default = 'X' i_save = 'A' * is_variant = w_variant it_events = gt_events[] TABLES t_outtab = it_sec.

FKK_S_SECURITY_DISPLAY





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

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page1.

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

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



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