GRAC_MIGRATE_WF_RULES 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_MIGRATE_WF_RULES 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_WF_MIG - Migrate workflow rules
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.
Selection Text: P_RLNAML = Alternate Approvers Rule ID
Selection Text: P_RLNAME = Initiators Rule ID
Selection Text: P_RLNAMA = Approvers Rule ID
Selection Text: P_RLGRPN = Application/Func. Group Name
Selection Text: P_PRID = D .
Selection Text: P_INIT = Initiators Rule
Selection Text: P_FILIMP = Initiator/CAD File Location
Selection Text: P_AGENT = Agent Rule
Title: Migrate Workflow Initiator and CAD rules
Text Symbol: 065 = Line Item Key
Text Symbol: 064 = Rule Result
Text Symbol: 063 = Agent rules file not found
Text Symbol: 062 = Failed to lock Decision table for Initiator rules
Text Symbol: 061 = with rules created successfully
Text Symbol: 060 = Process ID
Text Symbol: 059 = No conditions are valid
Text Symbol: 058 = No result data exists in
Text Symbol: 057 = No context data exists in
Text Symbol: 056 = and
Text Symbol: 055 = Condition cannot be migrated as OR is used between
Text Symbol: 054 = Condition cannot be migrated as NOT is used between values of
Text Symbol: 053 = Condition cannot be migrated as AND is used between values of
Text Symbol: 052 = Migration not supported for Process ID
Text Symbol: 051 = does not belong to Application
Text Symbol: 050 = to create rules in decision table
Text Symbol: 049 = does not exist
Text Symbol: 048 = Function
Text Symbol: 066 = No valid conditions found for initiators
Text Symbol: 067 = No conditions were selected for uploadng
Text Symbol: 068 = Approver
Text Symbol: 069 = No valid conditions found for approvers
Text Symbol: 070 = No valid conditions found for alternate approvers
Text Symbol: 071 = Failed to lock Decision table for Approver rules
Text Symbol: 072 = Recipient Type
Text Symbol: 073 = Recipient ID
Text Symbol: 074 = No conditions found for process ID
Text Symbol: 075 = No. of conditions
Text Symbol: 076 = Please enter Initiators Rule ID
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
EPS_GET_DIRECTORY_LISTING CALL FUNCTION 'EPS_GET_DIRECTORY_LISTING' EXPORTING dir_name = p_fileimp TABLES dir_list = ifile_work EXCEPTIONS invalid_eps_subdir = 1 sapgparam_failed = 2 build_directory_failed = 3 no_authorization = 4 read_directory_failed = 5 too_many_read_errors = 6 empty_directory_list = 7 OTHERS = 8.
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_MIGRATE_WF_RULES or its description.
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 GRAC_LICENSE_AUDIT_REPORT - AC License Audit Report GRAC_LEGACY_OBJECT_AUTH_SYNC - Program for Legacy Object Authorization Synchronization