SAP Reports / Programs

RFDKLIAB SAP ABAP Report - Display Changes to Credit Management







RFDKLIAB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use program RFDKLIAB to display changes to the credit management master data for all accounts...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 RFDKLIAB 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 RFDKLIAB. "Basic submit
SUBMIT RFDKLIAB AND RETURN. "Return to original report after report execution complete
SUBMIT RFDKLIAB 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: XKKB = Credit control area data
Selection Text: XALL = All customers
Selection Text: XALG = General data
Selection Text: UNAME = Changed by
Selection Text: SORT = Sorting
Selection Text: P_VARIA = Layout
Selection Text: KUNNR = Customer
Selection Text: KKBER = Credit control area
Selection Text: GRUPP = Field group
Selection Text: DATUM = Changed on
Title: Display Changes to Credit Management
Text Symbol: NVK = *
Text Symbol: NVI = *
Text Symbol: NVD = *
Text Symbol: NVA = *
Text Symbol: NT3 = *
Text Symbol: NT1 = *
Text Symbol: NM1 = *
Text Symbol: NLR = *
Text Symbol: NKK = Customer in CCA;;
Text Symbol: NKA = Customer ;;
Text Symbol: NEX = *
Text Symbol: NEI = *
Text Symbol: NBW = *
Text Symbol: NVL = *
Text Symbol: NVP = *
Text Symbol: NVV = *
Text Symbol: NZA = *
Text Symbol: S01 = Date ;;
Text Symbol: S02 = Customer ;;
Text Symbol: S03 = Changed by ;;
Text Symbol: S04 = Field name ;;
Text Symbol: T11 = Time Cust. Changed by Field name CCAr New value Old value
Text Symbol: T12 = Date Time Changed by Field name CCAr New value Old value
Text Symbol: T13 = Date Time Customer Field name CCAr New value Old value
Text Symbol: T14 = Date Time Customer Changed by CCAr New value Old value
Text Symbol: T22 = Tech.Field Name
Text Symbol: ZAV = Cntrl Addr.Admn





Text Symbol: 001 = *No field text*;; User
Text Symbol: F00 = E R R O R L O G ;;
Text Symbol: HD1 = Sort by date
Text Symbol: HD2 = Sort by customer
Text Symbol: HD3 = Sort per changed by
Text Symbol: HD4 = Sort by field name
Text Symbol: KAS = *
Text Symbol: KAT = *
Text Symbol: KB5 = *
Text Symbol: KBK = *
Text Symbol: KBW = *
Text Symbol: KEX = *
Text Symbol: KVA = *
Text Symbol: KVD = *
Text Symbol: KVI = *
Text Symbol: KVK = *
Text Symbol: KVL = *
Text Symbol: KVP = *
Text Symbol: LAS = *
Text Symbol: LAT = *
Text Symbol: LB5 = *
Text Symbol: LBK = *
Text Symbol: LBW = *
Text Symbol: LLR = *
Text Symbol: LM2 = *
Text Symbol: LT1 = *
Text Symbol: LT3 = *
Text Symbol: LTT = *
Text Symbol: LZA = *
Text Symbol: M01 = *** Created ***
Text Symbol: M02 = *** Deleted ***
Text Symbol: NA1 = *
Text Symbol: NAS = *
Text Symbol: NAT = *
Text Symbol: NB1 = *
Text Symbol: NB5 = *
Text Symbol: NBK = *
Text Symbol: NBS = *


INCLUDES used within this REPORT RFDKLIAB

INCLUDE RFDBRMAC.





INCLUDE RFXABL00.


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_MESSAGE_CHECK CALL FUNCTION 'FI_MESSAGE_CHECK' EXCEPTIONS no_message = 01.

POPUP_NO_LIST * CALL FUNCTION 'POPUP_NO_LIST'. "removed Retrofit

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING i_fimsg = msgtab.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = ls_layout it_sort = lt_sort it_fieldcat = lt_fieldcat i_save = gc_save is_variant = gv_variant it_events = lt_events TABLES t_outtab = gt_output[] EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' "#EC * EXPORTING i_program_name = gv_repid i_structure_name = gc_structure CHANGING ct_fieldcat = xt_fieldcat 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_eventstab EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

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

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.



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