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

HMXCLSTR SAP ABAP Report - Payroll accounting results (Cluster MX)







HMXCLSTR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report enables you to display the content of cluster MX...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 HMXCLSTR into the relevant SAP transactions such as SE38 or SE80


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 HMXCLSTR. "Basic submit
SUBMIT HMXCLSTR AND RETURN. "Return to original report after report execution complete
SUBMIT HMXCLSTR 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: LISTE = Payroll record list
Selection Text: STAND = Indicator for net change plan.
Selection Text: TAB_AUSW = Individual table selection
Title: Payroll accounting results (Cluster MX)
Text Symbol: $17 = ***************************************************************************
Text Symbol: $16 = * *
Text Symbol: $15 = * in the text pool of the selected report *
Text Symbol: $14 = * Then initialize report RPUTXT00 to maintain the new text elements
Text Symbol: $13 = * Text elements must not be maintained here but in table 52CT *
Text Symbol: $12 = * *
Text Symbol: $11 = ***************************************************************************
Text Symbol: $10 = * Caution! Caution! Caution! Caution! Caution! Caution! Caution! *
Text Symbol: $09 = ***************************************************************************
Text Symbol: $08 = * *
Text Symbol: $07 = * in the text pool of the selected report. *
Text Symbol: $06 = * Then initialize report RPUTXT00 to maintain the new text elements*
Text Symbol: $05 = * Text elements must not be maintained here but in table 52CT *
Text Symbol: $04 = * *
Text Symbol: $03 = ***************************************************************************
Text Symbol: $02 = * Caution! Caution! Caution! Caution! Caution! Caution! Caution! *
Text Symbol: $01 = ***************************************************************************
Text Symbol: $00 = Last update: 04/22/1999 16:31:37
Text Symbol: 004 = RP_PRINT_MX_SI_HEAD
Text Symbol: 005 = RP_PRINT_MX_TAX_HEAD
Text Symbol: 006 = RP_PRINT_MX_TAX_IT_HEAD
Text Symbol: 003 = RP_PRINT_MX_MXCRT_HEAD
Text Symbol: E01 = Version imported from cluster
Text Symbol: E00 = Pers. no.
Text Symbol: DF0 = DFT Diffs. (Net/gross runs divided)
Text Symbol: DD0 = DDNTK Deductions not activated
Text Symbol: CTX = MXTAX Tax
Text Symbol: CSI = MXSI Soc.Insurance
Text Symbol: CR0 = CRT Cumulated results table
Text Symbol: CIT = MXTAX_IT Tax infotype
Text Symbol: CIM = MXCRT RFC results
Text Symbol: C10 = C1 Cost distrib. from several infotypes
Text Symbol: C00 = C0 Cost distrib.
Text Symbol: BT0 = BT Bank transfers





Text Symbol: BEN = BENTAB Benefits
Text Symbol: AR0 = ARRRS Arrrs
Text Symbol: AL0 = ALP Alternative pay
Text Symbol: AC0 = ABC Cumulation of absence types
Text Symbol: 007 = RP_PRINT_MX_GRREC_HEAD
Text Symbol: HEH = to
Text Symbol: HEG = Period for For-periods
Text Symbol: HEF = Indic.: Unfilled tables are not formatted
Text Symbol: HEE = No. of lines
Text Symbol: HED = Name
Text Symbol: HEC = Table
Text Symbol: HEB = PerNo SeqNo ST ForPer InPer Ak StartForPer EndForPer PM EndIn
Text Symbol: HEA = Pers.no SeqNo Name ForPer InPer AS
Text Symbol: GRR = GRREC Maintenance Payment Record
Text Symbol: GRO = GRORD Maintenance Payment Order
Text Symbol: GRD = GRDBT Maintenance Payment Debt
Text Symbol: GR0 = GRT Gross part formatting table
Text Symbol: FU0 = FUND Financing
Text Symbol: E10 = Key for MX cluster:
Text Symbol: E09 = Call HOTLINE in order to resolve this problem
Text Symbol: E08 = There are no payroll results for data in cluster directory
Text Symbol: E07 = Inconsistencies between cluster directory and directory for payroll results
Text Symbol: E04 = Current version of cluster:
Text Symbol: E03 = Imported version:
Text Symbol: E02 = not current
Text Symbol: HEP = Fld string
Text Symbol: WP0 = WPBP Work center/Basic pay
Text Symbol: VE0 = VERSC Payroll status information
Text Symbol: VC0 = VCP Leave in period
Text Symbol: V00 = V0 Variable assign.
Text Symbol: TTX = MXTAX Tax
Text Symbol: TSI = MXSI Soc.Insurance
Text Symbol: ST0 = STATUS Status indicator
Text Symbol: RTS = RT Results table (compressed display)
Text Symbol: RT0 = RT Results table
Text Symbol: RSI = MXCRT RFC results
Text Symbol: PL0 = PCALAC Status information for next program
Text Symbol: PC0 = PCL2 Update information PCL2
Text Symbol: OR0 = OMX version Data creation





Text Symbol: LS0 = LS Next time tick.
Text Symbol: LNC = LNCT Mexico PS Loan
Text Symbol: ITX = MXTAX_IT Tax Data
Text Symbol: 002 = RP_PRINT_MX_GRDBT_HEAD
Text Symbol: 001 = RP_PRINT_MX_GRORD_HEAD


INCLUDES used within this REPORT HMXCLSTR

INCLUDE RPPPXD10. "COMMON PART BUFFER PCL1/PCL2
INCLUDE RPC2R1X3. "XULP30K079865


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