The Function Module CR_BREAK_SCHEDULE_EVAL (evaluate break schedule for a shift) is a standard Function Module in SAP ERP and is part of the function group CRK1 within the package CR.
Function Module | CR_BREAK_SCHEDULE_EVAL |
Short Text | evaluate break schedule for a shift |
Function Group | CRK1 |
Package | CR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BYPASS_BUFFER | TYPE | C | read from DB when X | |
IN_TC37A | LIKE | TC37A | shift including break schedule model | |
IV_STARTTIME | TYPE | FLAG | allgemeines flag | |
IV_WORKSTART | TYPE | KAPBEGZT | Uhrzeit Beginn in Sekunden (intern) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BREAK_SEK | LIKE | TC37P-PADAUER | break time in seconds | |
BREAK_TIME | LIKE | RC68K-EINZH | break time in hours | |
WORK_SEK | LIKE | TC37A-EINZT | work time in seconds | |
WORK_TIME | LIKE | RC68K-EINZH | working time in hours |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IN_TC37P | LIKE | TC37P | data from old HR view maintained | |
OUT_TC37P | LIKE | TC37P | table with break model |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
BREAK_GT_WORK | break time is greater than work time |