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
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.
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
INCLUDE IFRERAITM_MINI.
INCLUDE IFRERAITM_MINIF2.
No SAP DATABASE tables are accessed within this REPORT code!
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 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFRERAITM_MINI - MiniApp: Tenant Open Items RFRERAITM_MINI - MiniApp: Tenant Open Items RFRERACLRV - Reset and Reverse Clearing for Real Estate Contracts RFRERACLRV - Reset and Reverse Clearing for Real Estate Contracts RFRERACL - Execute Clearing for RE Contracts RFRERACL - Execute Clearing for RE Contracts