Fonction SAP BAPI_ISET_GETLIST - Gets InfoSet List

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
OBJVERS BAPI6120-OBJVERS C 1 RS_C_OBJVERS-ACTIVE X Object Version

Paramètre Reférence Type Long. Description
RETURN BAPIRET2 u 548 Return Parameter

Paramètre Reférence Long. Facultatif Description
INFOSETLIST BAPI6120L 125 InfoSets: Lists
SELINFOSET BAPI6120SEL 63 X InfoSets: Selection Criteria

Functionality
With this method a list of the InfoSets defined in Business InformationWarehouse can be determined.
Using selection criteria (RANGES tables using the technical name andthe description of the InfoSet), you can restrict the quantity ofInfoSets determined.

Notes
The selection tables are connected vertically, similarly to how theindividual selection table entries are connected, with 'OR'. In doingso, empty selection tables are not included.

Description
Return parameter for methods. The return parameter gives informationabout the succes or failure of the call.

Value range
The most important error messages refer to

  • invalid object versions

  • missing authorizations (for individual InfoSets)
  • Description
    Version of InfoSet to be selected. Only InfoSets from this version areread.

    Value range

    • 'A': Active version

    • 'M': Modified version

    • 'D': Delivered version from SAP as Content
    • Description
      List of InfoSets

      Value range
      This table contains a list of selected InfoSets with technical names,texts, and status information, as well as the InfoArea.

      Description
      Selection criteria for the InfoSet technical name. The structure issimilar to that of a range table.
      SIGN :
      'I':,,Specified values are selected
      'E':,,Specified values are not selected
      OPTION :
      'EQ' ,,Equal: Single value
      'NE' ,,Not Equal: Everything except the specified single value
      'BT' ,,Between: Everything between intervals [LOW,HIGH]
      'NB' ,,Not Between: Everything outside of the interval
      'LE' ,,Less or EQUAL: Everything <= the value in the field LOW
      'GT' ,,Greater Than: Everything > the value in the field LOW
      'GE' ,,Greater or Equal: Everything >= the value in the field LOW
      'LT' ,,Less Than: Everything < the value in the field LOW
      'CP' ,,Contains Pattern: Masked entry: Find model (for example, 'ABC*'for all values that begin with 'ABC')
      LOW : Selection value
      HIGH : Selection value for upper interval limit