RMCLPROF 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 RMCLPROF 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: S_AKGR = Role
Selection Text: S_PROF = Profile
Selection Text: S_USER = User
Title: Where-Used List for Profile/User/Role (Classification)
Text Symbol: 001 = Profile ->
Text Symbol: 002 = Role ->
Text Symbol: 003 = User ->
Text Symbol: 004 = No data selected
Text Symbol: 005 = You entered no selection criteria
Text Symbol: 006 = User = 0, Role = 2
Text Symbol: 007 = Profile = 1, User = 0
Text Symbol: 008 = Role = 2, Profile = 1
Text Symbol: 009 = Object type 0=user, 1=profile, 2=role
001 Name Assigned Object type
002 0 User 1 Profile 2 Role
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID IT_FIELDCAT = GT_FIELDCAT[] I_BUFFER_ACTIVE = 'X' TABLES T_OUTTAB = GT_OUTTAB.
PRGN_F4_HELP_FOR_SEL_AGR CALL FUNCTION 'PRGN_F4_HELP_FOR_SEL_AGR' EXPORTING RANGES_PARAMETER_FOR_SELECT = AKGR * SINGLE_ACTIVITY_GROUPS = single_agr * COLLECTIVE_ACTIVITY_GROUPS = collective_agr IMPORTING AGR_NAME = AKGR.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.