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

RFREMC_MASSCHANGE_OA_SU SAP ABAP Report - Mass Change of Organizational Assignment of Settlement Units







RFREMC_MASSCHANGE_OA_SU is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for INCLUDE REMC_MASSCHANGE_INFO OBJECT DOKU ID TX ..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 RFREMC_MASSCHANGE_OA_SU 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

REMCOASU - Mass Change Org.Assgmt Settlmt Unit


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 RFREMC_MASSCHANGE_OA_SU. "Basic submit
SUBMIT RFREMC_MASSCHANGE_OA_SU AND RETURN. "Return to original report after report execution complete
SUBMIT RFREMC_MASSCHANGE_OA_SU 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: P_PART10 = D .
Selection Text: P_SET = D .
Selection Text: P_SIMU = D .
Selection Text: P_TYPE01 = D .
Selection Text: P_TYPE02 = D .
Selection Text: P_TYPE03 = D .
Selection Text: P_TYPE04 = D .
Selection Text: P_TYPE05 = D .
Selection Text: P_TYPE06 = D .
Selection Text: P_TYPE07 = D .
Selection Text: P_TYPE08 = D .
Selection Text: P_TYPE09 = D .
Selection Text: P_TYPE10 = D .
Selection Text: P_USE01 = D .
Selection Text: P_USE02 = D .
Selection Text: P_USE03 = D .
Selection Text: P_USE04 = D .
Selection Text: P_USE05 = D .
Selection Text: P_USE06 = D .
Selection Text: P_USE07 = D .
Selection Text: P_USE08 = D .
Selection Text: P_USE09 = D .
Selection Text: P_USE10 = D .
Selection Text: S_BUKRS = D .
Selection Text: S_GRP = D .
Selection Text: S_SEMPSL = D .
Selection Text: S_SKABRF = D .
Selection Text: S_SNKSL = D .
Selection Text: S_SUTYPE = D .
Selection Text: S_SWENR = D .
Selection Text: P_ALVBA = D .
Selection Text: P_CATE = D .
Selection Text: P_COSU = D .
Selection Text: P_DEL = D .
Selection Text: P_EX = D .
Selection Text: P_EXEC = D .
Selection Text: P_EXTNO = D .
Selection Text: P_FOL = D .





Selection Text: P_FROM = D .
Selection Text: P_PARF01 = D .
Selection Text: P_PARF02 = D .
Selection Text: P_PARF03 = D .
Selection Text: P_PARF04 = D .
Selection Text: P_PARF05 = D .
Selection Text: P_PARF06 = D .
Selection Text: P_PARF07 = D .
Selection Text: P_PARF08 = D .
Selection Text: P_PARF09 = D .
Selection Text: P_PARF10 = D .
Selection Text: P_PART01 = D .
Selection Text: P_PART02 = D .
Selection Text: P_PART03 = D .
Selection Text: P_PART04 = D .
Selection Text: P_PART05 = D .
Selection Text: P_PART06 = D .
Selection Text: P_PART07 = D .
Selection Text: P_PART08 = D .
Selection Text: P_PART09 = D .
Title: Mass Change of Organizational Assignment of Settlement Units
Text Symbol: 003 = Selection of One or More SUs


INCLUDES used within this REPORT RFREMC_MASSCHANGE_OA_SU

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