SAP Reports / Programs | Real Estate Management | Flexible Real Estate Management | Room Reservations and Seating Arrangements(RE-FX-RS) SAP RE

RFREORCANCELRS SAP ABAP Report - Reversal of Reservations







RFREORCANCELRS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report reverses the reservations...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 RFREORCANCELRS into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

REORCANCELRS - Reversal of Reservations


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 RFREORCANCELRS. "Basic submit
SUBMIT RFREORCANCELRS AND RETURN. "Return to original report after report execution complete
SUBMIT RFREORCANCELRS 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: S_RSTYPE = D .
Selection Text: S_RSRESP = D .
Selection Text: S_RSOBTY = D .
Selection Text: S_RSIDEX = D .
Selection Text: S_RSAREA = D .
Selection Text: S_RESU = D .
Selection Text: S_RESP = D .
Selection Text: S_OOIDEX = D .
Selection Text: S_OCCU = D .
Selection Text: S_OCC = D .
Selection Text: P_PMODE = D .
Selection Text: P_IREVCO = D .
Selection Text: S_NEIGH3 = Neighborhood 3
Selection Text: S_NEIGH2 = Neighborhood 2
Selection Text: S_NEIGH1 = Neighborhood 1
Selection Text: P_RSID = Reservation
Selection Text: P_DT_TO = To
Selection Text: P_DT_FR = Reverse from
Title: Reversal of Reservations
Text Symbol: T03 = Determination of Reservations
Text Symbol: T02 = Determination of Reservation Objects
Text Symbol: T01 = Delete
Text Symbol: BST = Reversal
Text Symbol: BSD = Period
Text Symbol: BOB = Objects
Text Symbol: 002 = Reservations


INCLUDES used within this REPORT RFREORCANCELRS

No INCLUDES are used within this REPORT code!


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:

F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = 'REORRSA' IMPORTING shlp = ls_shlp.

F4IF_START_VALUE_REQUEST CALL FUNCTION 'F4IF_START_VALUE_REQUEST' EXPORTING shlp = ls_shlp TABLES return_values = lt_return.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = lt_dynpfield EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_delete_row info = text-t01 IMPORTING RESULT = ld_pbdel EXCEPTIONS OTHERS = 0.



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