Ansicht
Dokumentation

TS_ITEMS_FOR_FILTER_GET_LIST - Provides Cats Data for Filter Criteria

TS_ITEMS_FOR_FILTER_GET_LIST - Provides Cats Data for Filter Criteria

BAL Application Log Documentation   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.
SAP E-Book

Use

This function module reads the recorded working times (including the long texts) of one or more employees from the back-end system. You can use the function module to read recorded working times to an application for reporting purposes.

Features

  • For data selection, you can assign the function module all selection options available to you in the CATS_ESA_ALLOWED_SELECTION_FLD structure.
  • The filter criteria are transferred in a table that is structured in a similar way to the selection options (field name, sign, option, low, high). In particular, you can use the personnel number and customer fields from the CI_CATSDB structure as filter criteria.
The filter criteria are contained in the CATS_ESA_FILTER_CRITERIA structure. The following components are available in the structure:
  • FIELDNAME: Specifies the name of the field. You can import the fields as follows:

AND
OR
  • LOW: Specifies the lower filter value

  • HIGH: Specifies the upper filter value

  • SIGN: Specifies whether the filter value is also to be provided (I = Included, E = Excluded)

  • SEL_OPTION: Specifies which selection options are available

The following selection options are available. The ones listed below can only be restricted using the properties of the SIGN component.
SelOp   Meaning     Use of SIGN component
EQ   Equal to     Including, excluding
NE   Not equal to   Including
GT   Greater than   Including
LT   Less than     Including
GE   Greater than/equal to Including
LE   Less than/equal to   Including
BT   Between     Including, excluding

Note
For technical reasons, it is currently not possible to enter an interval for the POSID field.
  • The function module uses BAPI structures as interfaces. For more information about the BAPIs, see the documentation in the BAPI transaction.
  • The function module also returns a message table. It contains the error messages issued when the data was read.

Further Information

For more information, see the documentation of the CATS_ESA_SERVICES function group.





Parameters

IV_ENDDATE
IV_STARTDATE
T_EXTENSIONS_OUT
T_FILTER_CRITERIA_IN
T_LONGTEXTS_OUT
T_MESSAGES_OUT
T_TIMERECORDS_OUT

Exceptions

Function Group

CATS_ESA_SERVICES

General Material Data   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 5214 Date: 20240523 Time: 043208     sap01-206 ( 49 ms )