SAP Reports / Programs | Financial Accounting | Accounts Receivable | Basic Functions(FI-AR-AR) SAP FI

RFDKLIF0_GEN SAP ABAP INCLUDE - RFDKLIF0GEN







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


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


INCLUDES used within this REPORT RFDKLIF0_GEN

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:

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.



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