SAP Reports / Programs | Financials | Financial Supply Chain Management | Adaptor(FIN-FSCM-CR-AD) SAP FIN

UKM_RFDKLI20_AR_F01 SAP ABAP INCLUDE - UKMRFDKLI20ARF01







UKM_RFDKLI20_AR_F01 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 UKM_RFDKLI20_AR_F01 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 UKM_RFDKLI20_AR_F01. "Basic submit
SUBMIT UKM_RFDKLI20_AR_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT UKM_RFDKLI20_AR_F01 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 UKM_RFDKLI20_AR_F01

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:

FI_CM_CHECK_COMP_CONTROLAREA CALL FUNCTION 'FI_CM_CHECK_COMP_CONTROLAREA' EXPORTING i_kkber = is_bsid-kkber i_bukrs = is_bsid-bukrs EXCEPTIONS not_allowed = 1 OTHERS = 2.

FI_CREDIT_CONTROL_AREA_DATA CALL FUNCTION 'FI_CREDIT_CONTROL_AREA_DATA' EXPORTING i_kkber = is_bsid-kkber IMPORTING e_t014 = t014 EXCEPTIONS credit_control_area = 1 OTHERS = 2.

CREDITCONTROL_CALCULATE_AMOUNT CALL FUNCTION 'CREDITCONTROL_CALCULATE_AMOUNT' EXPORTING datum = datum dmbtr = bseg-dmbtr fwaer = bkpf-waers hwaer = t001-waers kkber = is_bsid-kkber umskz = bseg-umskz waers = t014-waers wrbtr = bseg-wrbtr rstgr = bseg-rstgr bukrs = bseg-bukrs akont = bseg-hkont absbt = bseg-absbt IMPORTING klibt = bseg-klibt EXCEPTIONS currency_missing = 1 special_gl_indicator_missing = 2 reason_code_missing = 3 currency_conversion_error = 4 OTHERS = 5.

BAL_LOG_MSG_CUMULATE CALL FUNCTION 'BAL_LOG_MSG_CUMULATE' EXPORTING i_s_msg = l_s_msg i_log_handle = g_log_handle_fi * importing * E_MSG_WAS_LOGGED = G_E_MSG EXCEPTIONS log_not_found = 0 OTHERS = 1.

OPEN_FI_PERFORM_00005010_P CALL FUNCTION 'OPEN_FI_PERFORM_00005010_P' EXPORTING i_chgtype = 'U' i_origin = 'RFDKLI20 BSID_UPDATE' i_tabname = 'BSID' i_where_bukrs = bseg-bukrs i_where_kunnr = bseg-kunnr i_where_umsks = bseg-umsks i_where_umskz = bseg-umskz i_where_augdt = bseg-augdt i_where_augbl = bseg-augbl i_where_zuonr = bseg-zuonr i_where_gjahr = bseg-gjahr i_where_belnr = bseg-belnr i_where_buzei = bseg-buzei EXCEPTIONS OTHERS = 1.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log IMPORTING e_log_handle = g_log_handle_fi EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_DSP_PROFILE_STANDARD_GET CALL FUNCTION 'BAL_DSP_PROFILE_STANDARD_GET' IMPORTING e_s_display_profile = l_display_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING * I_S_LOG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_S_MSG_FILTER = * I_T_MSG_CONTEXT_FILTER = i_t_log_handle = lt_log_handle * I_T_MSG_HANDLE = i_s_display_profile = l_display_profile * I_AMODAL = ' ' EXCEPTIONS OTHERS = 0.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_t_log_handle = lt_log_handle.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid it_fieldcat = gt_fieldcat[] i_save = g_save is_variant = g_variant TABLES t_outtab = it_listtab.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = g_save CHANGING cs_variant = g_variant EXCEPTIONS not_found = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = 'UKM_RFDKLI20_AR_ALV' i_structure_name = 'UKM_RFDKLI20_AR_ALV' i_client_never_display = 'X' CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = g_variant i_save = g_save i_display_via_grid = 'X' * it_default_fieldcat = IMPORTING e_exit = g_exit es_variant = gx_variant EXCEPTIONS not_found = 2.



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