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

RFFMFMMD_SETGEN SAP ABAP Report - Generate Substring Groups







RFFMFMMD_SETGEN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to generate sets of see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFFMFMMD_SETGEN into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FMMD_SETGEN - Generate Substring Groups


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


Text pool values


Selection Text: L_STRID = D .
Selection Text: MASDAT = D .
Selection Text: SUB_ID = D .
Selection Text: TEST_RUN = Test run
Title: Generate Substring Groups
Text Symbol: 001 = Commitment Item
Text Symbol: 002 = Funds Center
Text Symbol: 003 = Fund
Text Symbol: 004 = Functional Area
Text Symbol: 005 = Generated sets for &1 Substring &2
Text Symbol: 006 = (Test run)


INCLUDES used within this REPORT RFFMFMMD_SETGEN

INCLUDE RFFMMD_SETGEN_TOP . " GLOBAL DATA


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_AUTHORITY_CHECK CALL FUNCTION 'G_SET_AUTHORITY_CHECK' EXPORTING ACTVT = '01' EXCEPTIONS NO_AUTHORITY = 1 OTHERS = 2.

G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING setclass = l_class shortname = l_setname subclass = l_subclass IMPORTING setid = l_setid EXCEPTIONS no_co_area_specified = 1 illegal_setclass = 2 OTHERS = 3.

G_SET_TREE_GENERATE CALL FUNCTION 'G_SET_TREE_GENERATE' * EXPORTING * CLIENT = ' ' * LANGU = ' ' * TOLERATE_AMBIGUITY = ' ' * CREATE_TOP_NODE_ONLY = ' ' TABLES set_hierarchy = lt_hierarchy set_values = lt_value EXCEPTIONS bad_formula = 1 double_field = 2 entry_not_found = 3 hierarchy_not_correct = 4 not_unique = 5 old_set_has_wrong_data_element = 6 old_set_has_wrong_type = 7 set_is_recursive = 8 setname_too_long = 9 subset_has_wrong_class = 10 subset_has_wrong_data_element = 11 subset_has_wrong_type = 12 temporary_in_permanent_set = 13 variable_does_not_exist = 14 variable_has_wrong_data_elem = 15 variable_has_wrong_table = 16 variable_has_wrong_type = 17 wrong_interval = 18 wrong_setclass = 19 OTHERS = 20 .

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'RFFMFMMD_SETGEN' * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' i_structure_name = 'FMMDSUBSETO' * I_BACKGROUND_ID = ' ' i_grid_title = l_alvtitle * I_GRID_SETTINGS = * IS_LAYOUT = * IT_FIELDCAT = * IT_EXCLUDING = TABLES t_outtab = lt_alvoutput EXCEPTIONS program_error = 1 OTHERS = 2.

G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING setclass = i_class shortname = ls_setnames-shortname subclass = i_subclass IMPORTING setid = ls_setnames-setid EXCEPTIONS no_co_area_specified = 1 illegal_setclass = 2 OTHERS = 3.



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