RGMSETMAN is a standard ABAP INCLUDE 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 RGMSETMAN 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: General data for Set creation in Grants Management
INCLUDE SETMAN_SEARCH_HELP_NAME.
No SAP DATABASE tables are accessed within this REPORT code!
G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING setclass = '0000' shortname = p_name IMPORTING setid = l_set_header-setnr EXCEPTIONS no_co_area_specified = 1 illegal_setclass = 2 OTHERS = 3.
G_SET_MAINTENANCE CALL FUNCTION 'G_SET_MAINTENANCE' EXPORTING function = l_function set_name_mask = l_set_header-setnr EXCEPTIONS illegal_function = 1 no_sets = 2 no_set_picked = 3 set_not_found = 4 no_authority = 5 object_created_by_sap = 6 group_maintenance_error = 7 dynamic_set_error = 8 OTHERS = 9.
K_SET_HIERARCHY_MAINTENANCE CALL FUNCTION 'K_SET_HIERARCHY_MAINTENANCE' EXPORTING e_class = '0000' e_setid = l_set_header-setnr e_co_area = space e_mode = l_actvt e_table = p_group_table e_field = p_group_field EXCEPTIONS not_available_for_for_setclass = 1 convert_error = 2 no_chart_of_accounts = 3 no_controlling_area = 4 different_controlling_areas = 5 different_chart_of_accounts = 6 set_not_found = 7 illegal_field_replacement = 8 illegal_table_replacement = 9 fm_raise = 10 no_authority = 11 no_bukrs_for_kokrs = 12 OTHERS = 13.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGMSETMAN - General data for Set creation in Grants Management RGMSETGRANTNONE - Define "Not-Relevant" Grant RGMSETGRANTNONE - Define "Not-Relevant" Grant RGMSETGEN - General data for Set creation in Grants Management RGMSETCLASS_03 - Grants Management: Sets for Sponsored Classes RGMSETCLASS_03 - Grants Management: Sets for Sponsored Classes