SAP Reports / Programs | Governance, Risk and Compliance | Access Control(GRC-AC) SAP GRC

GRAC_MIGRATION_DATA_IMPORT SAP ABAP Report - Import any AC 4.0 and AC 5.3 migration data







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

GRAC_DATA_MIGRATION - AC10 Data Migration


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


Text pool values


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





Text Symbol: 098 = organizational rule
Text Symbol: 097 = Connectors are assigned to the default connector
Text Symbol: 096 = is created
Text Symbol: 095 = Any Approver
Text Symbol: 094 = Default landscape
Text Symbol: 093 = Child Role
Text Symbol: 092 = Custom field
Text Symbol: 091 = Test Result
Text Symbol: 090 = Role
Text Symbol: 089 = Org Value Mapping
Text Symbol: 088 = Role Status
Text Symbol: 087 = Project Release
Text Symbol: 086 = not found for Methodology Step
Text Symbol: 085 = Methodology
Text Symbol: 084 = All Approvers
Text Symbol: 083 = Application Area
Text Symbol: 055 = --Workflow data upload process completed succesfully
Text Symbol: 027 = File Upload process failed
Text Symbol: 026 = Request Type data not found
Text Symbol: 025 = --Ignoring Duplicate Records
Text Symbol: 024 = --Start Loading RAR data
Text Symbol: 023 = --File loaded succesfully
Text Symbol: 022 = Rows Inserted into table
Text Symbol: 021 = --Start Inserting data
Text Symbol: 020 = Failed to delete data from table
Text Symbol: 019 = --Start data deletion
Text Symbol: 018 = --Start Loading File
Text Symbol: 017 = ***********************************************
Text Symbol: 016 = --RAR data upload process completed succesfully.
Text Symbol: 015 = --Start Final Processing.......
Text Symbol: 014 = --Loading Data Completed
Text Symbol: 013 = --Start Loading Data
Text Symbol: 012 = Failed to retrieve data due to empty directory
Text Symbol: 011 = Failed to retrieve data due to failure reading directory
Text Symbol: 010 = Failed to retrieve data due to no authorization
Text Symbol: 009 = Failed to retrieve data due to Program Failure
Text Symbol: 008 = Failed to retrieve data due to Invalid Sub Directory
Text Symbol: 007 = Please enter valid import location
Text Symbol: 006 = SAP Connectors





Text Symbol: 005 = Please enter Organizational Unit (Click enter)
Text Symbol: 004 = Step 5: Import SPM Data
Text Symbol: 003 = Step 5: Import Role Repository Data
Text Symbol: 002 = Step 5: Import Workflow Data
Text Symbol: 001 = Step 5: Import RAR Data
Text Symbol: 054 = --Config data upload process completed succesfully
Text Symbol: 053 = FireFighter Reason Code
Text Symbol: 052 = Stage actions cannot be uploaded without stages
Text Symbol: 051 = Unlock User
Text Symbol: 050 = Super User Access
Text Symbol: 049 = Create User
Text Symbol: 048 = Lock User
Text Symbol: 047 = Delete user
Text Symbol: 046 = Change User
Text Symbol: 045 = Assign Object
Text Symbol: 044 = Supplement rule header data not found
Text Symbol: 043 = Employee Type data not found
Text Symbol: 042 = Priority data not found
Text Symbol: 041 = Reading file
Text Symbol: 040 = -- Data Deleted from table
Text Symbol: 039 = FireFighter Reason Code System
Text Symbol: 038 = FireFighter Reason Code Desc
Text Symbol: 037 = --Start Loading Workflow Data
Text Symbol: 036 = --ERM data upload process completed succesfully
Text Symbol: 035 = --Start Loading ERM data
Text Symbol: 034 = --Start Loading SPM data
Text Symbol: 033 = Business unit data not found
Text Symbol: 032 = Could not create mitigation control
Text Symbol: 031 = No data found for Mitigation control
Text Symbol: 030 = Mitigation control monitor data not found
Text Symbol: 029 = Mitigation risk rules data not found
Text Symbol: 028 = Mitigation description data not found


INCLUDES used within this REPORT GRAC_MIGRATION_DATA_IMPORT

INCLUDE GRAC_MIGRATION_DATA_IMPORT_O01.
INCLUDE GRAC_MIGRATION_DATA_IMPORT_O02.
INCLUDE GRAC_MIGRATION_DATA_IMPORT_O03.
INCLUDE GRAC_MIGRATION_DATA_IMPORT_O04.


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:

SCROLLING_IN_TABLE



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.



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