SAP Reports / Programs

FICMIG10 SAP ABAP Report - Migration EC-CS to SEM-BCS: Master Data







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

CXM0 - Migrate Master Data EC-CS - SEM-BCS


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 FICMIG10. "Basic submit
SUBMIT FICMIG10 AND RETURN. "Return to original report after report execution complete
SUBMIT FICMIG10 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: SO_RVERS = D .
Selection Text: SO_LANGU = D .
Selection Text: SO_ITCLG = D .
Selection Text: SO_DIMEN = D .
Selection Text: PA_TEST = D .
Selection Text: PA_RYEAR = D .
Selection Text: PA_PERID = D .
Selection Text: PA_SITYP = Subitem Categories
Selection Text: PA_SITEM = Subitems
Selection Text: PA_RLDNR = Ledger
Selection Text: PA_PONCE = Ask Once
Selection Text: PA_PNONE = Overwrite without Asking
Selection Text: PA_PEACH = Ask for Every File
Selection Text: PA_LPATH = Logical File Path
Selection Text: PA_ITGRP = Breakdown Categories
Selection Text: PA_ITEMH = Item Hierarchy
Selection Text: PA_ITEM = Items
Selection Text: PA_CONGR = Consolidation Groups
Selection Text: PA_CHIER = Consolidation Unit Hierarchy
Selection Text: PA_BUNIT = Consolidation Units
Title: Migration EC-CS to SEM-BCS: Master Data
Text Symbol: B05 = Technical Settings
Text Symbol: B04 = Overwrite Existing Files
Text Symbol: B03 = Create Files for
Text Symbol: B02 = Migration Date
Text Symbol: B01 = Organizational Units/Version
Text Symbol: 011 = Overwrite file &1 ?
Text Symbol: 010 = Cons Unit - Business Partner Information
Text Symbol: 009 = Cons Group Hierarchy
Text Symbol: 008 = Item Hierarchy
Text Symbol: 007 = Cons Unit - Version and Time Dependent
Text Symbol: 006 = Consolidation Group
Text Symbol: 005 = Consolidation Unit
Text Symbol: 004 = Item
Text Symbol: 003 = Subitem
Text Symbol: 002 = Subitem Category
Text Symbol: 001 = Breakdown Category


INCLUDES used within this REPORT FICMIG10

INCLUDE FICMIG10_TOP. " CONSTANTS / TYPES / DATA DECLARATIONS




INCLUDE FICMIG1S. " SELECTION SCREEN
INCLUDE FICMIG10_F01. " INITIALIZATION


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