Fonction SAP BAPI_SRCSYSTEM_GETLIST - Creates a list of source systems

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
SYSTEMTYPE BAPI6101-SYSTEMTYPE C 1 X System type as a selection condition

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

Paramètre Reférence Long. Facultatif Description
SELSOURCESYSTEM BAPI6101SL 23 Selection criteria for source system names
SELTEXTLONG BAPI6100SL 123 Selection criteria for source system names
SOURCESYSTEMLIST BAPI6101L 51 List of source systems

Functions
With this method, a list of the source systems defined in the BusinessInformation Warehouse can be determined.
Using selection criteria (RANGES Tables via the technical name and thelongtext of the source system), the amount of the determined sourcesystems can be restricted.
The selection tables are coupled just as the individual entries of theselektion tables are coupled together with ODER. Empty selectiontables are not taken into account with this.

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 272 No source system was found for the entered selection
conditions

Description
With this parameter, the list of source systems can be restricted toparticular types 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
    Selection conditions for the technical name of the source system.
    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

    Description
    Selection conditions for the long text of the InfoSource.
    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 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

    Description
    This table contains a list of the selected source systems withtechnical names and long texts.

    Value range