SAP Reports / Programs

RPLMOMN0 SAP ABAP Report - MoMi Task Monitoring







RPLMOMN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to create a list of 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 RPLMOMN0 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

PC00_M05_LMOM - MoMi Task Monitoring


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


Text pool values


Selection Text: %ABC = ABC analysis
Selection Text: %ALV = SAP List Viewer
Selection Text: %ALVL = Layout variant
Selection Text: %DOWN = File store
Selection Text: %EIS = Executive Info System (EIS)
Selection Text: %EXCEL = Spreadsheet
Selection Text: %GRAPH = Graphic
Selection Text: %LISTID = ID
Selection Text: %NOFUNC = ABAP List
Selection Text: %PATH = File name
Selection Text: %PRIV = Private file
Selection Text: %SAVE = Save with ID
Selection Text: %TEXT = Word processing
Selection Text: %TVIEW = Display as table
Selection Text: %XINT = Additional functions
Selection Text: %XINTK = Function
Selection Text: SP$00001 = Administrator for Person
Selection Text: SP$00002 = Task Type
Selection Text: SP$00003 = Task
Selection Text: SP$00004 = Processing Indicator
Selection Text: SP$00005 = Reminder Date
Selection Text: S_BVMRK = D .
Selection Text: S_MNDAT = D .
Selection Text: S_SACHP = Administrator for Person
Selection Text: S_TERMN = D .
Selection Text: S_TMART = D .
Title: MoMi Task Monitoring
Text Symbol: G01 = Task <__________>
Text Symbol: GRL = Task Monitoring
Text Symbol: H00 = Key Fields
Text Symbol: H01 = Actions
Text Symbol: H02 = Organizational Assignment
Text Symbol: H03 = Personal Data
Text Symbol: H04 = Challenge
Text Symbol: H05 = Leave Entitlement
Text Symbol: H06 = Addresses
Text Symbol: H07 = Planned Working Time
Text Symbol: H08 = Basic Pay





Text Symbol: H09 = Bank Details
Text Symbol: H10 = Contract Elements
Text Symbol: H11 = Travel Privileges
Text Symbol: H12 = Family/Related Person
Text Symbol: H13 = Internal Medical Service
Text Symbol: H14 = Internal Control
Text Symbol: H15 = Time Recording Info.
Text Symbol: H16 = Matern.Prot./Parent.Leave
Text Symbol: H17 = Milit./Non-Milit.Service
Text Symbol: H18 = Payroll Status
Text Symbol: H19 = Capital formation
Text Symbol: H20 = Ext. bank transfers
Text Symbol: H21 = Education and training
Text Symbol: H22 = Powers of attorney
Text Symbol: H23 = Date specifications
Text Symbol: H24 = Infotype 0148
Text Symbol: H25 = Additional actions
Text Symbol: H26 = Monitoring of Tasks
Text Symbol: F75 = Layout variant
Text Symbol: F04 = Total number
Text Symbol: F03 = Number of
Text Symbol: F02 = Overall total
Text Symbol: F01 = Total
Text Symbol: B11 = Remarks (Row 3)
Text Symbol: B10 = Remarks (Row 2)
Text Symbol: B09 = Remarks (Row 1)
Text Symbol: B08 = Last name
Text Symbol: B07 = First name
Text Symbol: B06 = Personnel No.
Text Symbol: B05 = Task Type
Text Symbol: B04 = TT
Text Symbol: B03 = Processing indicator
Text Symbol: B02 = PI
Text Symbol: B01 = Reminder
Text Symbol: B00 = Task
Text Symbol: A11 = Excerpt 3 from Infotype Text Module
Text Symbol: A10 = Excerpt 2 from Infotype Text Module
Text Symbol: A09 = Excerpt 1 from Infotype Text Module
Text Symbol: A08 = Last name





Text Symbol: A07 = First name
Text Symbol: A06 = Personnel number
Text Symbol: A05 = Text:Task Type
Text Symbol: A04 = Task Type
Text Symbol: A03 = Text:Processing indicator
Text Symbol: A02 = Processing indicator
Text Symbol: A01 = Reminder Date
Text Symbol: A00 = Task
Text Symbol: F74 = Function
Text Symbol: F73 = Additional functions
Text Symbol: F72 = SAP List Viewer
Text Symbol: F71 = File name
Text Symbol: F70 = ABC analysis
Text Symbol: F69 = Word processing
Text Symbol: F68 = Display as table
Text Symbol: F67 = ID
Text Symbol: F66 = ABAP List
Text Symbol: F65 = Private file
Text Symbol: F64 = File store
Text Symbol: F63 = Executive Info System (EIS)
Text Symbol: F62 = Save with ID
Text Symbol: F61 = Graphic
Text Symbol: F60 = Spreadsheet
Text Symbol: F59 = Output format
Text Symbol: F58 = Program selections
Text Symbol: F57 = Options
Text Symbol: F43 = Number of ranked list places
Text Symbol: F42 = Ref. currency (optional)
Text Symbol: F41 = ExRateType
Text Symbol: F40 = Currency translation date
Text Symbol: F18 = Sequence
Text Symbol: F17 = Mean value
Text Symbol: F16 = Share in %
Text Symbol: F15 = Total number
Text Symbol: F13 = (Continue)
Text Symbol: F05 = File name


INCLUDES used within this REPORT RPLMOMN0

No INCLUDES are used within this REPORT code!


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:




LVC_VARIANT_EXISTENCE_CHECK CALL FUNCTION 'LVC_VARIANT_EXISTENCE_CHECK' EXPORTING i_save = 'A' CHANGING cs_variant = gwa_disvariant EXCEPTIONS OTHERS = 1.

LVC_VARIANT_SAVE_LOAD CALL FUNCTION 'LVC_VARIANT_SAVE_LOAD' EXPORTING i_save_load = 'F' i_tabname = '1' IMPORTING e_exit = gva_exit CHANGING cs_variant = gwa_disvariant EXCEPTIONS OTHERS = 1.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = sy-repid TABLES selection_table = git_selection_table EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.



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