RFDABL00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use report RFDABL00 to display changes to the customer 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 RFDABL00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OV51 - Display of Changes for Customer
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: BUKRS = Company code
Selection Text: DATUM = Changed on
Selection Text: GRUPP = Field group
Selection Text: KUNNR = Customer
Selection Text: P_VARIA = Layout
Selection Text: SORT = Sorting
Selection Text: SPART = Division
Selection Text: UNAME = Changed by
Selection Text: VKORG = Sales organization
Selection Text: VTWEG = Distribution channel
Selection Text: XALG = General data
Selection Text: XALL = All customers
Selection Text: XBUK = Company code data
Selection Text: XVKO = Sales area data
Title: Display Changes to Customers
Text Symbol: NEI = *
Text Symbol: NEX = Export Control
Text Symbol: NKA = *
Text Symbol: NKK = *
Text Symbol: NLR = *
Text Symbol: NM1 = *
Text Symbol: NT1 = *
Text Symbol: NT3 = *
Text Symbol: NVA = Unloading Point
Text Symbol: NVD = Message
Text Symbol: NVI = Tax
Text Symbol: NVK = Contact Person
Text Symbol: NVL = License
Text Symbol: NVP = Partner Role
Text Symbol: NVV = Sales area data
Text Symbol: NZA = Perm. Pay. Recip.
Text Symbol: S01 = Date
Text Symbol: S02 = Customer
Text Symbol: S03 = Changed By
Text Symbol: S04 = Field Name
Text Symbol: T11 = Time Customer Changed by Field name CoCd/SlsAr New value Old value
Text Symbol: T12 = Date Time Changed by Field name CoCd/SlsAr New value Old value
Text Symbol: T13 = Date Time Customer Field name CoCd/SlsAr 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_save = lv_save is_variant = gs_variant IS_PRINT = LS_PRINT "1344831 IMPORTING es_exit_caused_by_user = gs_exit_caused_by_user 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 RFDABL00 or its description.