SAP Reports / Programs | Basis Components | Security | ABAP Authorization and Role Management(BC-SEC-AUT-PFC) SAP BC

PROFGEN_CORR_REPORT_3 SAP ABAP Report - SAP







PROFGEN_CORR_REPORT_3 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_3 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_3. "Basic submit
SUBMIT PROFGEN_CORR_REPORT_3 AND RETURN. "Return to original report after report execution complete
SUBMIT PROFGEN_CORR_REPORT_3 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: TC_OLD = Old transaction code
Selection Text: TC_NEW = New transaction code
Selection Text: TA_TABU = Include TABU entries in TA
Selection Text: RFC_DEST = Compare with RFC destination
Selection Text: PARAM = Consider parameter tran.
Selection Text: DISPLAY = Test run in display mode
Title: SAP
Text Symbol: 103 = Changed OBJSUB
Text Symbol: 102 = Orginal OBJSUB
Text Symbol: 020 = occurred
Text Symbol: 018 = Error
Text Symbol: 017 = Time:
Text Symbol: 016 = Date:
Text Symbol: 015 = Release:
Text Symbol: 014 = System:
Text Symbol: 013 = Change to:
Text Symbol: 012 = Number:
Text Symbol: 011 = Tcode:
Text Symbol: 010 = Change OBJSUB entries - transaction codes
Text Symbol: 009 = Error: No destination exists
Text Symbol: 008 = TCODE will be chgd to
Text Symbol: 007 = TCODE successfully changed to
Text Symbol: 006 = No entry exists
Text Symbol: 005 = More than one entry
Text Symbol: 004 = Entry not identical to RFC_DEST
Text Symbol: 003 = TABU entry added
Text Symbol: 002 = Selection of action
Text Symbol: 001 = Select transaction code


INCLUDES used within this REPORT PROFGEN_CORR_REPORT_3

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_CHECK_SYSTEM_TYPE call function 'PRGN_CHECK_SYSTEM_TYPE' exceptions sap_system = 1 others = 2.

PRGN_AUTH_MAXIMAL_AUTHORITY call function 'PRGN_AUTH_MAXIMAL_AUTHORITY' exceptions not_authorized = 1 others = 2.

PRGN_GET_ORIGINAL_TRANSACTION call function 'PRGN_GET_ORIGINAL_TRANSACTION' exporting par_tcode = i_objsub-tcode importing original_tcode = tcode_tmp * VARIANT_TRANSACTION = * TSTCP_PARAM = exceptions original_tcode_not_found = 1 others = 2.

GET_TABLE_KEYLIST_RFC call function 'GET_TABLE_KEYLIST_RFC' exporting tabname = 'OBJSUB' get_systab = ' ' rfc_dest = rfc_dest mtype = 'TABU' mtabname = 'OBJSUB' * IMPORTING * NR_OF_ROWS = tables * NAME_TAB = inttab = i_objsub_dummy tabkey = i_e071k_dummy exceptions client_not_found = 1 protected = 2 read_error = 3 table_not_found = 4 too_small = 5 convert_error = 6 wrong_type = 7 fieldtab_error = 8 no_rights = 9 rfc_error = 10 length_error = 11 others = 12 .

TR_OBJECTS_CHECK call function 'TR_OBJECTS_CHECK' * IMPORTING * WE_ORDER = * WE_TASK = * WE_OBJECTS_APPENDABLE = tables wt_ko200 = i_ko200 wt_e071k = i_e071k * TT_TADIR = exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3.

TR_OBJECTS_INSERT call function 'TR_OBJECTS_INSERT' * EXPORTING * WI_ORDER = ' ' importing we_order = we_ordner we_task = we_task tables wt_ko200 = i_ko200 wt_e071k = i_e071k * TT_TADIR = exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3.

REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting i_callback_program = g_repid i_tabname_header = g_tabname_header i_tabname_item = g_tabname_item it_fieldcat = fieldcats * I_STRUCTURE_NAME_HEADER = FIELDCATS * I_STRUCTURE_NAME_ITEM = FIELDCATS is_keyinfo = gs_keyinfo is_layout = gs_layout it_events = gt_events[] * I_SCREEN_START_COLUMN = 0 "Use coordinates for * I_SCREEN_START_LINE = 0 "display as dialog box * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 importing e_exit_caused_by_caller = g_exit_caused_by_caller es_exit_caused_by_user = gs_exit_caused_by_user tables t_outtab_header = gt_outtab_header t_outtab_item = gt_outtab_item exceptions program_error = 1 others = 2.

REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 1 importing et_events = rt_events.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = gt_list_top_of_page.



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