SAP Reports / Programs | Payroll | Payroll: General Parts | Forms(PY-XX-FO) SAP PY

SAPMPE51 SAP ABAP dialog Program - HR Form Editor







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PE51 - HR form editor


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


Text pool values


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





Text Symbol: 010 = Choose line type
Text Symbol: 008 = Choose rule
Text Symbol: 006 = Choose text module
Text Symbol: 001 = Change language


INCLUDES used within this REPORT SAPMPE51

INCLUDE MPE51F16.
INCLUDE MPE51F17.


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:

No SAP FUNCTION MODULES are executed within this report code!



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