SAP Reports / Programs | Financial Accounting | General Ledger Accounting | Information System(FI-GL-IS) SAP FI

RFBABL00 SAP ABAP Report - Display of Changed Documents







RFBABL00 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 RFBABL00 to create a complex list of changes made to various documents...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 RFBABL00 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 RFBABL00. "Basic submit
SUBMIT RFBABL00 AND RETURN. "Return to original report after report execution complete
SUBMIT RFBABL00 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: BELNR = Document Number
Selection Text: BLART = Document Type
Selection Text: BSCHL = Posting Key
Selection Text: BUKRS = Company Code
Selection Text: DATUM = Changed on
Selection Text: EBUKR = Receiving Company Code
Selection Text: GJAHR = Fiscal Year
Selection Text: GRUPP = Field Group
Selection Text: P_VARI = Layout
Selection Text: UMSKZ = Special G/L Indicator
Selection Text: UNAME = Changed by
Selection Text: XBEX = External Documents
Selection Text: XBKP = Document Header Data
Selection Text: XBLD = Recurring Entry Documents
Selection Text: XBLH = Docs which were once parked
Selection Text: XBLM = Sample Documents
Selection Text: XBLN = Documents
Selection Text: XBLV = Parked Documents
Selection Text: XBSG = Line Item Data
Title: Display of Changed Documents
Text Symbol: S11 = Receiving Company Code
Text Symbol: S10 = Sending Company Code
Text Symbol: S09 = Company Code
Text Symbol: S08 = Fiscal Year
Text Symbol: S04 = Field name ;;
Text Symbol: S03 = Changed by ;;
Text Symbol: S02 = Document No.
Text Symbol: S01 = Date
Text Symbol: NVV = *
Text Symbol: NVP = *
Text Symbol: NVL = *
Text Symbol: NVK = *
Text Symbol: NVI = *
Text Symbol: S12 = Preceding document
Text Symbol: T11 = Time Doc.No. Year Changed By Itm Field Nme New Value Old Value
Text Symbol: T12 = Date Time Changed By Itm Field Name New Value Old Value
Text Symbol: T13 = Date Time Doc.No. Year Itm Field Nme New Value Old Value
Text Symbol: T14 = Date Time Doc.No. Year Changed By Itm New Value Old Value





Text Symbol: T22 = Technical Field Name
Text Symbol: TID = Change display: recurring documents
Text Symbol: TIH = Change Display: Documents Once Parked
Text Symbol: TIM = Change Display: Sample Documents
Text Symbol: TIN = Change display: documents
Text Symbol: TIV = Change Display: Parked Documents
Text Symbol: TIX = Change Display: External Documents
Text Symbol: ZAV = Cntrl Addr.Admn
Text Symbol: NVD = *
Text Symbol: LLR = *
Text Symbol: LBK = New Document Number: &/&
Text Symbol: LB5 = *
Text Symbol: LAT = *
Text Symbol: LAS = *
Text Symbol: KZA = *
Text Symbol: KVP = *
Text Symbol: KVL = *
Text Symbol: KVK = *
Text Symbol: KVI = *
Text Symbol: KVD = *
Text Symbol: KVA = *
Text Symbol: KEX = *
Text Symbol: KBK = *
Text Symbol: KB5 = *
Text Symbol: KAS = *
Text Symbol: HD4 = Sort by field name
Text Symbol: HD3 = Sort per changed by
Text Symbol: HD2 = Sort by document number
Text Symbol: HD1 = Sort by date
Text Symbol: F00 = Error Log
Text Symbol: BL1 = Document type
Text Symbol: 001 = *No Field Text*
Text Symbol: NVA = *
Text Symbol: NT3 = *
Text Symbol: NT1 = *
Text Symbol: NM1 = *
Text Symbol: NLR = *
Text Symbol: NKK = *
Text Symbol: NKA = *





Text Symbol: NEX = *
Text Symbol: NEI = *
Text Symbol: NBS = Line Item
Text Symbol: NBK = Document
Text Symbol: NB5 = *
Text Symbol: NB1 = *
Text Symbol: NAT = *
Text Symbol: NAS = *
Text Symbol: NA1 = *
Text Symbol: M02 = *** Deleted ***
Text Symbol: M01 = *** Created ***
Text Symbol: LZA = *
Text Symbol: LTT = *
Text Symbol: LT3 = *
Text Symbol: LT1 = *
Text Symbol: LM2 = *


INCLUDES used within this REPORT RFBABL00

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.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING i_fimsg = msgtab.

PRELIMINARY_POSTING_DOC_READ CALL FUNCTION 'PRELIMINARY_POSTING_DOC_READ' EXPORTING belnr = icdpos-belnr bukrs = icdpos-bukrs gjahr = geschjahr TABLES t_vbkpf = vbkpftab t_vbsec = vbsectab t_vbseg = vbsegtab t_vbset = vbsettab EXCEPTIONS document_not_found = 1.

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

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = gc_save CHANGING cs_variant = ls_variants EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING 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_events EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_pf_status_set = gc_formname_alv_status is_layout = gs_layout it_fieldcat = gt_fieldcat it_sort = gt_sort i_save = gc_save is_variant = gs_variant it_events = gt_events IS_PRINT = LS_PRINT "1344831 IMPORTING es_exit_caused_by_user = gs_exit_caused_by_user TABLES t_outtab = it_output EXCEPTIONS program_error = 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.

CHANGEDOCUMENT_READ_POSITIONS CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS' EXPORTING changenumber = cdhdr-changenr TABLES editpos = ld_cdpos.



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