SAP Reports / Programs

SAPFP50M SAP ABAP dialog Program - Screen Control for Master Data Maintenance







SAPFP50M is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for The module pools for HR master data infotypes contain standard modules in include members...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 SAPFP50M 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 SAPFP50M. "Basic submit
SUBMIT SAPFP50M AND RETURN. "Return to original report after report execution complete
SUBMIT SAPFP50M VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Screen Control for Master Data Maintenance
Text Symbol: VIE = View
Text Symbol: TXT = Infotype Text
Text Symbol: TXM = Maintain Text
Text Symbol: TXE = Text exists
Text Symbol: TXD = Display Text
Text Symbol: TXB = Other infotype
Text Symbol: TXA = Other Infotype/Employee
Text Symbol: TT2 = Change processing mode
Text Symbol: TT1 = Exit current screen
Text Symbol: TL4 = processing mode?
Text Symbol: TL3 = Do you still want to change
Text Symbol: TL2 = the current screen?
Text Symbol: TL1 = Do you still want to exit
Text Symbol: SPT = Record is locked
Text Symbol: REF = Ref
Text Symbol: MOD = Maintain
Text Symbol: ITX = Infotype
Text Symbol: EDQ = Lock/Unlock
Text Symbol: CRP = Check
Text Symbol: 011 = Unlock
Text Symbol: 010 = Overview
Text Symbol: 009 = Reference
Text Symbol: 008 = Delimit
Text Symbol: 007 = List
Text Symbol: 006 = Lock
Text Symbol: 005 = Copy
Text Symbol: 004 = Create
Text Symbol: 003 = Delete
Text Symbol: 002 = Change
Text Symbol: 001 = Display


INCLUDES used within this REPORT SAPFP50M

INCLUDE FP50MTOP.
INCLUDE RPUMKC00.
INCLUDE FP50ME11.


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