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

SAPMEMIG_PROJEKT SAP ABAP dialog Program - Project Maintenance







SAPMEMIG_PROJEKT 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 Create and change migration objects with the support of a question catalog...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 SAPMEMIG_PROJEKT 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

EMIGPROJECT - IS-U Migration: Maintain Project


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


Text pool values


Title: Project Maintenance
Text Symbol: I15 = Delete question catalog
Text Symbol: I16 = Delete question catalog from project?
Text Symbol: I17 = Automatic locking of migration objects
Text Symbol: I21 = Lock migration object &1
Text Symbol: I22 = in the execution list?
Text Symbol: L01 = Migration object will be created
Text Symbol: L02 = Migration object will be changed
Text Symbol: L03 = Migration object is not compatible with existing object
Text Symbol: L04 = Migration object in execution plan does not exist
Text Symbol: L05 = Migration object is a BDC or hyperobject according to execution plan
Text Symbol: L06 = Symbol for automation structure
Text Symbol: L07 = Symbol for field of an automation structure
Text Symbol: L08 = Set generation flag in automation structure or field rule
Text Symbol: L09 = Reset generation flag in automation structure or field rule
Text Symbol: L0M = Migration object has been deleted by SAP
Text Symbol: L0R = Migration object must be renamed or locked
Text Symbol: L0S = Migration object must be locked
Text Symbol: L10 = Migration object is locked and will not be created or changed
Text Symbol: L11 = Question answered with YES
Text Symbol: L12 = Question answered with NO
Text Symbol: L13 = Question has not been answered yet
Text Symbol: L14 = The execution plan for the question is locked
Text Symbol: L15 = Technical information: ID of question
Text Symbol: L16 = Technical information: ID of activity group
Text Symbol: LI1 = Answers to questions that are dependent on a question answered with NO
Text Symbol: LI2 = will be ignored by the execution plan
Text Symbol: LN1 = Answers to questions that are dependent on an unanswered question
Text Symbol: LN2 = will be ignored by the execution plan
Text Symbol: LS1 = Questions that are dependent on a locked question will be automatically
Text Symbol: LS2 = locked
Text Symbol: O01 = Cancel
Text Symbol: O02 = Lock
Text Symbol: O03 = Change
Text Symbol: P01 = Create migration object &1 in company &2
Text Symbol: P02 = Change migration object &1 in company &2
Text Symbol: SCN = Find Next
Text Symbol: SEL = Select All





Text Symbol: SRC = Find
Text Symbol: I14 = Delete the question?
Text Symbol: 001 = Question catalog
Text Symbol: 002 = List of questions
Text Symbol: 003 = Category
Text Symbol: 004 = Activity group
Text Symbol: 005 = Field
Text Symbol: 006 = Automatic structure
Text Symbol: 007 = Migration Object
Text Symbol: 008 = Company
Text Symbol: 009 = Project:
Text Symbol: 010 = Catalog
Text Symbol: 011 = Index
Text Symbol: 012 = Question
Text Symbol: 013 = Act. group
Text Symbol: 014 = Catalog name
Text Symbol: 015 = BDC migration object
Text Symbol: 016 = Hyperobject
Text Symbol: ASC = Sort in Ascending Order
Text Symbol: D05 = The Customizing for migration object &1
Text Symbol: D06 = will be changed in company &2.
Text Symbol: D1A = Migration object &2 in company &1 can
Text Symbol: D1B = be changed via the execution plan because it is not compatible
Text Symbol: D1C = with the original object &4 in company &3:
Text Symbol: D2A = You have to lock or rename migration object &1
Text Symbol: D2B = before you can process it further.
Text Symbol: DES = Sort in Descending Order
Text Symbol: DSL = Deselect all
Text Symbol: I01 = Delete question in catalog
Text Symbol: I02 = Delete question from catalog?
Text Symbol: I03 = Technical information OFF
Text Symbol: I04 = Technical information ON
Text Symbol: I05 = Exit question catalog editing
Text Symbol: I06 = Save the question catalog?
Text Symbol: I07 = Exit activity group editing
Text Symbol: I08 = Save the activity group?
Text Symbol: I09 = Delete activity group
Text Symbol: I10 = Delete the activity group?
Text Symbol: I11 = Delete the category





Text Symbol: I12 = Delete the category?
Text Symbol: I13 = Delete the question


INCLUDES used within this REPORT SAPMEMIG_PROJEKT

INCLUDE MEMIG_PROJEKTTOP.
INCLUDE REMIGCON_AUTH.
INCLUDE MEMIG_PROJEKTEVENT.
INCLUDE MEMIG_PROJEKTCL1.
INCLUDE MEMIG_PROJEKTO01.
INCLUDE MEMIG_PROJEKTI01.
INCLUDE MEMIG_PROJEKTF01.
INCLUDE MEMIG_PROJEKTFCAT.
INCLUDE MEMIG_PROJEKTFEXE.
INCLUDE MEMIG_PROJEKTFACT.


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