SAP Reports / Programs | Real Estate Management | Flexible Real Estate Management | Offer and Rental Request(RE-FX-OR) SAP RE

RFREORRSPOST SAP ABAP Report - Posting of Reservations and Continuous Occupancy







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

REORRSPOST - Posting of Reservation


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 RFREORRSPOST. "Basic submit
SUBMIT RFREORRSPOST AND RETURN. "Return to original report after report execution complete
SUBMIT RFREORRSPOST 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_NEIGH1 = Neighborhood 1
Selection Text: S_NEIGH2 = Neighborhood 2
Selection Text: S_NEIGH3 = Neighborhood 3
Selection Text: P_DOCDAT = D .
Selection Text: P_DOCTXT = D .
Selection Text: P_OCCID = D .
Selection Text: P_OCCTY = D .
Selection Text: P_PERIOD = D .
Selection Text: P_PMODE = D .
Selection Text: P_POSTRS = D .
Selection Text: P_POSTSR = D .
Selection Text: P_PSTDAT = D .
Selection Text: P_RSOBTY = D .
Selection Text: S_OCC = D .
Selection Text: S_OOIDEX = D .
Selection Text: S_RESP = D .
Selection Text: S_RSAREA = D .
Selection Text: S_RSIDEX = D .
Selection Text: S_RSRESP = D .
Selection Text: S_RSTYPE = D .
Selection Text: S_SRVGRP = D .
Selection Text: S_SRVTYP = D .
Selection Text: P_TO = To
Selection Text: P_RSID = Reservation
Selection Text: P_POINT = Post Internal Occupancy
Selection Text: P_POEXT = Post External Occupancy
Selection Text: P_FROM = Post From
Title: Posting of Reservations and Continuous Occupancy
Text Symbol: 001 = Objects
Text Symbol: 002 = Reservations
Text Symbol: 003 = Continuous Occupancy
Text Symbol: 004 = Period
Text Symbol: 005 = Posting
Text Symbol: 007 = Posting of Reservation/Occupancy To
Text Symbol: P1A = Reservation
Text Symbol: P1B = Cont.Occup.
Text Symbol: P1Q = Choose One of the New Transactions
Text Symbol: P1T = Transaction is Obsolete





Text Symbol: T01 = Determination of Reservation Objects
Text Symbol: T02 = Determination of Posting Objects
Text Symbol: T03 = Determination of Postings
Text Symbol: T06 = Delete
Text Symbol: TC1 = Reservation Object Type
Text Symbol: TC2 = Account Assignment Object


INCLUDES used within this REPORT RFREORRSPOST

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:

BAPI_ACC_MANUAL_ALLOC_CHECK CALL FUNCTION 'BAPI_ACC_MANUAL_ALLOC_CHECK' EXPORTING doc_header = ls_doc_header TABLES doc_items = lt_doc_ma return = lt_return.

BAPI_ACC_MANUAL_ALLOC_POST CALL FUNCTION 'BAPI_ACC_MANUAL_ALLOC_POST' EXPORTING doc_header = ls_doc_header ignore_warnings = abap_true IMPORTING doc_no = ls_doc_header-doc_no TABLES doc_items = lt_doc_ma return = lt_return.

REIS_GUI_CONTROLLER_APPL CALL FUNCTION 'REIS_GUI_CONTROLLER_APPL' EXPORTING io_data = lo_data io_view = lo_view.

RECA_GUI_F4_ITAB_POPUP CALL FUNCTION 'RECA_GUI_F4_ITAB_POPUP' EXPORTING id_return_field = 'RSOBJTYPE' if_display = abap_true if_multi = abap_false IMPORTING ed_result = p_rsobty TABLES it_f4value = lt_f4value EXCEPTIONS OTHERS = 0.

F4UT_GET_ENVIRONMENT * CALL FUNCTION 'F4UT_GET_ENVIRONMENT' * IMPORTING * env_info = ls_f4_env * EXCEPTIONS * OTHERS = 0.

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

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

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Transaktion ist veraltet'(p1t) diagnose_object = 'REOR_COST_POST_EHP4' text_question = 'Wählen Sie eine der neuen Transaktionen'(p1q) text_button_1 = 'Reservierung'(p1a) text_button_2 = 'Perm. Beleg.'(p1b)

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

F4UT_GET_ENVIRONMENT * CALL FUNCTION 'F4UT_GET_ENVIRONMENT' * IMPORTING * env_info = ls_f4_env * EXCEPTIONS * OTHERS = 0.

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

REOR_GUI_NEIGHBORHOOD_F4 CALL FUNCTION 'REOR_GUI_NEIGHBORHOOD_F4' EXPORTING id_rsobjtype = p_rsobty id_neighborh1 = reor_offer_object-neighborh1 id_neighborh2 = reor_offer_object-neighborh2 id_neighborh3 = reor_offer_object-neighborh3 id_return_field = ld_return_field IMPORTING ed_neighborhood = ld_neighborhood ef_cancelled = lf_cancelled.

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_TRACE_POPUP CALL FUNCTION 'RECA_GUI_TRACE_POPUP'.

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