SAP Reports / Programs | Business Package for Manager Self-Service (HR) | Portal Content | Business Package for Manager Self-Service (HR)(EP-PCT-MGR-HR) SAP EP

RP_OADP_MIGRATE_CUSTOMIZING SAP ABAP Report - Migration of OADP Customizing Tables (Used as of mySAP ERP 2005)







RP_OADP_MIGRATE_CUSTOMIZING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to transfer, and continue to use, the Customizing settings you defined for the Object and Data Provider (OADP) prior to mySAP ERP 2005 in the new table structure used as of mySAP ERP 2005...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 RP_OADP_MIGRATE_CUSTOMIZING 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

HRWPC_OADP_MIGRATION - Migration from OADP Customizing


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 RP_OADP_MIGRATE_CUSTOMIZING. "Basic submit
SUBMIT RP_OADP_MIGRATE_CUSTOMIZING AND RETURN. "Return to original report after report execution complete
SUBMIT RP_OADP_MIGRATE_CUSTOMIZING 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: SEL_VGRP = New Name of View Group
Selection Text: SEL_VIEW = New Name of View
Selection Text: TEST_RUN = Test Run
Title: Migration of OADP Customizing Tables (Used as of mySAP ERP 2005)
Text Symbol: 001 = Settings for Migration of OADP Tables
Text Symbol: 002 = View
Text Symbol: 003 = View Group
Text Symbol: 004 = Select All Views and View Groups
Text Symbol: 006 = Renaming of SAP Entries and Overwritten SAP Entries
Text Symbol: 007 = Assign a name in the customer namespace for the following view:
Text Symbol: 008 = View will not be migrated
Text Symbol: 009 = W Message
Text Symbol: 010 = View group will not be migrated
Text Symbol: 011 = ASsign a name in the customer namespace for the following view group:
Text Symbol: 012 = Function
Text Symbol: 013 = Eval.Path
Text Symbol: 014 = Object Selection Rule
Text Symbol: 015 = Data View Group
Text Symbol: 016 = Data View


INCLUDES used within this REPORT RP_OADP_MIGRATE_CUSTOMIZING

INCLUDE RP_OADP_MIGRATE_CUSTOMIZING_D1. "DATA DECLARATION
INCLUDE RP_OADP_MIGRATE_CUSTOMIZING_S1. "SELECTION-SCREENS
INCLUDE RP_OADP_MIGRATE_CUSTOMIZING_V1. "CREATE ORGVIEWS
INCLUDE RP_OADP_MIGRATE_CUSTOMIZING_V2. "CREATE ORGVIEWGROUPS
INCLUDE RP_OADP_MIGRATE_CUSTOMIZING_F1. "FORMS


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