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

RFDKLI30 SAP ABAP Report - Credit Limit Overview







RFDKLI30 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report provides a short overview of all credit limit-related data per customer...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 RFDKLI30 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 RFDKLI30. "Basic submit
SUBMIT RFDKLI30 AND RETURN. "Return to original report after report execution complete
SUBMIT RFDKLI30 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: KKBER = Credit control area
Selection Text: KNKLI = Credit account
Selection Text: P_VARI = D Layout
Title: Credit Limit Overview
Text Symbol: 002 = Name
Text Symbol: 003 = Currency
Text Symbol: 004 = Customer
Text Symbol: 005 = Total limit
Text Symbol: 006 = Single limit
Text Symbol: 007 = Currency
Text Symbol: 008 = CCAr
Text Symbol: 009 = Credit limit
Text Symbol: 010 = At customer
Text Symbol: 011 = Central data is missing
Text Symbol: 012 = Credit acct
Text Symbol: 060 = Control Area
Text Symbol: 061 = Output Control


INCLUDES used within this REPORT RFDKLI30

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.

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

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = is_variant i_save = ic_save * it_default_fieldcat = IMPORTING e_exit = xv_exit es_variant = xs_variant EXCEPTIONS not_found = 2.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING e_width = lv_linsz.

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

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

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_structure_name = gc_structure CHANGING ct_fieldcat = xt_fieldcatalog EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_structure_name = gc_structure CHANGING ct_fieldcat = lt_fieldcatalog EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = ic_save CHANGING cs_variant = xs_variant2 EXCEPTIONS not_found = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = iv_repid is_layout = is_layout it_fieldcat = it_fieldcat it_sort = gt_sorttab i_save = ic_save is_variant = is_variant it_events = it_eventstab i_tabname_header = gv_tabname_header i_tabname_item = gv_tabname_item is_keyinfo = gs_keyinfo TABLES t_outtab_header = gt_output_h t_outtab_item = gt_output_i EXCEPTIONS program_error = 1 OTHERS = 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 RFDKLI30 or its description.