SAP Reports / Programs | Public Sector Management | Funds Management | Budgeting(PSM-FM-BCS-BU) SAP PSM

FMMP_GROUP_SELECTION SAP ABAP INCLUDE - Include FMMP_GROUP_SELECTION







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


Text pool values


Title: Include FMMP_GROUP_SELECTION


INCLUDES used within this REPORT FMMP_GROUP_SELECTION

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_TABLE_FIELD_GET_SETCLASS CALL FUNCTION 'G_TABLE_FIELD_GET_SETCLASS' EXPORTING tabname = 'FMIT' fieldname = -fieldname IMPORTING setclass = -class.

G_RW_SET_SELECT * CALL FUNCTION 'G_RW_SET_SELECT' * EXPORTING * set = l_setname_aux * class = l_setclass_aux * table = 'FMMEASURE' * 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.

FMBAS_GET_USERDIM_SET_DEF CALL FUNCTION 'FMBAS_GET_USERDIM_SET_DEF' IMPORTING e_setclass = -class e_flg_use_orgunit = l_flg_use_orgunit EXCEPTIONS no_sets_used = 1 OTHERS = 0.

G_TABLE_FIELD_GET_SETCLASS CALL FUNCTION 'G_TABLE_FIELD_GET_SETCLASS' EXPORTING tabname = 'CCSS' fieldname = -fieldname IMPORTING setclass = -class.

FMBAS_SHOW_ALL_USERDIM_GROUPS CALL FUNCTION 'FMBAS_SHOW_ALL_USERDIM_GROUPS' EXPORTING i_fm_area = u_fmarea IMPORTING e_usrgrp = l_help_setnr EXCEPTIONS OTHERS = 1.

K_GROUP_SELECT CALL FUNCTION 'K_GROUP_SELECT' EXPORTING class = -class field_name = -fieldname searchfld = l_help_searchfld searchfld_input = ' ' searchfld_required = '' * set = l_help_set fikrs = u_fmarea IMPORTING set_name = l_help_setnr EXCEPTIONS no_set_picked = 1.

G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING setclass = p_l_setclass shortname = p_shortname kokrs = u_coarea fikrs = u_fmarea IMPORTING setid = l_set_id EXCEPTIONS no_co_area_specified = 1 illegal_setclass = 2 OTHERS = 3.

G_SET_FETCH CALL FUNCTION 'G_SET_FETCH' EXPORTING setnr = l_set_id no_titles = 'X' no_setid_conversion = 'X' TABLES set_lines_basic = p_l_t_set_lines_basic set_lines_single = l_t_set_lines_single EXCEPTIONS no_authority = 1 set_is_broken = 2 set_not_found = 3 OTHERS = 4.

G_SET_FETCH CALL FUNCTION 'G_SET_FETCH' EXPORTING setnr = -setnr no_titles = 'X' no_setid_conversion = 'X' TABLES set_lines_basic = l_t_set_lines_basic set_lines_single = l_t_set_lines_single EXCEPTIONS OTHERS = 0.



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