SAP Reports / Programs | Payroll | Mexico | Reporting(PY-MX-RP) SAP PY

HMXTVAC0_CE SAP ABAP Report - Settlement of Vacation Quotas







HMXTVAC0_CE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report allows you to generate a list of leave quotas to be paid and, following this, to pay these quotas for each employee by updating the Time quota compensations (0416) infotype data...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 HMXTVAC0_CE 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_M32_TVAC0_CE - Vacation quota settlement


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 HMXTVAC0_CE. "Basic submit
SUBMIT HMXTVAC0_CE AND RETURN. "Return to original report after report execution complete
SUBMIT HMXTVAC0_CE 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: TEST = Test
Selection Text: P_PCTJ = Percentage
Selection Text: PVACAC = Quota compensation type
Selection Text: CVVEN = Only quotas taken
Selection Text: CVPAR = Partialities
Selection Text: CVCOM = Full quotas
Selection Text: CVALL = All
Selection Text: CPCTJ = Percentage
Title: Settlement of Vacation Quotas
Text Symbol: PSE = Selection period:
Text Symbol: SE1 = You must select at least one
Text Symbol: SE2 = Leave quota
Text Symbol: SUB = Subtype
Text Symbol: T01 = Only expired
Text Symbol: T02 = All
Text Symbol: T04 = There is no information for parameters
Text Symbol: T05 = specified on screen
Text Symbol: T06 = Partialities
Text Symbol: T07 = Total quotas
Text Symbol: T08 = Percentage
Text Symbol: TB1 = Return
Text Symbol: TB2 = Close
Text Symbol: TB3 = Batch
Text Symbol: TIT = Information
Text Symbol: TLI = Deduction type:
Text Symbol: TOD = All
Text Symbol: TOT = Totals
Text Symbol: TX1 = Generate records
Text Symbol: TX2 = for quota deduction
Text Symbol: TX3 = in batch-online?
Text Symbol: VAC = Leave
Text Symbol: VAL = Validity
Text Symbol: VEN = Expired
Text Symbol: PAR = Partialities
Text Symbol: 001 = Leave quota
Text Symbol: 002 = Leave bonus quota
Text Symbol: 003 = Time quota compensation type
Text Symbol: 004 = Leave deduc. STy. IT0416





Text Symbol: 005 = Quotas
Text Symbol: 006 = Deduct quotas
Text Symbol: 007 = Settlement type
Text Symbol: 008 = Deduction date
Text Symbol: 009 = Processing type
Text Symbol: CLI = Deduction quota:
Text Symbol: CNO = Wage type
Text Symbol: CON = Quota
Text Symbol: CPL = Full
Text Symbol: DAT = General data
Text Symbol: DCO = Entitlement
Text Symbol: DIS = Taken
Text Symbol: DLI = days to
Text Symbol: DVA = Deduct
Text Symbol: E02 = Error on adding element to error list
Text Symbol: E08 = POP UP display error
Text Symbol: FEC = Start date
Text Symbol: FFI = End Date
Text Symbol: FIN = Start date
Text Symbol: FLI = Date of
Text Symbol: IN1 = /
Text Symbol: IN2 = th
Text Symbol: INF = Infotype
Text Symbol: LCO = Quota settlement:
Text Symbol: LIQ = Payroll run
Text Symbol: MLI = deduction method:
Text Symbol: NCO = Number of
Text Symbol: NEM = Employee name
Text Symbol: NPE = personnl


INCLUDES used within this REPORT HMXTVAC0_CE

INCLUDE: PULFDMX0, " DATOS ESPECIFICOS PARA LISTAS
PTVADMX0_CE, " DECLARACIONES DE DATOS "C5086580_CE


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:

HR_MX_SEL_MOLGA call function 'HR_MX_SEL_MOLGA' exporting persnr = pernr-pernr * MOLGA = 32 begda = pn-begda endda = pn-endda exceptions not_found = 4.



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