SAP Reports / Programs | Real Estate Management(RE) SAP RE

RFRERAITM_MINI SAP ABAP Report - MiniApp: Tenant Open Items







RFRERAITM_MINI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for MiniApp: Tenant With Open Items This report forms the basis of a MiniApp to display tenants with open items...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 RFRERAITM_MINI 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 RFRERAITM_MINI. "Basic submit
SUBMIT RFRERAITM_MINI AND RETURN. "Return to original report after report execution complete
SUBMIT RFRERAITM_MINI 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: SELDATE = Key date
Selection Text: P_SELOI = Always display open items
Selection Text: P_OIONLY = Only select open items
Selection Text: P_NOCND = Do not aggregate items
Selection Text: P_ALVVAR = Layout
Title: MiniApp: Tenant Open Items
Text Symbol: 005 = Overview
Text Symbol: 006 = Output option
Text Symbol: 007 = Collective lease-out
Text Symbol: 008 = Lease-out
Text Symbol: 010 = Customers
Text Symbol: 020 = Only open items from key date
Text Symbol: 021 = Open items only
Text Symbol: 022 = Open and balanced items from key date
Text Symbol: 023 = Open and balanced items, key date only for balanced items
Text Symbol: 024 = Screen output
Text Symbol: 025 = Print correspondence
Text Symbol: 030 = Display overview
Text Symbol: 031 = Display overview tree
Text Symbol: 032 = Hide overview
Text Symbol: 033 = Hide overview tree
Text Symbol: 040 = Customer overview
Text Symbol: 004 = Other items
Text Symbol: 003 = Other selection criteria
Text Symbol: 002 = Customer
Text Symbol: 043 = Open items
Text Symbol: 110 = Top && tenants with open items
Text Symbol: 103 = where N =
Text Symbol: 102 = Display all entries
Text Symbol: 101 = Display only total amount
Text Symbol: 100 = Display only top N
Text Symbol: 053 = Open and cleared items
Text Symbol: 052 = Cleared items with posting date from:
Text Symbol: 051 = Open items
Text Symbol: 048 = Beginning balance
Text Symbol: 047 = Items with posting date from:
Text Symbol: 046 = Balance
Text Symbol: 045 = Total





Text Symbol: 044 = Tenant account sheet


INCLUDES used within this REPORT RFRERAITM_MINI

INCLUDE IFRERAITM_MINI.
INCLUDE IFRERAITM_MINIF2.


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:

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = ls_variant * I_TABNAME_HEADER = * I_TABNAME_ITEM = * IT_DEFAULT_FIELDCAT = i_save = 'A' * I_DISPLAY_VIA_GRID = ' ' IMPORTING e_exit = lv_exit es_variant = tmp_variant EXCEPTIONS not_found = 1 program_error = 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 RFRERAITM_MINI or its description.