SAP Reports / Programs

HMXCRUT0 SAP ABAP Report - Profit share calculation







HMXCRUT0 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 the company's profit sharing to be calculated...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 HMXCRUT0 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_CRUT0 - Profit sharing


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 HMXCRUT0. "Basic submit
SUBMIT HMXCRUT0 AND RETURN. "Return to original report after report execution complete
SUBMIT HMXCRUT0 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: UTILIDAD = Profit to share
Selection Text: SAL_MAX = Maximum daily wage
Selection Text: RFC_SEP = Calculation by RFC
Selection Text: RFC = RFC
Selection Text: PRUEBA = Test
Selection Text: MAP_NAME = Name batch input session
Selection Text: FPAGO = Payment date
Selection Text: ANIO = Year
Selection Text: ADDTEMP = Add temp. empl. basis
Title: Profit share calculation
Text Symbol: S08 = Free identifier
Text Symbol: S09 = Unique identifier
Text Symbol: S10 = Fixed identifier
Text Symbol: S11 = Payroll identifier
Text Symbol: SAL = Maximum wage
Text Symbol: TIP = Payment type
Text Symbol: U00 = Profit sharing
Text Symbol: U01 = Profit to share
Text Symbol: U02 = Days basis
Text Symbol: U03 = Maximum daily wage :
Text Symbol: U04 = Profit sharing: Employees with direct batch input error
Text Symbol: U05 = Basic salaries
Text Symbol: U06 = PS factor days
Text Symbol: U07 = PS factor salaries
Text Symbol: U08 = Error list
Text Symbol: U10 = Year
Text Symbol: U11 = Payment date
Text Symbol: UTI = Profit sh.
Text Symbol: ADD = Additional settings
Text Symbol: DAT = SPT
Text Symbol: E01 = Error text
Text Symbol: E02 = Printing of error list not possible
Text Symbol: E08 = POP UP display error
Text Symbol: H01 = Wage types for infotype 0015
Text Symbol: H02 = Wage types for infotype 0267
Text Symbol: IN1 = in infotype ind. payts
Text Symbol: IN2 = in extra payments infotype
Text Symbol: NOD = There is no relevant info.





Text Symbol: P01 = Select employee date
Text Symbol: P02 = Expand list
Text Symbol: P03 = Gen. batch input
Text Symbol: PAT = Company RFC
Text Symbol: PID = Payroll identifier
Text Symbol: PRO = Processing type
Text Symbol: PU0 = Return to selection screen
Text Symbol: PU1 = Do you really want to
Text Symbol: PU2 = return to the selection screen?
Text Symbol: PU4 = Yes
Text Symbol: PU5 = No
Text Symbol: S01 = Regular basis
Text Symbol: S02 = Alt. annual basis
Text Symbol: S03 = 1-off
Text Symbol: S04 = Extra
Text Symbol: S05 = Wage type
Text Symbol: S06 = Direct batch input
Text Symbol: S07 = Ord. batch input


INCLUDES used within this REPORT HMXCRUT0

INCLUDE: PCRUDMX0,
RPCCCD09, "CLUSTER DIRECTORY CONSTANTS
PCRULMX0.


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