SAP Reports / Programs

/IPRO/MIGRATION SAP ABAP Report - Migrate Document Builder Data







/IPRO/MIGRATION 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 /IPRO/MIGRATION 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

/IPRO/MIGRATION - Migrate Document Builder Data


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 /IPRO/MIGRATION. "Basic submit
SUBMIT /IPRO/MIGRATION AND RETURN. "Return to original report after report execution complete
SUBMIT /IPRO/MIGRATION 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: LV_CONT = Content
Selection Text: LV_DOC = Documents
Selection Text: LV_ELM = Elements/Custom Elements
Selection Text: LV_MESS = Success Messages in Log
Selection Text: LV_TEST = Test Run
Selection Text: LV_TMPL = Templates
Selection Text: P_DOCID = Document
Selection Text: P_TMPL = Template
Title: Migrate Document Builder Data
Text Symbol: 001 = Processing Options
Text Symbol: 002 = Content Options
Text Symbol: 003 = Single Object Selection
Text Symbol: 004 = Variables
Text Symbol: 005 = Elements
Text Symbol: 006 = Documents
Text Symbol: 007 = Templates
Text Symbol: 008 = Elements Migrated
Text Symbol: 009 = Documents Migrated
Text Symbol: 010 = Templates Migrated
Text Symbol: 011 = out of
Text Symbol: 012 = Custom Elements Migrated


INCLUDES used within this REPORT /IPRO/MIGRATION

No INCLUDES are used within this REPORT code!


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:

SAPGUI_PROGRESS_INDICATOR * CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' * EXPORTING * percentage = lv_perc * text = text-004.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = lv_perc text = text-005.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = lv_perc text = text-006.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = lv_perc text = text-007.

/IPRO/APPLOG_CONTROL CALL FUNCTION '/IPRO/APPLOG_CONTROL' EXPORTING * piv_msgid = mv_xi_msgid pis_loghdr = ls_log IMPORTING peo_logc = lo_log.



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 /IPRO/MIGRATION or its description.