SAP Reports / Programs | Financial Accounting(FI) SAP FI

RFOB5200 SAP ABAP Report - Posting Periods: Change Periods







RFOB5200 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RFOB5200 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 RFOB5200. "Basic submit
SUBMIT RFOB5200 AND RETURN. "Return to original report after report execution complete
SUBMIT RFOB5200 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: TOYE3 = D .
Selection Text: TOYE2 = D .
Selection Text: TOYE1 = D .
Selection Text: TOPE3 = D .
Selection Text: TOPE2 = D .
Selection Text: TOPE1 = D .
Selection Text: TEST = D .
Selection Text: RRCTY = D .
Selection Text: MKOAR = D .
Selection Text: FRYE3 = D .
Selection Text: FRYE2 = D .
Selection Text: FRYE1 = D .
Selection Text: FRPE3 = D .
Selection Text: FRPE2 = D .
Selection Text: FRPE1 = D .
Selection Text: BUKRS = D .
Selection Text: BRGRU = D .
Selection Text: BKONT = D .
Selection Text: XDELBRGR = Reset Authorization Group
Selection Text: OPEN3 = Change
Selection Text: OPEN2 = Change
Selection Text: OPEN1 = Change
Selection Text: CLOS3 = Close
Selection Text: CLOS2 = Close
Selection Text: CLOS1 = Close
Title: Posting Periods: Change Periods
Text Symbol: 003 = Period 3
Text Symbol: 002 = Period 2
Text Symbol: 001 = Period 1


INCLUDES used within this REPORT RFOB5200

INCLUDE RKASMAWF.


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:

ENQUEUE_E_TABLEE Call function 'ENQUEUE_E_TABLEE' exporting Tabname = 'T001B' Varkey = Gd_enqkey exceptions Foreign_lock = 1 System_failure = 2.

VIEW_WRITE_CHANGELOG_HEADER Call function 'VIEW_WRITE_CHANGELOG_HEADER' exporting Viewname = 'V_T001B' Bastab = space Begin = 'X' Clidep = 'X'.

FAGL_R_WRITE_PERIOD_TRACK Call function 'FAGL_R_WRITE_PERIOD_TRACK'.

VIEW_WRITE_CHANGELOG_HEADER Call function 'VIEW_WRITE_CHANGELOG_HEADER' exporting Viewname = 'V_T001B' Bastab = space Begin = space Clidep = 'X'.

REUSE_ALV_LIST_DISPLAY Call function 'REUSE_ALV_LIST_DISPLAY' exporting I_structure_name = 'T001B' tables T_outtab = Gt_t001b.

KPEP_MONI_INIT_RECORD Call function 'KPEP_MONI_INIT_RECORD' exporting Ls_detail = Ls_detail Ls_witem = Ls_witem importing Ls_key = Gs_key tables Lt_selkrit = Lt_selkrit Lt_param = Lt_param.

KPEP_MONI_CLOSE_RECORD Call function 'KPEP_MONI_CLOSE_RECORD' exporting Ls_key = Gs_key Ls_scma_event = Ls_scma_event changing Ld_aplstat = Ld_aplstat.

FAGL_REORG_CHECK_COFI Call function 'FAGL_REORG_CHECK_COFI' exporting Is_t001b = Gt_t001b exceptions No_rest_changeable = 1 No_posting_allowed = 2 Prev_period_is_open = 3 Internal_error = 4.

OB52_EURO_UMSETZUNG Call function 'OB52_EURO_UMSETZUNG' exporting Id_opvar = Gt_t001b-Bukrs Id_frye1 = Gt_t001b-Frye1 Id_frye2 = Gt_t001b-Frye2.



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