Fonction SAP BAPI_ISOURCE_HI_T_GETLIST - Creates a list of hierarchies

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
INFOSOURCE BAPI6105-INFOSOURCE C 30 Selection Condition for InfoSources
REFERENCEDATE BAPI6105-DATETO D 8 Date Valid From
SOURCESYSTEM BAPI6101-SOURCESYSTEM C 10 Selection Condition for Source Systems
SYSTEMTYPE BAPI6101-SYSTEMTYPE C 1 Type of Source System
VERSION BAPI6105-VERSION C 3 Version

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

Paramètre Reférence Long. Facultatif Description
HIERARCHYLIST BAPI6105L 234 Table of Found InfoSources
SELHIERARCHY BAPI6105SL 63 Selection Criteria for Hierarchy Names
SELTEXTLONG BAPI6100SL 123 Selection Criteria for Hierarchy Description

Functionality
With this method, a list of the hierarchies defined in the BusinessInformation Warehouse can be determined.
Using selection criteria (s. parameter), the amount of determinedhierarchies can be limited.

Further information
Staging BAPI specification

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 for the Object of theAdministrator Workbench
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 313 No hierarchy was found for the entered selection
conditions

Default

Description
With this parameter, the list of the hierarchies can be restricted tohierarchies of the entered InfoSource for master data.

Value range

Default

Description
With this parameter, the list of the hierarchies can be restricted to aparticular key date for valid hierarchies.

Value range

Default

Description
With this parameter, the list of hierarchies can be restricted tohierarchies from the entered source system.

Value range

Default

Description
With this parameter, the list of hierarchies can be restricted to thehierarchies of a particular type of source systems.

Value range

  • SPACE = No restriction

  • 3 = SAP R/3 from version 3.0D upwards

  • B = External system, data and meta data transfer using staging BAPI

  • F = External system, meta data manually, data using file interface
  • Default

    Description
    With this parameter, the list of hierarchies can be restricted toparticular hierarchy versions.

    Value range

    Default

    Description
    In this parameter, the list of the selection conditions is transferredto the corresponding hierarchies.

    Value range

    Default

    Description
    Selection conditions for the technical name of the hierarchy.
    SIGN : 'I': The entered value should be selected
    'E': The entered value should not be selected
    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 val. 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
    Selection conditions for the long text of the hierarchy.
    SIGN : 'I': The entered value should be selected
    'E': The entered value should not be selected
    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 val. 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

1436851Correction:BAPI_ISOURCE_HI_T_GETLIST only for old DataSource