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

RFVIFROB SAP ABAP Report - Mass Release Objects







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

FOFO - Mass release


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 RFVIFROB. "Basic submit
SUBMIT RFVIFROB AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIFROB 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: WHICH4 = Rental units
Selection Text: WHICH3 = Properties
Selection Text: WHICH2 = Buildings
Selection Text: WHICH1 = Business entities
Selection Text: SWENR = Business entity
Selection Text: SMENR = Rental unit
Selection Text: SGRNR = Property
Selection Text: SGENR = Building
Selection Text: BUKRS = Company code
Title: Mass Release Objects
Text Symbol: 103 = Rental units
Text Symbol: 102 = Properties
Text Symbol: 101 = Buildings
Text Symbol: 100 = Business entities
Text Symbol: 031 = Blocked
Text Symbol: 030 = Released
Text Symbol: 022 = Exit
Text Symbol: 021 = Save first?
Text Symbol: 020 = Data was changed.
Text Symbol: 013 = Bus.ent. Property System status
Text Symbol: 012 = Bus.ent. Building System status
Text Symbol: 011 = Bus.ent. System status
Text Symbol: 010 = Bus.ent. Building Rent.unit System status
Text Symbol: 005 = Which object class


INCLUDES used within this REPORT RFVIFROB

INCLUDE RFVICNSV.
INCLUDE IFRE_CHECK_RE_CLASSIC.


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:

STATUS_MAINTAIN CALL FUNCTION 'STATUS_MAINTAIN' EXPORTING * CLIENT = SY-MANDT DISPLAY_ONLY = 'X' * FLG_NO_STSMA_CHANGE = ' ' * FLG_OBJECT_LIST = ' ' OBJNR = TAB-J_OBJNR SUBSCREEN_EXT = DYNNR SUBSCREEN_PROG_EXT = REPID EXCEPTIONS OBJECT_NOT_FOUND = 1 OTHERS = 2.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT-020 "Daten wurden verändert TEXTLINE2 = TEXT-021 "zuerst sichern ? TITEL = TEXT-022 "Beenden IMPORTING ANSWER = FLAG.

STATUS_READ CALL FUNCTION 'STATUS_READ' EXPORTING OBJNR = TAB-J_OBJNR TABLES STATUS = STATTAB EXCEPTIONS OBJECT_NOT_FOUND = 1 OTHERS = 2.

STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING OBJNR = TAB-J_OBJNR SPRAS = SY-LANGU IMPORTING LINE = TAB-STATUS E_STSMA = TAB-STAT EXCEPTIONS OBJECT_NOT_FOUND = 1 OTHERS = 2.

FVST_STATUS_CHECK_AND_SET CALL FUNCTION 'FVST_STATUS_CHECK_AND_SET' EXPORTING RFVSTIMP = LOC_RFVSTIMP IMPORTING CHANGE_FLAG = LOC_CHANGE_FLAG EXCEPTIONS OTHERS = 01.

IMKEY_TO_INTRENO_WRITE CALL FUNCTION 'IMKEY_TO_INTRENO_WRITE' EXPORTING I_INTRENO = TAB-INTRENO I_BUKRS = BUKRS I_SWENR = TAB-SWENR I_SMENR = TAB-SMENR I_SGENR = TAB-SGENR I_SGRNR = TAB-SGRNR I_J_OBJNR = TAB-J_OBJNR CHANGING C_IMKEY = IMKEY EXCEPTIONS NO_ACCOUNTING_ALLOWED = 3 "ignorieren OTHERS = 4.

ADDRESS_ASSIGN CALL FUNCTION 'ADDRESS_ASSIGN' EXPORTING ADR_IN = VIMI01-SADRME FUNCTION = 'P' " Provide (zur Verfügung stellen OBJEKTTYP = 54 IMPORTING ADRWA_OUT = SANS1 EXCEPTIONS ADDRESS_NOT_FOUND = 01 ILLEGAL_FUNCTION = 02 NO_ADDRESS_ASSIGNED = 03.

ADDRESS_TEXT CALL FUNCTION 'ADDRESS_TEXT' EXPORTING SANS1 = SANS1 IMPORTING ADR_TEXT = TEXT.

ENQUEUE_EFVIWE CALL FUNCTION 'ENQUEUE_EFVIWE' EXPORTING BUKRS = BUKRS SWENR = SWENR EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.

ENQUEUE_EFVIME CALL FUNCTION 'ENQUEUE_EFVIME' EXPORTING BUKRS = BUKRS SWENR = SWENR SMENR = SMENR X_BUKRS = 'X' X_SWENR = 'X' X_SMENR = 'X' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.

ENQUEUE_EFVIGR CALL FUNCTION 'ENQUEUE_EFVIGR' EXPORTING BUKRS = BUKRS SWENR = SWENR SGRNR = SGRNR EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.

ENQUEUE_EFVIGE CALL FUNCTION 'ENQUEUE_EFVIGE' EXPORTING BUKRS = BUKRS SWENR = SWENR SGENR = SGENR EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.



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