GRAC_MIGRATION_DATA_IMPORT 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 GRAC_MIGRATION_DATA_IMPORT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
GRAC_DATA_MIGRATION - AC10 Data Migration
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.
Title: Import any AC 4.0 and AC 5.3 migration data
Text Symbol: 081 = Connector Group
Text Symbol: 080 = Application Area data not found
Text Symbol: 079 = critical role
Text Symbol: 078 = Critical Roles data not found
Text Symbol: 077 = not found
Text Symbol: 076 = Action type
Text Symbol: 075 = Employee Type
Text Symbol: 074 = Priority
Text Symbol: 073 = Request Type
Text Symbol: 072 = Mitigation control report data not found
Text Symbol: 071 = Business Unit owners data not found
Text Symbol: 070 = No suitable configuration parameter found for Param ID
Text Symbol: 069 = Company
Text Symbol: 068 = Business Process
Text Symbol: 067 = business unit
Text Symbol: 066 = mitigation
Text Symbol: 065 = Business Subprocess
Text Symbol: 064 = risk
Text Symbol: 063 = ruleset
Text Symbol: 062 = function
Text Symbol: 061 = for
Text Symbol: 060 = Language conversion failed for
Text Symbol: 059 = --CUP data upload process completed succesfully
Text Symbol: 058 = --Start Loading CUP data
Text Symbol: 057 = Step 5: Import CUP Repository Data
Text Symbol: 056 = --SPM data upload process completed succesfully
Text Symbol: 082 = already exists
Text Symbol: 108 = Step 2: Import Configuration Data
Text Symbol: 107 = Mitigation Control
Text Symbol: 106 = Mitigation Control has invalid action
Text Symbol: 105 = Parent Role
Text Symbol: 104 = Methodology Step
Text Symbol: 103 = Methodology Action
Text Symbol: 102 = supplementary rule
Text Symbol: 101 = risk objective
Text Symbol: 100 = Critical Level
Text Symbol: 099 = Functional Araea
INCLUDE GRAC_MIGRATION_DATA_IMPORT_O01.
INCLUDE GRAC_MIGRATION_DATA_IMPORT_O02.
INCLUDE GRAC_MIGRATION_DATA_IMPORT_O03.
INCLUDE GRAC_MIGRATION_DATA_IMPORT_O04.
No SAP DATABASE tables are accessed within this REPORT code!
CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act =-top_line entry_from = 1 entry_to = -lines last_page_full = 'X' loops = ok_code = p_ok overlapping = 'X' IMPORTING entry_new = l_tc_new_top_line EXCEPTIONS * NO_ENTRY_OR_PAGE_ACT = 01 * NO_ENTRY_TO = 02 * NO_OK_CODE_OR_PAGE_GO = 03 OTHERS = 0.
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 GRAC_MIGRATION_DATA_IMPORT or its description.
GRAC_MIGRATION_DATA_IMPORT - Import any AC 4.0 and AC 5.3 migration data GRAC_MIGRATION_DATA_IMPORT - Import any AC 4.0 and AC 5.3 migration data GRAC_MIGRATE_WF_RULES - Migrate Workflow Initiator and CAD rules GRAC_MIGRATE_WF_RULES - Migrate Workflow Initiator and CAD rules GRAC_MAPPING_TOP - Include GRAC_MAPPING_TOP GRAC_LICENSE_AUDIT_REPORT - AC License Audit Report