SAP Reports / Programs | Public Sector Management | Functions for U.S. Federal Government(PSM-FG) SAP PSM

RFFMFG_SELSCR_INCL SAP ABAP INCLUDE - Include RFFMFG_SELSCR_INCL







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


INCLUDES used within this REPORT RFFMFG_SELSCR_INCL

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:

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING GET_STATE = l_c_get_state LANGU = sy-langu ROLL_NAME = l_f_roll_name IMPORTING GOT_STATE = l_f_gotstate DD04L_WA_A = l_s_dd04l_a TABLES DD04T_TAB_A = l_t_dd04t EXCEPTIONS OTHERS = 1.

DD_DDTYPE_TO_ABAPTYPE CALL FUNCTION 'DD_DDTYPE_TO_ABAPTYPE' EXPORTING DDLEN = l_s_dd04l_a-leng DDTYPE = l_s_dd04l_a-datatype IMPORTING ABLEN = e_s_dfies-intlen ABTYPE = e_s_dfies-inttype EXCEPTIONS OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = l_table LANGU = SY-LANGU LFIELDNAME = l_field IMPORTING DFIES_WA = c_f_dfies EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = &3 text = space info = &4 IMPORTING RESULT = l_s_options-icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

RS_REPORTSELECTIONS_INFO CALL FUNCTION 'RS_REPORTSELECTIONS_INFO' EXPORTING report = l_repid default_values = ' ' TABLES field_info = l_t_finfo def_values = l_t_defval EXCEPTIONS no_selections = 01 report_not_existent = 02 subroutine_pool = 03.

RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = l_repid tables selection_table = l_t_selpa.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_internal_tabname = l_internal_tabname i_structure_name = &1 changing ct_fieldcat = lt_alvfcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.

GET_COMPONENT_LIST CALL FUNCTION 'GET_COMPONENT_LIST' EXPORTING PROGRAM = l_repid FIELDNAME = l_internal_tabname TABLES COMPONENTS = lt_comp[] EXCEPTIONS OTHERS = 1.

FM_ALV_LAYOUT CALL FUNCTION 'FM_ALV_LAYOUT' CHANGING C_F_LAYOUT = l_f_layout.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting * i_interface_check = 'X' i_callback_program = l_repid i_callback_user_command = 'USER_COMMAND' i_structure_name = con_selscr-out i_grid_title = l_f_titletext * i_grid_settings = l_f_grid_settings is_layout = l_f_layout it_fieldcat = l_t_fcat it_sort = l_t_sort i_default = 'X' i_save = l_save is_variant = l_f_variant is_print = l_f_print TABLES t_outtab = gi_t_selscr EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.



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