SAPFRSZ2 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 SAPFRSZ2 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: Creates the include RSZI that has the icon indices as constants
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_EDIT_CHECK_OBJECTS_KEYS CALL FUNCTION 'TR_EDIT_CHECK_OBJECTS_KEYS' EXPORTING WI_WITH_DIALOG = 'R' TABLES WT_E071 = L_T_E071 WT_E071K = L_T_E071K EXCEPTIONS OTHERS = 99.
TR_EDIT_CHECK_OBJECTS_KEYS CALL FUNCTION 'TR_EDIT_CHECK_OBJECTS_KEYS' EXPORTING WI_WITH_DIALOG = 'X' TABLES WT_E071 = L_T_E071 WT_E071K = L_T_E071K EXCEPTIONS OTHERS = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPFRSZ2 - Creates the include RSZI that has the icon indices as constants SAPFRSZ2 - Creates the include RSZI that has the icon indices as constants SAPFRSZ1 - General support routines SAPFRSZ1 - General support routines SAPFRSUR - Release-dependent Subroutine pool for RFC Wrapper/Unwrapper SAPFRSUR - Release-dependent Subroutine pool for RFC Wrapper/Unwrapper