SAP Reports / Programs

HMXCVAL0 SAP ABAP Report - File format for food vouchers







HMXCVAL0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report explains one of the alternatives that exist for food voucher requests via data storage devices...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 HMXCVAL0 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_CVAL0 - Food vouchers magnetic format
PC00_M32_FVAL0 - Food voucher format


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 HMXCVAL0. "Basic submit
SUBMIT HMXCVAL0 AND RETURN. "Return to original report after report execution complete
SUBMIT HMXCVAL0 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: TMSE_OBJ = TemSe object name
Selection Text: PA_RFC = RFC
Selection Text: PA_NUCTE = Customer no.
Title: File format for food vouchers
Text Symbol: NTR = Cont.Emp.
Text Symbol: NU1 = Device no. :
Text Symbol: O26 = Form 26 Annual income
Text Symbol: P04 = There is no information for
Text Symbol: P05 = parameter specified on screen
Text Symbol: PAT = Company data
Text Symbol: PBE = Benefit plan
Text Symbol: PO1 = Zip.
Text Symbol: PRE = Preliminary
Text Symbol: RF1 = RFC :
Text Symbol: RTE = Type of report
Text Symbol: T06 = RFC:
Text Symbol: T07 = Continue
Text Symbol: T08 = There must be only one RFC
Text Symbol: T09 = for generating the magnetic file
Text Symbol: T10 = RFC for generating the magnetic file
Text Symbol: T11 = Close
Text Symbol: T12 = Error
Text Symbol: T22 = Total:
Text Symbol: T24 = Employees
Text Symbol: TB1 = Return
Text Symbol: TB2 = Close
Text Symbol: TC1 = Total wage credit
Text Symbol: TD1 = Total amounts by device
Text Symbol: TI1 = Total amounts by form
Text Symbol: TIT = Information
Text Symbol: TO1 = Total records by form
Text Symbol: TPL = Plan type
Text Symbol: TR1 = Total records
Text Symbol: TX8 = No Work incapacities in the
Text Symbol: TX9 = specified period
Text Symbol: TXA = There are no absences in the
Text Symbol: TXB = Information
Text Symbol: 004 = Benefit data





Text Symbol: ABE = Area
Text Symbol: ANI = Yr
Text Symbol: ARE = Area
Text Symbol: B01 = No.
Text Symbol: B02 = Employee
Text Symbol: CCN = Alternative wage type
Text Symbol: CO1 = Cost of the operation
Text Symbol: CON = Check figures
Text Symbol: CP1 = Form 27 Amount paid
Text Symbol: DO1 = Address :
Text Symbol: DPT = Dept
Text Symbol: E02 = Error on adding element to error list
Text Symbol: E08 = POP UP display error
Text Symbol: EF1 = Federating entity
Text Symbol: F26 = Form 26
Text Symbol: F27 = Form 27
Text Symbol: F28 = Form 28
Text Symbol: FE1 = Fed. ent.
Text Symbol: FP1 = Process date:
Text Symbol: H03 = CURP
Text Symbol: H04 = RFC
Text Symbol: H05 = IMSS rec.
Text Symbol: H06 = Annual income
Text Symbol: H07 = Total wage credit
Text Symbol: IM1 = Tax paid for
Text Symbol: IM2 = Income not considered
Text Symbol: IMV = Voucher Amnt
Text Symbol: IN1 = Income not considered
Text Symbol: IN2 = in the remainder distributed
Text Symbol: IP1 = Paid tax
Text Symbol: IR1 = Tax deducted
Text Symbol: MAG = Magnetic format
Text Symbol: MI1 = Form 28 Amount of the income
Text Symbol: NDC = Customer no.
Text Symbol: NEM = Employee name
Text Symbol: NO1 = Name :


INCLUDES used within this REPORT HMXCVAL0

INCLUDE: PULFDMX0, "DATOS GENERALES PARA LISTAS
PCVADMX0, "DECLARACIÓN DE DATOS Y ESTRUCTURAS
PCCLSMX0, "INCLUDES FOR CLUSTER MANIPULATION






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