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
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.
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
INCLUDE RFDBRMAC.
No SAP DATABASE tables are accessed within this REPORT code!
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.
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.