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

RFMFGRLAYOUT SAP ABAP Report - Display for Table FMFGRLAYOUT







RFMFGRLAYOUT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program is used to display and maintain report layouts...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 RFMFGRLAYOUT 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

FMFG_E_RLAYOUT - Tool Program for Reporting Layout(s)


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 RFMFGRLAYOUT. "Basic submit
SUBMIT RFMFGRLAYOUT AND RETURN. "Return to original report after report execution complete
SUBMIT RFMFGRLAYOUT 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: PLAYID = Layout ID
Title: Display for Table FMFGRLAYOUT
Text Symbol: 160 = Layout not found
Text Symbol: 171 = Can not generate template Layout
Text Symbol: 172 = Layout renumbered
Text Symbol: 173 = Layout renumbering cancelled
001 LayID Program ID Descripion
002 SeqNr LineNr Set Text Para01 Para02 Para03 Para04 Para05 Para06 Para07 Para08 Para09 Para10


INCLUDES used within this REPORT RFMFGRLAYOUT

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:

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = l_return_field value_org = 'S' tables value_tab = return_tab = lt_return exceptions parameter_error = 1 no_values_found = 2 others = 3.

VIEW_AUTHORITY_CHECK CALL FUNCTION 'VIEW_AUTHORITY_CHECK' EXPORTING view_action = 'U' view_name = 'FMFGRLAYOUT' no_warning_for_clientindep = space EXCEPTIONS no_authority = 8 no_clientindependent_authority = 9 no_linedependent_authority = 11.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = l_title IMPORTING returncode = l_rc TABLES fields = l_fields.



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