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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M32_TVAC0_CE - Vacation quota settlement
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.
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
INCLUDE: PULFDMX0, " DATOS ESPECIFICOS PARA LISTAS
PTVADMX0_CE, " DECLARACIONES DE DATOS "C5086580_CE
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HMXTVAC0_CE - Settlement of Vacation Quotas HMXTVAC0_CE - Settlement of Vacation Quotas HMXTVAC0 - Settlement of Vacation Quotas HMXTVAC0 - Settlement of Vacation Quotas HMXTRTR0_CE - Annual percentage calculation of industrial risk contribution HMXTRTR0_CE - Annual percentage calculation of industrial risk contribution