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

RFREORCOSTPOSTRS SAP ABAP Report - Posting of Occupancy (Reservations)







RFREORCOSTPOSTRS 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 RFREORCOSTPOSTRS 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

REORCOSTPOSTRS - Posting 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 RFREORCOSTPOSTRS. "Basic submit
SUBMIT RFREORCOSTPOSTRS AND RETURN. "Return to original report after report execution complete
SUBMIT RFREORCOSTPOSTRS 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_SRVTYP = D .
Selection Text: S_SRVGRP = D .
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_PSTDAT = D .
Selection Text: P_POSTSR = D .
Selection Text: P_POSTRS = D .
Selection Text: P_PMODE = D .
Selection Text: P_PERIOD = D .
Selection Text: P_OCCTY = D .
Selection Text: P_OCCID = D .
Selection Text: P_DOCTXT = D .
Selection Text: P_DOCDAT = D .
Selection Text: S_NEIGH3 = Neighborhood 3
Selection Text: S_NEIGH2 = Neighborhood 2
Selection Text: S_NEIGH1 = Neighborhood 1
Selection Text: P_TO = Post To
Selection Text: P_RSID = Reservation
Title: Posting of Occupancy (Reservations)
Text Symbol: TC2 = Account Assignment Object
Text Symbol: T06 = Delete
Text Symbol: T02 = Determination of Posting Objects
Text Symbol: T01 = Determination of Reservation Objects
Text Symbol: BPO = Posting
Text Symbol: BPD = Period
Text Symbol: BOB = Objects
Text Symbol: 007 = Posting of Reservations to &1
Text Symbol: 002 = Reservations


INCLUDES used within this REPORT RFREORCOSTPOSTRS

INCLUDE IFREOR_COST_POST_SCR_OBJ.
INCLUDE IFREOR_COST_POST_SCR_PARAM.





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:

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

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.

RECA_GUI_BUSOBJ_F4_FOR_OBJTYPE CALL FUNCTION 'RECA_GUI_BUSOBJ_F4_FOR_OBJTYPE' EXPORTING id_objtype = ld_objtype IMPORTING eo_busobj = lo_busobj EXCEPTIONS objtype_not_valid = 1 not_in_valid_period = 2 OTHERS = 3.



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