SAP Reports / Programs

PROFGEN_CORR_REPORT_1 SAP ABAP Report - SAP







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


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


Text pool values


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


INCLUDES used within this REPORT PROFGEN_CORR_REPORT_1

No INCLUDES are used within this REPORT code!


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:

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.



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