RFDKLIF0_GEN 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 RFDKLIF0_GEN 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERT_TO_FOREIGN_CURRENCY CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY' EXPORTING date = sy-datlo local_amount = b01_locam local_currency = buktab-waers foreign_currency = kkbtab-waers IMPORTING foreign_amount = b01_foram exchange_rate = rate.
POPUP_GET_VALUES_DB_CHECKED CALL FUNCTION 'POPUP_GET_VALUES_DB_CHECKED' EXPORTING popup_title = text-t01 IMPORTING returncode = answer TABLES fields = values.
ALE_BAPI_GET_UNIQUE_RECEIVER CALL FUNCTION 'ALE_BAPI_GET_UNIQUE_RECEIVER' EXPORTING object = 'BUS1010' method = 'GETOPENITEMSSTRUCTURE' IMPORTING receiver = receiver TABLES filterobjects_values = filter EXCEPTIONS error_message = 1.
OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = ownlogsys EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.
CREDITCONTROL_AUTH_KNKK_BED CALL FUNCTION 'CREDITCONTROL_AUTH_KNKK_BED' EXPORTING i_actvt = '03' i_brgru = kna1-begru EXCEPTIONS no_authority = 1 OTHERS = 2.
OPEN_FI_PERFORM_00001540_E CALL FUNCTION 'OPEN_FI_PERFORM_00001540_E' IMPORTING e_abez = ofiwa-xtext TABLES t_ftexts = ftextstab.
TELEPHONY_ACTIVE_GET CALL FUNCTION 'TELEPHONY_ACTIVE_GET' IMPORTING active = phoneactive EXCEPTIONS OTHERS = 1.
CUSTOMER_DUE_DATE_ANALYSIS CALL FUNCTION 'CUSTOMER_DUE_DATE_ANALYSIS' EXPORTING bukrs = lt_buktab-bukrs kkber = v01_kkber kunnr = v01_kunnr rasid = rasid IMPORTING sfae1 = *rf035-sfae1 sfae2 = *rf035-sfae2 sfae3 = *rf035-sfae3 sfae4 = *rf035-sfae4 sfae5 = *rf035-sfae5 sfae6 = *rf035-sfae6 sfael = *rf035-sfael snfa1 = *rf035-snfa1 snfa2 = *rf035-snfa2 snfa3 = *rf035-snfa3 snfa4 = *rf035-snfa4 snfa5 = *rf035-snfa5 snfa6 = *rf035-snfa6 snfae = *rf035-snfae EXCEPTIONS no_open_items = 4.
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = l_variant EXCEPTIONS not_found = 2.
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = l_variant EXCEPTIONS not_found = 2.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = l_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = l_variant i_save = 'A' IMPORTING e_exit = l_exit es_variant = l_variant_help.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = l_variant i_save = 'A' IMPORTING e_exit = l_exit es_variant = l_variant_help.
INITIALIZE_STRUCTURE CALL FUNCTION 'INITIALIZE_STRUCTURE' EXPORTING i_n_fill = 1 CHANGING c_workarea = init_tab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.