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
Below is a list of transaction codes which are relevant to this SAP report
FMFG_E_RLAYOUT - Tool Program for Reporting Layout(s)
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.