SAP Reports / Programs

RFDKLI10 SAP ABAP Report - Customers With Missing Credit Data







RFDKLI10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report checks the credit limit-related data for completeness and creates the corresponding error lists...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 RFDKLI10 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 RFDKLI10. "Basic submit
SUBMIT RFDKLI10 AND RETURN. "Return to original report after report execution complete
SUBMIT RFDKLI10 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: SKUNNR = Customer
Selection Text: SKTOKD = Account Group
Selection Text: SKKBER = Credit control area
Selection Text: SBUKRS = Company code
Selection Text: P_VARIA = D Layout
Title: Customers With Missing Credit Data
Text Symbol: 300 = Analysis
Text Symbol: 015 = Selected control area data:
Text Symbol: 014 = Selected company code data:
Text Symbol: 013 = Central data available:
Text Symbol: 012 = Selected customers:
Text Symbol: 011 = Analysis
Text Symbol: 010 = Deletable control area data:
Text Symbol: 009 = Data can be deleted
Text Symbol: 008 = Data Missing
Text Symbol: 007 = Missing control area data:
Text Symbol: 006 = Missing central data:
Text Symbol: 005 = S T A T I S T I C S
Text Symbol: 004 = Central data is missing
Text Symbol: 003 = Company codes which are not assigned to a control area
Text Symbol: 002 = Area
Text Symbol: 001 = Customer


INCLUDES used within this REPORT RFDKLI10

INCLUDE RFCOLF00.


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:

CREDITCONTROL_AUTHORITY_KNKA CALL FUNCTION 'CREDITCONTROL_AUTHORITY_KNKA' EXPORTING I_ACTVT = '03' EXCEPTIONS NO_AUTHORITY = 1.

CREDITCONTROL_AUTHORITY_KNKK CALL FUNCTION 'CREDITCONTROL_AUTHORITY_KNKK' EXPORTING I_ACTVT = '03' I_KKBER = KNKK-KKBER EXCEPTIONS INPUT_MISSING = 1 NO_AUTHORITY = 2.

CREDITCONTROL_AUTHORITY_KNKK CALL FUNCTION 'CREDITCONTROL_AUTHORITY_KNKK' EXPORTING I_ACTVT = '03' I_KKBER = KBSTAB-KKBER EXCEPTIONS INPUT_MISSING = 1 NO_AUTHORITY = 2.

CREDITCONTROL_AUTHORITY_KNKK CALL FUNCTION 'CREDITCONTROL_AUTHORITY_KNKK' EXPORTING I_ACTVT = '03' I_KKBER = KBITAB-KKBER EXCEPTIONS INPUT_MISSING = 1 NO_AUTHORITY = 2.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = lv_save CHANGING cs_variant = xs_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 = is_variant i_save = lv_save IMPORTING e_exit = lv_exit es_variant = ls_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = lv_save CHANGING cs_variant = xs_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = lv_repid is_layout = ls_lset it_fieldcat = lt_fldcat i_save = lv_save is_variant = gs_variant it_events = lt_evts is_print = ls_print TABLES t_outtab = it_outtab EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = lc_struct_name CHANGING ct_fieldcat = xt_fldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_evts EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

FAGL_BATCH_HEADING_PERFORM * CALL FUNCTION 'FAGL_BATCH_HEADING_PERFORM' * EXPORTING * is_bhdgd = bhdgd.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' "#EC IMPORTING es_layout = ls_layout e_width = ls_width EXCEPTIONS no_infos = 1 program_error = 2 OTHERS = 3.

FAGL_BATCH_HEADING_PERFORM CALL FUNCTION 'FAGL_BATCH_HEADING_PERFORM' EXPORTING is_bhdgd = bhdgd IMPORTING EO_FORM_GRID = lo_grid.

BAL_DSP_LOG_PRINT CALL FUNCTION 'BAL_DSP_LOG_PRINT' EXPORTING i_s_list_append = 'X' i_s_display_profile = gs_prof i_t_log_handle = lt_log_hdl EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = lv_log_hdl EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = iv_log_hdl i_msgty = 'I' i_probclass = '4' i_text = text-003 EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = iv_log_hdl i_msgty = 'I' i_probclass = '4' i_text = buktab-bukrs EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_DSP_PROFILE_STANDARD_GET CALL FUNCTION 'BAL_DSP_PROFILE_STANDARD_GET' IMPORTING e_s_display_profile = xs_prof.

BAL_DSP_LOG_DISPLAY





CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = is_prof i_t_log_handle = it_log_hdls i_amodal = 'X' EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = iv_log_hdl i_msgty = 'I' i_probclass = '4' i_text = lv_text EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = iv_log_hdl i_msgty = 'E' i_probclass = '1' i_text = text-007 EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = iv_log_hdl i_msgty = 'E' i_probclass = '1' i_text = lv_text EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = iv_log_hdl i_msgty = 'I' i_probclass = '4' i_text = text-010 EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = iv_log_hdl i_msgty = 'I' i_probclass = '4' i_text = lv_text EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = iv_log_hdl i_msgty = 'E' i_probclass = '1' i_text = lv_text EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.



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