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
Below is a list of transaction codes which are relevant to this SAP report
CXM0 - Migrate Master Data EC-CS - SEM-BCS
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: 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
INCLUDE FICMIG10_TOP. " CONSTANTS / TYPES / DATA DECLARATIONS
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.