PROFGEN_CORR_REPORT_1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for SAP ..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_1 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.
Selection Text: AGR_NAME = Role
Selection Text: TCODE1 = Transaction
Selection Text: TCODE2 = Transaction
Selection Text: TCODE3 = Transaction
Selection Text: TCODE4 = Transaction
Selection Text: TCODE5 = Transaction
Title: SAP
Text Symbol: 001 = Role
Text Symbol: 002 = Transactions
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PRGN_AUTH_MAXIMAL_AUTHORITY call function 'PRGN_AUTH_MAXIMAL_AUTHORITY' exceptions not_authorized = 1 others = 2.
PRGN_ACTIVITY_GROUPS_F4_HELP * CALL FUNCTION 'PRGN_ACTIVITY_GROUPS_F4_HELP' * IMPORTING * SELECTED_VALUE = SELECTED_VALUE * EXCEPTIONS * NO_ACTIVITY_GROUP_SELECTED = 1 * OTHERS = 2.
PRGN_ACTIVITY_GROUPS_F4_HELP * CALL FUNCTION 'PRGN_ACTIVITY_GROUPS_F4_HELP' * IMPORTING * SELECTED_VALUE = SELECTED_VALUE * EXCEPTIONS * NO_ACTIVITY_GROUP_SELECTED = 1 * OTHERS = 2.
F4_TRANSACTION call function 'F4_TRANSACTION' importing result = selected_value.
F4_TRANSACTION call function 'F4_TRANSACTION' importing result = selected_value.
F4_TRANSACTION call function 'F4_TRANSACTION' importing result = selected_value.
F4_TRANSACTION call function 'F4_TRANSACTION' importing result = selected_value.
F4_TRANSACTION call function 'F4_TRANSACTION' importing result = selected_value.
PRGN_CALL_INFO_TEXT_POPUP * call function 'PRGN_CALL_INFO_TEXT_POPUP' * exporting * info_text = 'PROFGEN_INFO_TEXT_27' * exceptions * action_canceled = 1 * others = 2.
PRGN_SET_MENU_TIMESTAMP call function 'PRGN_SET_MENU_TIMESTAMP' exporting activity_group = i_agr_define-agr_name.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.