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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M32_CRUT0 - Profit sharing
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: 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.
INCLUDE: PCRUDMX0,
RPCCCD09, "CLUSTER DIRECTORY CONSTANTS
PCRULMX0.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.