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
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: 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
INCLUDE FP50MTOP.
INCLUDE RPUMKC00.
INCLUDE FP50ME11.
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.