Fonction SAP BAPI_IOBJ_GETLIST - Creates a List of InfoObjects

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
TYPE BAPI6108-TYPE C 3 '%' X InfoObject Type ('%': All Types)
VERSION BAPI6108-VERSION 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
INFOOBJECTLIST BAPI6108L 118 List of InfoObjects
SELINFOOBJECT BAPI6108SL 63 X Selection Criteria for InfoObjects
SELTEXTLONG BAPI6100SL 123 X Selection Criteria for Texts

Functionality
Using this method, you can determine a list of the InfoObjects(characteristics, key figures ...) defined in the Business InformationWarehouse.
Using selection conditions (RANGES tables via the technical names andthe longtext for the InfoObject), the quantity of determinedInfoObjects can be restricted. Furthermore, this quantity can berestricted by the type and the version of the InfoObject.

Example

Notes
The selection tables, just like the individual entries of the selectiontables, are coupled together with 'OR'. With this, empty selectiontables are not taken into account.

Description
Return parameter for the method. The return parameter gives informationabout the success or failure of the callup.

Value range
The most important error messages are:
Class Type Code Text
RSM E 831 You do not have any authorization to displayInfoObjects
HV E 026 Ranges: Value & in field SIGN is invalid. Permitted
values are I, E.
HV E 027 Ranges: Value & in field OPTION is invalid.
(EQ,NE,GT,GE,LE,LT,BT,NB,CP,NP)
RSAR E 315 No InfoObject was found for the entered selection
conditions

Description
Type of InfoObject. Only InfoObjects of this type are read.

Value range
'CHA': Characteristics
'KYF': Key figures
'UNI': Units
'TIM': Time characteristics
'DPA': Technical characteristics
'%': All characteristics

Description
Version with which the InfoObject is read. Only InfoObjects of thisversion are read.

Value range

  • 'A': active

  • 'M': modified

  • 'D': delivered by SAP as content

  • '%': all versions
  • Description
    This table contains a list of selected InfoObjects with technicalnames, texts, and status information.

    Description
    Selection conditions for the technical name of the InfoObject.
    SIGN : 'I': The entered value should be selected
    'E': The entered value should not be selected
    'I' Is supported with all OIW data sources
    OPTION : 'EQ' Equal: Single value
    'NE' Not Equal: Everything apart from the ent. singlevalue
    'BT' Between: Everything between the inteval [LOW,HIGH]
    'NB' Not Between: Everything outside the interval
    'LE' Less or EQUAL: Everything <= the val. in the LOWfield
    'GT' Greater Than: Everything > the value in the LOW field
    'GE' Greater or Equal: Everything >= the value in LOW
    field
    'LT' Less Than: Everything < the value in the LOW field
    'CP' Contains Pattern: Masked entry: Search for pattern
    (e.g. 'ABC*' for all values, that start with 'ABC')
    LOW : Selection value
    HIGH : Selection value for upper interval limit

    Value range

    Default

    Description

    Description
    Selection conditions for the longtext of the InfoObject.
    SIGN : 'I': The entered value should be selected
    'E': The entered value should not be selected
    'I' Is supported with all OIW data sources
    OPTION : 'EQ' Equal: Single value
    'NE' Not Equal: Everything apart from the ent. singlevalue
    'BT' Between: Everything between the inteval [LOW,HIGH]
    'NB' Not Between: Everything outside the interval
    'LE' Less or EQUAL: Everything <= the val. in the LOWfield
    'GT' Greater Than: Everything > the value in the LOW field
    'GE' Greater or Equal: Everything >= the value in LOWfield
    'LT' Less Than: Everything < the value in the LOW field
    'CP' Contains Pattern: Masked entry: Search for pattern
    (e.g. 'ABC*' for all values, that start with 'ABC')
    LOW : Selection value
    HIGH : Selection value for upper interval limit

    Value range

948372Enahnacement in BAPI_IOBJ_GETLIST to handle the selections