Fonction SAP BAPI_ODSO_GETLIST - Create List of DataStores

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
OBJVERS BAPI6116-OBJVERS C 1 RS_C_OBJVERS-ACTIVE X Object Version ('%': All Versions)

Paramètre Reférence Type Long. Description
RETURN BAPIRET2 u 548 BAPI return parameter

Paramètre Reférence Long. Facultatif Description
ODSOBJECTLIST BAPI6116L 126 List of DataStore Objeccts
SELODSOBJECT BAPI6116SL 63 X Selection Criteria for DataStore Objects
SELTEXTLONG BAPI6100SL 123 X Selection Criteria for Texts

Functionality
You can use this method to determine a list of ODS objects that aredefined in the Business Information Warehouse.
You can use selection criteria (RANGES tables with the technical namesand descriptions of the ODS object) to limit the amount of ODS objectsdetermined.

Example

Notes
Like the individual selection table entries, the selection tables arelinked with 'ODER'. Empty selection tables are not taken intoconsideration.

Description
Return parameter for the method. The return parameter containsinformation on the success or failure of the call.

Value range
The most important error messages are:

  • Invalid object version

  • Insufficient authorization (for individual DataStore objects)
  • Description
    Version of DataStore object to be selected. Only DataStore objects ofthis version are read.

    Value range

    • 'A': Active

    • 'M': Modified

    • 'D': Delivered by SAP as Content
    • Description
      List of DataStore objects

      Value range
      This table contains a list of the selected DataStore objects withtechnical names, texts, and status information.

      Description
      Selection criteria for the technical name of a DataStore object.
      SIGN : 'I': The specified values should be selected.
      'E': The specified values should not be selected.
      'I' is supported with all OIW data sources.
      OPTION : 'EQ' Equal: Single value.
      'NE' Not Equal: Everything apart from the specified single value.
      'BT' Between: Everything in the interval [LOW,HIGH].
      'NB' Not Between: Everything not in the interval.
      'LE' Less or EQUAL: Everything less or equal to the value in LOW field.
      'GT' Greater Than: Everything greater than the value in LOW
      field.
      'GE' Greater or Equal: Everything greater than or equal to the value in
      LOW field.
      'LT' Less Than: Everything less than the value in LOW field.
      'CP' Contains Pattern: Masked entry: Looking for test.
      (e.g. 'ABC*' for all values that begin with 'ABC').
      LOW : selection value.
      HIGH : Selection value for upper interval limit.

      Description

      Description
      Selection criteria for the long text of the DataStore object.
      SIGN : 'I': Select the specified values
      'E': Do not select the specified values
      OPTION : 'EQ' Equal: Single value
      'NE' Not Equal: Everything except the specified value
      'BT' Between: Everything in the interval [LOW,HIGH]
      'NB' Not Between: Everything not in the interval
      'LE' Less or EQUAL: Everything <= the value in the LOWfield
      'GT' Greater Than: Everything > the value in the LOW field
      'GE' Greater or Equal: Everything >= the value in the LOWfield
      'LT' Less Than: Everything < the value in the LOW field
      'CP' Contains Pattern: Masked entry. Search pattern.
      (for example, 'ABC*' for all values that start with 'ABC')
      LOW : Selection value
      HIGH : Selection value for the upper limit of an interval

      Value range