RFREDSOCCUPANCYUPDATERES 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 RFREDSOCCUPANCYUPDATERES 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: P_LOCL = Local Server
Selection Text: P_OPT = Merge Time Slots
Selection Text: P_PARA = Process in Parallel
Selection Text: P_SIM = Check Only (No Repair)
Selection Text: P_VACRS = Correction - Vacancy Reason
Selection Text: P_BOLOG = D .
Selection Text: P_SGRP = D .
Selection Text: P_TASK = D .
Title: Correction Report for Obsolete Reservations
Text Symbol: PAR = Parallel Processing
Text Symbol: TTL = Correction Report for Vacancy Management
INCLUDE IFRECA_PARALLEL_SELSCR.
INCLUDE IFRE_CHECK_RE_EA_FIN.
No SAP DATABASE tables are accessed within this REPORT code!
RECA_GUI_MSGLIST_POPUP CALL FUNCTION 'RECA_GUI_MSGLIST_POPUP' EXPORTING io_msglist = lo_msglist_display id_title = text-ttl if_popup = ' ' if_profile_detlevel = 'X'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFREDSOCCUPANCYUPDATERES - Correction Report for Obsolete Reservations RFREDSOCCUPANCYUPDATERES - Correction Report for Obsolete Reservations RFREDSOCCUPANCYREPAIR - Correction Report for Vacancy Management RFREDSOCCUPANCYREPAIR - Correction Report for Vacancy Management RFREDSNRIVREPAIR - Repair Number Ranges for Flexible Real Estate Management RFREDSNRIVREPAIR - Repair Number Ranges for Flexible Real Estate Management