PROFGEN_CORR_REPORT_2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..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 PROFGEN_CORR_REPORT_2 into the relevant SAP transactions such as SE38 or SE80
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: SAP
Text Symbol: 001 = No renamed transactions found
Text Symbol: 002 = Role
Text Symbol: 003 = Description
Text Symbol: 004 = Old transaction code
Text Symbol: 005 = New transaction code
Text Symbol: 006 = Status
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PRGN_ACTIVITY_GROUPS_UPGRADE CALL FUNCTION 'PRGN_ACTIVITY_GROUPS_UPGRADE' TABLES transactions = ta_tab activity_groups_texts = actvgrps_texts trans_activitygroups = i_hrv1221 EXCEPTIONS no_activity_groups_found = 1 OTHERS = 2.
PRGN_ACTIVITY_GROUP_INHERITED CALL FUNCTION 'PRGN_ACTIVITY_GROUP_INHERITED' EXPORTING activity_group = actvgrps_texts-agr_name EXCEPTIONS activity_group_is_inherited = 1 activity_group_does_not_exist = 2 OTHERS = 3.
PRGN_CHECK_IF_SAP_ROLE CALL FUNCTION 'PRGN_CHECK_IF_SAP_ROLE' EXPORTING activity_group = actvgrps_texts-agr_name allow_bw_roles = 'X' allow_any_namespace = ' ' EXCEPTIONS sap_role = 1 OTHERS = 2.
PGRN_CHECK_COLLECTIVE_AGR CALL FUNCTION 'PGRN_CHECK_COLLECTIVE_AGR' EXPORTING activity_group = p_agr EXCEPTIONS activity_group_does_not_exist = 1 activity_group_is_collective = 2 OTHERS = 3.
PRGN_AUTH_ACTIVITY_GROUP CALL FUNCTION 'PRGN_AUTH_ACTIVITY_GROUP' EXPORTING activity_group = p_agr action_change = 'X' message_output = 'X' EXCEPTIONS not_authorized = 1 OTHERS = 2.
PRGN_ACTIVITY_GROUP_ENQUEUE CALL FUNCTION 'PRGN_ACTIVITY_GROUP_ENQUEUE' EXPORTING activity_group = p_agr EXCEPTIONS foreign_lock = 1 transport_check_problem = 2 OTHERS = 3.
PRGN_STRU_LOAD_NODES CALL FUNCTION 'PRGN_STRU_LOAD_NODES' EXPORTING activity_group = p_agr TABLES i_nodes_out = i_nodes_out i_texts_out = i_texts_out.
DRAG_DROP_EVENT_COPY_NODE CALL FUNCTION 'DRAG_DROP_EVENT_COPY_NODE' EXPORTING object_id = i_nodes_replace-object_id target_id = i_nodes_replace-object_id add_as_first_node_in_folder = 'X' IMPORTING new_id = new_id TABLES menu_hierarchy = i_nodes_out menu_texts = i_texts_out.
DRAG_DROP_EVENT_DELETE_NODES CALL FUNCTION 'DRAG_DROP_EVENT_DELETE_NODES' EXPORTING object_id = i_nodes_replace-object_id TABLES menu_hierarchy = i_nodes_out menu_texts = i_texts_out.
PRGN_STRU_SAVE_NODES CALL FUNCTION 'PRGN_STRU_SAVE_NODES' EXPORTING activity_group = p_agr use_global_tables = ' ' TABLES menu_hierarchy = i_nodes_out menu_texts = i_texts_out.
PRGN_SET_MENU_TIMESTAMP CALL FUNCTION 'PRGN_SET_MENU_TIMESTAMP' EXPORTING activity_group = p_agr EXCEPTIONS OTHERS = 1.
PRGN_ACTIVITY_GROUP_DEQUEUE CALL FUNCTION 'PRGN_ACTIVITY_GROUP_DEQUEUE' EXPORTING activity_group = p_agr.
PRGN_CALL_INFO_TEXT_POPUP CALL FUNCTION 'PRGN_CALL_INFO_TEXT_POPUP' EXPORTING info_text = 'PROFGEN_INFO_TEXT_56' EXCEPTIONS action_canceled = 1 OTHERS = 2.
PRGN_SHOW_EDIT_AGR CALL FUNCTION 'PRGN_SHOW_EDIT_AGR' EXPORTING agr_name = p_agr mode = 'X' screen = '2' sicht = ' ' EXCEPTIONS agr_not_found = 1 OTHERS = 2.
PRGN_SHOW_EDIT_AGR CALL FUNCTION 'PRGN_SHOW_EDIT_AGR' EXPORTING agr_name = i_agr_name mode = 'X' screen = '2' sicht = ' ' EXCEPTIONS agr_not_found = 1 OTHERS = 2.
PRGN_SHOW_EDIT_AGR CALL FUNCTION 'PRGN_SHOW_EDIT_AGR' EXPORTING agr_name = i_agr_name mode = 'X' screen = '2' sicht = ' ' EXCEPTIONS agr_not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.