Entering content frameFunction documentation Specifying Conditions in the Time Management Form Locate the document in its SAP Library structure

Use

To display the number of a time wage type or time balance, you must specify which time wage type or balance you want to display. To do this, you use the conditions function:

Features

Features are dependent on the form class you choose:

For forms of form class TEDT, you use the condition to specify the time balance or time wage type that you want to display.

Example

You want to display the time balance Productive hours (0050) in the single results for each day.

Entry

   

Condition

   

Table

ZES

ZTART

EQ

0050

Table field

ANZHL

     

...

       

For forms of form class TELU, you also use the condition to specify the time balance or time wage type that you want to display. For this form class, you can also set an additional condition for the value to be displayed:

Example

You want to run an evaluation at the end of the period. You want to display all employees who have a flextime deficit.

Entry

     

Condition

   

Table

SALDO

 

ZTART

EQ

0006

Table field

ANZHL

and

ANZHL

LT

0.00

...

         

Only employees whose flextime balance is less than 0 at the end of the period are displayed.

In groups FE, V*, C*, and AV, the specified conditions always apply to the entire line. You do not have to display the field carrying the condition on the time statement. To hide the field, enter an output length of 0. In the editor, the field is marked by a "^".

Leaving content frame