SAP Reports / Programs

RFVBER00 SAP ABAP Report - FI Document: List of Update Terminations







RFVBER00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program provides information on terminated postings which should have been made using the "Post document" function (function module POST DOCUMENT)...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 RFVBER00 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 RFVBER00. "Basic submit
SUBMIT RFVBER00 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVBER00 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: XV1ONLY = D Only terminated V1 updates
Selection Text: XDETA = Detail log
Selection Text: V_DATUM = From date
Selection Text: S_USNAM = User
Selection Text: S_BUKRS = Company code
Selection Text: MANDT = Client
Selection Text: B_DATUM = To date
Title: FI Document: List of Update Terminations
Text Symbol: 017 = Cash Discnt FC
Text Symbol: 016 = Cash Discnt LC
Text Symbol: 015 = Cross-comp.no.
Text Symbol: 014 = Tax code
Text Symbol: 012 = Date Time User Company code Document no. Year
Text Symbol: 011 = Chronology
Text Symbol: 010 = Total number of documents not posted:
Text Symbol: 008 = User Company code Number
Text Symbol: 007 = Statistics
Text Symbol: 006 = LC discount FC discount
Text Symbol: 005 = Company code Year Document no. Ln Item
Text Symbol: 004 = Account PK SGI LC amount FC amount
Text Symbol: 003 = Items to be cleared
Text Symbol: 002 = Line items
Text Symbol: 001 = Document header


INCLUDES used within this REPORT RFVBER00

INCLUDE FVBERTOP.


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:

FINDE_ABGEBROCHENE_VB CALL FUNCTION 'FINDE_ABGEBROCHENE_VB' EXPORTING mandt = mandt v_datum = v_datum b_datum = b_datum vb_name = 'POST_DOCUMENT' vb_error = 'POST_DOCUMENT_ERROR' vb_finish = 'POST_DOCUMENT_ERROR_FINISH' i_xv1only = xv1only "Note 397526 EXCEPTIONS nothing_found = 1.

FI_CHECK_DATE CALL FUNCTION 'FI_CHECK_DATE' EXPORTING i_bukrs = belegkopf-bukrs i_user = sy-uname i_program = c_rfvber00 i_from_date = belegkopf-budat EXCEPTIONS no_authority_prog = 1 no_authority_date = 2 wrong_parameter = 3 OTHERS = 4.

GET_FIELDTAB * (del) call function 'GET_FIELDTAB' "Note446269 * (del) exporting "Note446269 * (del) tabname = 'BKDF' "Note446269 * (del) withtext = 'X' "Note446269 * (del) tables "Note446269 * (del) fieldtab = dfies_tab. "Note446269

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'BKDF' TABLES dfies_tab = dfies_tab EXCEPTIONS not_found = 0 internal_error = 0 OTHERS = 0.

GET_FIELDTAB * (del) call function 'GET_FIELDTAB' "Note446269 * (del) exporting "Note446269 * (del) tabname = 'BKPF' "Note446269 * (del) withtext = 'X' "Note446269 * (del) tables "Note446269 * (del) fieldtab = dfies_tab. "Note446269

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'BKPF' TABLES dfies_tab = dfies_tab EXCEPTIONS not_found = 0 internal_error = 0 OTHERS = 0.

FI_CHECK_DATE CALL FUNCTION 'FI_CHECK_DATE' EXPORTING i_bukrs = space i_user = sy-uname i_program = c_rfvber00 EXCEPTIONS no_authority_prog = 1 no_authority_date = 2 wrong_parameter = 3 OTHERS = 4.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = iv_repid * i_callback_pf_status_set = gc_pf_status is_layout = is_layout it_fieldcat = it_fieldcat it_sort = it_sort it_events = it_eventstab i_tabname_header = gc_header i_tabname_item = gc_item is_keyinfo = gs_keyinfo is_print = ls_print TABLES t_outtab_header = gt_output_h t_outtab_item = gt_output_i EXCEPTIONS program_error = 1 OTHERS = 2.

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_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_internal_tabname = iv_internal_tab i_structure_name = iv_strname CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = ls_layout it_fieldcat = lt_fcat it_events = lt_events is_print = ls_print TABLES t_outtab = it_list_statistik EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = iv_repid i_structure_name = iv_struct_output CHANGING ct_fieldcat = xt_fcat 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.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = ls_layout it_fieldcat = lt_fcat it_events = lt_events is_print = ls_print TABLES t_outtab = it_list_chronolog 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 IMPORTING eo_form_grid = lo_grid.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = ls_layout it_fieldcat = lt_fcat it_events = lt_events is_print = ls_print TABLES t_outtab = gt_output_c EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_EVENTS_GET





CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.



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