SAP Reports / Programs

SAPMF271 SAP ABAP dialog Program - SAP Consolidation: Form Pool for Rollups to Consolidation







SAPMF271 is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for ..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 SAPMF271 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

CX70 - Rollup


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 SAPMF271. "Basic submit
SUBMIT SAPMF271 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMF271 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: SAP Consolidation: Form Pool for Rollups to Consolidation
Text Symbol: 301 = Consolidation group
Text Symbol: 100 = Processing
Text Symbol: 040 = Update the database now ?
Text Symbol: 035 = Investee unit:
Text Symbol: 034 = Number of rollup records:
Text Symbol: 033 = No rollup records selected !
Text Symbol: 032 = Number of selected detail records:
Text Symbol: 031 = Total number of rollup records:
Text Symbol: 030 = Total:
Text Symbol: 029 = Unit of measure:
Text Symbol: 028 = Hierarchy:
Text Symbol: 027 = Posting level:
Text Symbol: 026 = Transaction currency:
Text Symbol: 025 = FS item :
Text Symbol: 024 = Cons chart of accts:
Text Symbol: 023 = Period:
Text Symbol: 022 = Fiscal year:
Text Symbol: 021 = Version:
Text Symbol: 020 = Dimension:
Text Symbol: 017 = Consolidation group:
Text Symbol: 016 = List of database records
Text Symbol: 015 = Starting consolidation group:
Text Symbol: 014 = List of processed objects
Text Symbol: 013 = Trans.currency Group currency Ledger currency Qty
Text Symbol: 012 = SI cat Subitem Partner unit DT Consolidation group AcYr AcPd Investee unit
Text Symbol: 011 = Item TCurr UM P level Trans. currency Group currency Ledger currency Qty
Text Symbol: 010 = Log
Text Symbol: 009 = *** Database was not modified ***
Text Symbol: 008 = *** Database was modified ***
Text Symbol: 007 = Reverse
Text Symbol: 006 = Run
Text Symbol: 005 = Display
Text Symbol: 004 = Reverse
Text Symbol: 003 = Rollup
Text Symbol: 002 = List
Text Symbol: 001 = Rollup into Consolidation: Initial Screen


INCLUDES used within this REPORT SAPMF271

INCLUDE MF271TOP.




INCLUDE MF271I00.
INCLUDE MF271F00.
INCLUDE MF271I10.
INCLUDE MF271F10.


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