SAP Reports / Programs | Migration | SAP Utilities | Migration(IS-U-TO-MI) SAP IS

SAPMEMIG_OBJECT SAP ABAP dialog Program - Migration: Maintenance Interface of Migration Object







SAPMEMIG_OBJECT is a standard Module pool for a dialog screen ABAP Program 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 SAPMEMIG_OBJECT 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

EMIGOBJ - Maintain migration object


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


Text pool values


Title: Migration: Maintenance Interface of Migration Object
Text Symbol: 050 = When Possible Use the Same Transaction Code
Text Symbol: 051 = When Rerecording with Another Transaction Code
Text Symbol: 052 = All Existing Field Rules Are Overwritten
Text Symbol: 101 = Recording
Text Symbol: A01 = Cancel MigObject maint.
Text Symbol: A02 = Cancel?
Text Symbol: B01 = Convert recording data
Text Symbol: B02 = Create and activate auto data partial structure
Text Symbol: B03 = Create and activate auto data category
Text Symbol: B04 = Create service function module
Text Symbol: B05 = Create Migration Object
Text Symbol: B10 = Save BDC Recording
Text Symbol: B11 = Data for Recording Was Changed
Text Symbol: B12 = Do you Want to Save the Recording Data?
Text Symbol: B13 = Automation Data for BDC Object
Text Symbol: M01 = Modified
Text Symbol: P01 = Function Module is Not a BAPI
Text Symbol: P02 = Do You Still Want to Create the Migration Object?
Text Symbol: P03 = Yes
Text Symbol: P04 = No
Text Symbol: T01 = Character Set
Text Symbol: 001 = Deletion of migration object
Text Symbol: 002 = All data for migration object will be lost
Text Symbol: 003 = The following migration object data was lost:
Text Symbol: 004 = Save MigObject
Text Symbol: 005 = Save changes to MigObject?
Text Symbol: 006 = Typ
Text Symbol: 007 = Description
Text Symbol: 008 = Number
Text Symbol: 009 = Migration Object
Text Symbol: 010 = Create migration object
Text Symbol: 011 = Comp.
Text Symbol: 012 = Internal structure
Text Symbol: 013 = Component
Text Symbol: 014 = Contents
Text Symbol: 015 = Field Name
Text Symbol: 016 = Field Text





Text Symbol: 017 = Display
Text Symbol: 018 = Change
Text Symbol: 020 = Delete Function Modules for Data Import
Text Symbol: 021 = The Function Modules Generated for Data Import Are Deleted
Text Symbol: 022 = Do You Want to Delete Function Group &1?
Text Symbol: 025 = Category of Automation Data


INCLUDES used within this REPORT SAPMEMIG_OBJECT

INCLUDE MEMIG_OBJECTTOP.
INCLUDE MEMIG_OBJECTO01.
INCLUDE MEMIG_OBJECTI01.
INCLUDE MEMIG_OBJECTF01.
INCLUDE MEMIG_OBJECTF10.
INCLUDE MEMIG_FORMS_ALL.
INCLUDE MEMIG_DOKU.


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