RFKABL00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With program RFKABL00, you can display changes to the vendor master record data across 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 RFKABL00 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: XEKO = Purchasing Organization Data
Selection Text: XBUK = Company Code Data
Selection Text: XALL = All Vendors
Selection Text: XALG = General Data
Selection Text: UNAME = Changed By
Selection Text: SORT = Sorting
Selection Text: P_VARIA = Layout
Selection Text: LIFNR = Vendor
Selection Text: GRUPP = Field Group
Selection Text: EKORG = Purchasing Organization
Selection Text: DATUM = Changed On
Selection Text: BUKRS = Company Code
Title: Display Changes to Vendors
Text Symbol: NVL = *
Text Symbol: NVK = Contact Person
Text Symbol: NVI = *
Text Symbol: NVD = *
Text Symbol: NVA = *
Text Symbol: NT3 = Partner Role
Text Symbol: NT1 = Vendor Subrange
Text Symbol: NM1 = Purchasing Data
Text Symbol: NLR = Supply region
Text Symbol: NKK = *
Text Symbol: NKA = *
Text Symbol: NEX = *
Text Symbol: NEI = Tariff preference
Text Symbol: NBW = W/tax type
Text Symbol: NVP = *
Text Symbol: NVV = *
Text Symbol: NZA = Perm.Pay.Recip.
Text Symbol: S01 = Date
Text Symbol: S02 = Vendor
Text Symbol: S03 = Changed By
Text Symbol: S04 = Field Name
Text Symbol: T11 = Time Vendor Changed by Field name CoCd PuOr New value Old value
Text Symbol: T12 = Date Time Changed by Field name CoCd PuOr New value Old value
Text Symbol: T13 = Date Time Vendor Field name CoCd PuOr New value Old value
Text Symbol: T14 = Date Time Vendor Changed by CoCd PuOr New value Old value
INCLUDE RFDBRMAC.
INCLUDE RFXABL00.
No SAP DATABASE tables are accessed within this REPORT code!
FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING i_fimsg = msgtab.
FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING i_fimsg = msgtab.
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' "#EC * 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_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_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_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = gc_pf_status_set it_fieldcat = lt_fieldcat it_events = lt_eventtab is_layout = ls_layout it_sort = lt_sorttab i_default = 'X' i_save = lv_save is_variant = gs_variant is_print = ls_print "1344831 TABLES t_outtab = gt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = i_strname 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_eventtab EXCEPTIONS list_type_wrong = 1 OTHERS = 2.
REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING e_width = lv_width EXCEPTIONS no_infos = 1 program_error = 2 OTHERS = 3.
FAGL_BATCH_HEADING_PERFORM CALL FUNCTION 'FAGL_BATCH_HEADING_PERFORM' EXPORTING is_bhdgd = bhdgd. "1400193
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 RFKABL00 or its description.
RFKABL00 - Display Changes to Vendors RFKABL00 - Display Changes to Vendors RFKA11L00_MASS - List: Submission of Receivables to External Collection Agency RFKA11L00_MASS - List: Submission of Receivables to External Collection Agency RFK20_UPDATES_GENERATED - Generated Subroutine Pool Coinsurance Reporting RFK20_UPDATES_GENERATED - Generated Subroutine Pool Coinsurance Reporting