SAPMPE51 is a standard Module pool for a dialog screen ABAP Program 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 SAPMPE51 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PE51 - HR form editor
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.
Title: HR Form Editor
Text Symbol: X08 = Edit documentation
Text Symbol: X07 = Back
Text Symbol: X06 = Exit form processing
Text Symbol: X05 = form?
Text Symbol: X04 = Do you want to save the
Text Symbol: X03 = Cancel form processing
Text Symbol: X02 = maintenance?
Text Symbol: X01 = Do you want to cancel form
Text Symbol: WH1 = Window name
Text Symbol: S01 = Confirmation prompt
Text Symbol: M03 = Loading form
Text Symbol: M02 = to :
Text Symbol: M01 = Selected from:
Text Symbol: LH1 = Layout of line type
Text Symbol: K03 = Footer text
Text Symbol: K02 = Header text
Text Symbol: K01 = Description
Text Symbol: K00 = Choose indicator
Text Symbol: GT2 = Do you want to copy the group texts?
Text Symbol: GT1 = A new group will be created
Text Symbol: GT0 = Create group
Text Symbol: DZ2 = the line you have chosen?
Text Symbol: DZ1 = Are you sure you want to delete
Text Symbol: DW2 = the window you have chosen?
Text Symbol: DW1 = Are you sure you want to delete
Text Symbol: DG2 = the group you have chosen?
Text Symbol: DG1 = Are you sure you want to delete
Text Symbol: DF3 = Delete form
Text Symbol: DF1 = Are you sure you want to delete the form &frm?
Text Symbol: D03 = Delete page types
Text Symbol: D02 = page types you have chosen?
Text Symbol: D01 = Do you want to delete the
Text Symbol: AS2 = Would you like to create it ?
Text Symbol: AS1 = Cumulation identifier &swt does not exist
Text Symbol: AS0 = Create cumulation identifier
Text Symbol: 015 = Choose window
Text Symbol: 011 = Choose column type
INCLUDE MPE51F16.
INCLUDE MPE51F17.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.