SAP Reports / Programs | Real Estate Management | Flexible Real Estate Management | Information System(RE-FX-IS) SAP RE

RFREISPLP SAP ABAP Report - Info System: Predecessor Parcels







RFREISPLP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For each "originating parcel" (parcel in the report selection), the system displays the predecessor parcel highlighted in blue...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 RFREISPLP 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 RFREISPLP. "Basic submit
SUBMIT RFREISPLP AND RETURN. "Return to original report after report execution complete
SUBMIT RFREISPLP 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_XPL = D .
Selection Text: S_ROLE = D .
Selection Text: S_RESPON = D .
Selection Text: S_PLSDNO = D .
Selection Text: S_PLNO = D .
Selection Text: S_LOC_09 = D .
Selection Text: S_LOC_08 = D .
Selection Text: S_LOC_07 = D .
Selection Text: S_LOC_06 = D .
Selection Text: S_LOC_05 = D .
Selection Text: S_LOC_04 = D .
Selection Text: S_LOC_03 = D .
Selection Text: S_LOC_02 = D .
Selection Text: S_LOC_01 = D .
Selection Text: S_IDENT = D .
Selection Text: S_HIER = D .
Selection Text: S_BPNR = D .
Selection Text: S_AUTHGR = D .
Selection Text: P_VARI = D .
Selection Text: P_USESID = D .
Selection Text: P_USEPTN = D .
Selection Text: P_USEOBJ = D .
Selection Text: P_TITLE = D .
Selection Text: P_SROLE = D .
Selection Text: P_SIDRC = D .
Selection Text: P_SIDPL = D .
Selection Text: P_SIDPE = D .
Selection Text: P_SIDNA = D .
Selection Text: P_SIDLR = D .
Selection Text: P_SIDJL = D .
Selection Text: P_PFID = D .
Selection Text: P_OBJHIE = D .
Selection Text: P_LOCSYS = D .
Selection Text: P_GRID = D .
Selection Text: P_DT_FR = D .
Selection Text: P_DISPL = D .
Selection Text: S_OWNER = Owners
Selection Text: S_HOLDER = Holders of Land Leases





Selection Text: P_DT_TO = To
Title: Info System: Predecessor Parcels


INCLUDES used within this REPORT RFREISPLP

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:

No SAP FUNCTION MODULES are executed within this report code!



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