SAP Reports / Programs

SAPMPTFMLA SAP ABAP Report - FMLA Workbench







SAPMPTFMLA is a standard Executable ABAP Report 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 SAPMPTFMLA 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

PTFMLA_PROF - FMLA Workbench


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 SAPMPTFMLA. "Basic submit
SUBMIT SAPMPTFMLA AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMPTFMLA 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: PROFILE = D .
Title: FMLA Workbench
Text Symbol: ROL = Rolling
Text Symbol: RQ1 = FMLA Requests
Text Symbol: TB1 = Display FMLA Request
Text Symbol: TB2 = Change FMLA Request
Text Symbol: TB3 = Assign Absences
Text Symbol: TB4 = Delete FMLA Request
Text Symbol: TB5 = Absences
Text Symbol: TB6 = Deduction
Text Symbol: TB7 = Display Deduction
Text Symbol: TB8 = Grant Eligibility
Text Symbol: TB9 = Eligibility
Text Symbol: TC1 = Process Absences
Text Symbol: TC2 = Absences
Text Symbol: TC4 = Display Absences
Text Symbol: TC5 = Select/Deselect all absences as FMLA Absences
Text Symbol: TC6 = Sel/Dsel
Text Symbol: TT1 = Comment Exists
Text Symbol: TT2 = Employee Eligible
Text Symbol: TT3 = Employee Not Eligible
Text Symbol: TT4 = Absences Assigned
Text Symbol: TXT = Comment
Text Symbol: RA1 = Applicable Rules
Text Symbol: AB1 = Process Absences
Text Symbol: AB2 = Data has been changed and not saved.
Text Symbol: AB3 = Save your data before you process absences.
Text Symbol: AB4 = Do you want to save and proceed to maintain absences?
Text Symbol: ABS = Absences
Text Symbol: ARU = Applicable Rules
Text Symbol: DE1 = Deduction by Absences
Text Symbol: DE2 = Deducted Rules
Text Symbol: DR1 = Delete FMLA Request
Text Symbol: DR2 = Do you really want to delete the FMLA request?
Text Symbol: DR3 = The FMLA request has already been approved.
Text Symbol: DR4 = The FMLA request has been rejected.
Text Symbol: EX1 = Save data before exiting the FMLA request
Text Symbol: EXI = Do you want to save the data before exiting the FMLA request?





Text Symbol: EXT = Exit processing of FMLA request
Text Symbol: MON = Months
Text Symbol: PR1 = The FMLA request has been checked
Text Symbol: PR2 = Changes to the rules will be overwritten.
Text Symbol: PR3 = Do you want to check again?
Text Symbol: PR4 = Check FMLA Request
Text Symbol: PR5 = The validity interval or the FMLA reason was changed.
Text Symbol: PR6 = This change requires the request to be checked again.
Text Symbol: PR7 = Do you want to change the validity interval or the FMLA reason?


INCLUDES used within this REPORT SAPMPTFMLA

INCLUDE MPTFMLA_LCL_OBJMAN.
INCLUDE MPTFMLATOP.
INCLUDE MPTFMLAINI.
INCLUDE MPTFMLAO10.
INCLUDE MPTFMLAI10.
INCLUDE MPTFMLAF01.
INCLUDE MPTFMLAF02.
INCLUDE MPTFMLAF03.


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