SAP Reports / Programs | Public Sector Management | Funds Management | Master Data(PSM-FM-MD) SAP PSM

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







RFFMFMMDSUB_SET_F01 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 RFFMFMMDSUB_SET_F01 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 RFFMFMMDSUB_SET_F01. "Basic submit
SUBMIT RFFMFMMDSUB_SET_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMFMMDSUB_SET_F01 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 RFFMFMMDSUB_SET_F01

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:

G_SET_CREATION CALL FUNCTION 'G_SET_CREATION' EXPORTING set_name = p_name table = p_group_table types = l_type field = p_group_field EXCEPTIONS wrong_table = 1 wrong_set_name = 2 no_set_created = 3 wrong_setclass = 4 set_already_exists = 5 wrong_type = 6 wrong_field = 7 no_field_picked = 8 no_type_picked = 9 group_maintenance_error = 10 OTHERS = 11.

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.

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 = '01' e_table = p_group_table e_field = l_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.

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_GET_INFO CALL FUNCTION 'G_SET_GET_INFO' EXPORTING setname = l_set_header-setnr EXCEPTIONS set_not_found = 1 illegal_field_replacement = 2 OTHERS = 3.

G_SET_GET_ID_FROM_NAME CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING shortname = p_ref tabname = p_group_table lib = '*' rname = '*' IMPORTING new_setid = l_ref_setid set_info = l_set_info EXCEPTIONS no_set_found = 1 no_set_picked_from_popup = 2 wrong_class = 3 wrong_subclass = 4 table_field_not_found = 5 fields_dont_match = 6 set_is_empty = 7 formula_in_set = 8 set_is_dynamic = 9 OTHERS = 10.

G_SET_FETCH CALL FUNCTION 'G_SET_FETCH' EXPORTING setnr = l_ref_setid IMPORTING set_header = l_set_header TABLES formula_lines = l_formula_lines set_lines_basic = l_set_lines_basic set_lines_data = l_set_lines_data set_lines_multi = l_set_lines_multi set_lines_single = l_set_lines_single EXCEPTIONS no_authority = 1 set_is_broken = 2 set_not_found = 3 OTHERS = 4.

G_GENERATE_BASIC_SET CALL FUNCTION 'G_GENERATE_BASIC_SET' EXPORTING set_header = l_set_header ref_set = l_ref_setid TABLES formula_lines = l_formula_lines set_lines = l_set_lines_basic EXCEPTIONS bad_formula = 1 not_unique = 2 old_set_has_wrong_data_element = 3 old_set_has_wrong_type = 4 variable_does_not_exist = 5 variable_has_wrong_data_elem = 6 variable_has_wrong_type = 7 setname_too_long = 8 table_or_fieldname_missing = 9 wrong_interval = 10 OTHERS = 11.

G_GENERATE_MULTI_SET CALL FUNCTION 'G_GENERATE_MULTI_SET' EXPORTING set_header = l_set_header ref_set = l_ref_setid TABLES set_lines = l_set_lines_multi EXCEPTIONS double_field = 1 old_set_has_wrong_type = 2 subset_does_not_exist = 3 variable_does_not_exist = 4 variable_has_wrong_table = 5 variable_has_wrong_type = 6 subset_has_wrong_type = 7 setname_too_long = 8 subset_has_wrong_table = 9 temporary_in_permanent_set = 10 wrong_setclass = 11 OTHERS = 12.

G_GENERATE_DATA_SET CALL FUNCTION 'G_GENERATE_DATA_SET' EXPORTING set_header = l_set_header ref_set = l_ref_setid TABLES formula_lines = l_formula_lines set_lines = l_set_lines_single EXCEPTIONS bad_formula = 1 entry_not_found = 2 old_set_has_wrong_type = 3 temporary_in_permanent_set = 4 setname_too_long = 5 wrong_setclass = 6 OTHERS = 7.

G_GENERATE_SINGLE_SET CALL FUNCTION 'G_GENERATE_SINGLE_SET' EXPORTING set_header = l_set_header ref_set = l_ref_setid TABLES set_lines = l_set_lines_single set_lines_basic = l_set_lines_basic formula_lines = l_formula_lines EXCEPTIONS not_unique = 1 old_set_has_wrong_data_element = 2 old_set_has_wrong_type = 3 subset_does_not_exist = 4 set_is_recursive = 5 temporary_in_permanent_set = 6 setname_too_long = 7 subset_has_wrong_data_element = 8 subset_has_wrong_class = 9 table_or_fieldname_missing = 10 subset_has_wrong_type = 11 variable_does_not_exist = 12 OTHERS = 13.

G_SET_MAINTENANCE CALL FUNCTION 'G_SET_MAINTENANCE' EXPORTING function = 'MODIFY' 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 = '02' e_table = p_group_table 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.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog "Current program dynumb = sy-dynnr "Current screen TABLES dynpfields = l_dynpfields. "Relevant screen fields

G_RW_SET_SELECT CALL FUNCTION 'G_RW_SET_SELECT' EXPORTING set = l_setname_aux class = l_setclass_aux table = p_group_table show_table_name = ' ' show_field_name = ' ' no_field_name_change = 'X' no_table_name_change = 'X' IMPORTING set_name = l_setname_aux class_name = l_setclass_aux EXCEPTIONS no_set_picked = 01 no_sets = 02 OTHERS = 999.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = l_dynpfields.



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