RFVBER00_PARK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report delivers information about terminated postings that ought to have been parked using "Park Document" or "Save Document Completely" (with module PRELIMINARY_POSTING_DOC_WRITE)...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_PARK 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: XDETA = Detailed 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 Terminated Postings During Park
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 No. of Documents Not Posted :
Text Symbol: 008 = User Company Code Number
Text Symbol: 007 = Stats.
Text Symbol: 006 = LC CashDscnt FC CashDscnt
Text Symbol: 005 = Company Code Year Doc. Number PoItm
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 = Doc. Hdr
INCLUDE FVBERTOP.
No SAP DATABASE tables are accessed within this REPORT code!
FINDE_ABGEBROCHENE_VB CALL FUNCTION 'FINDE_ABGEBROCHENE_VB' EXPORTING mandt = mandt v_datum = v_datum b_datum = b_datum vb_name = 'PRELIMINARY_POSTING_DOC_WRITE' vb_error = 'PRELIMINARY_POSTING_DOC_ERROR' vb_finish = 'PARK_DOCUMENT_ERROR_FINISH' i_xv1only = '' 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.
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVBER00_PARK - FI Document: List of Terminated Postings During Park RFVBER00_PARK - FI Document: List of Terminated Postings During Park RFVBER00_NACC - FI Document: List of Update Terminations RFVBER00_NACC - FI Document: List of Update Terminations RFVBER00 - FI Document: List of Update Terminations RFVBER00 - FI Document: List of Update Terminations