SAP Reports / Programs | Public Sector Management | Grants Management | Master Data(PSM-GM-GTE-MD) SAP PSM

RGMSETMAN SAP ABAP INCLUDE - General data for Set creation in Grants Management







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


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


Text pool values


Title: General data for Set creation in Grants Management


INCLUDES used within this REPORT RGMSETMAN

INCLUDE SETMAN_SEARCH_HELP_NAME.


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:

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.



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