Fonction SAP CBIH_WA15_WA_FIND_BY_INFO - EHS: Determine Work Areas Using Integration Objects

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_VALDAT CCIHT_WAH-VALFR D 8 SY-DATUM X Key date

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
X_ADDITIONAL_PARAMS ESP12_EXTSEA_FUNC_TYPE 0 X Additional parameters

Paramètre Reférence Long. Facultatif Description
E_HITINFO_TAB RCGHITINFO 260 X Additional information on work areas found
E_WKA_TAB RCGSTDRECN 20 New set of work areas
I_ENVIRONMENT_TAB TCGENV 170 X Environment parameters
I_WKA_TAB RCGSTDRECN 20 Set of work areas already found

Exception Description
INTERNAL_ERROR Search error

Functionality
This function determines all work areas (record numbers) that fulfillthe given search criteria for theintegration objects table(CCIHT_WADO).
The required search criteria are specified using the correspondingfunction CBIH_WA15_WA_FIND_BY_INFO_PARA.
Only the work areas whose data is valid on the key date specified inI_VALDAT are taken into account if DATARANGE in theparameter X_ADDITIONAL_PARAMS is initial. If values arespecified there (both), a 'weak search' is carried out based on thedate interval.
The number of record numbers passed in I_WKA_TAB is used as theinitial set. If no initial set is specified, all work areas aresearched.
The resulting set is returned to the caller in E_WKA_TAB.
The following always applies here:
|E_WKA_TAB| <= |I_WKA_TAB| (for I_WKA_TAB > 0)

Notes
Neither the name nor the interface may be changed.

Further information
For more information, see the following function modules:

  • Search via Integration Objects ->
  • CBIH_WA30_WA_FIND_BY_INFOOBJCT
    • Command Function for the Extended Search via Integration Objects ->
    • CBIH_WA15_WA_FIND_BY_INFO_CMD
      • Parameter Function for Extended Search via Integration Objects ->
      • CBIH_WA15_WA_FIND_BY_INFO_PARA