SAP ABAP Interface IF_ISM_SD_OBJECT_SET (Hitlist for selection)
Hierarchy
IS-M (Software Component) SAP MEDIA
   IS-M (Application Component) SAP Media
     JSDI (Package) IS-M/SD SD Integration
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ISM_SD_OBJECT_SET Hitlist for selection 20011218
Properties
Interface IF_ISM_SD_OBJECT_SET  
Short Description Hitlist for selection    
General Data
Package JSDI   IS-M/SD SD Integration 
Created 20011214   SAP 
Last changed 20050224   SAP 
Unicode checks active    
Forward declarations
Interface IF_ISM_SD_OBJECT_SET has no forward declaration.
Interfaces
Interface IF_ISM_SD_OBJECT_SET has no interface.
Friends
Interface IF_ISM_SD_OBJECT_SET has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_KIND_PARAMETER Constant Public Type reference (TYPE) RSSCR_KIND 'P' ABAP: Type of selection 20011228
2 CON_KIND_RANGE_TAB Constant Public Type reference (TYPE) RSSCR_KIND 'S' ABAP: Type of selection 20011228
3 CON_OPTION_EQUAL Constant Public Type reference (TYPE) TVARV_OPTI 'EQ' ABAP: Selection option (EQ/BT/CP/...) 20011228
4 CON_SIGN_INCLUDE Constant Public Type reference (TYPE) TVARV_SIGN 'I' ABAP: ID: I/E (include/exclude values) 20011228
Methods
# Method Level Visibility Method type Description Created on
1 ADD_RANGE_LINE Instance method Public Method Extend Range Table 20011214
2 CLEAR Instance method Public Method Clear All Range Tables and Parameters 20011228
3 CLEAR_PARAMETER Instance method Public Method Clear Parameters 20011228
4 CLEAR_RANGE_TAB Instance method Public Method Clear Individual or All Range Tables 20011214
5 CONVERT_FROM_PARAMS Instance method Public Method Convert Parameter Table to Range Tables 20011214
6 CONVERT_RANGE_TAB Instance method Public Method Convert Value Table to Range Table 20011228
7 CONVERT_TO_PARAMS Instance method Public Method Convert Range Tables to Parameter Table 20011228
8 SELECT Instance method Public Method Select objects 20011214
9 SELECT_FROM_PARAMS Instance method Public Method Select Objects (Parameter Table) 20011214
10 SET_PARAMETER Instance method Public Method Set Parameters 20011228
11 SET_RANGE_TAB Instance method Public Method Set Range Table 20011214
Events
Interface IF_ISM_SD_OBJECT_SET has no event.
Types
Interface IF_ISM_SD_OBJECT_SET has no local type.
Method Signatures

Method ADD_RANGE_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HIGH Call by reference Type reference (TYPE) ANY Oberer Selektionswert 20011214
2 Importing I_LOW Call by reference Type reference (TYPE) ANY Unterer Selektionswert 20011214
3 Importing I_OPTION Call by reference Type reference (TYPE) OPTI CON_OPTION_EQUAL Option für Rangeaufbau 20011214
4 Importing I_RANGE_TAB Call by reference Type reference (TYPE) RSSCR_NAME ABAP/IV: Name der SELECT-OPTION / des PARAMETERS 20011214
5 Importing I_SIGN Call by reference Type reference (TYPE) SIGN CON_SIGN_INCLUDE Vorzeichen 20011214
# Exception Resumable Description Created on
1 INVALID Übergebene Range-Tabelle ist ungültig 20011219

Method CLEAR Signature

Method CLEAR on Interface IF_ISM_SD_OBJECT_SET has no parameter.
Method CLEAR on Interface IF_ISM_SD_OBJECT_SET has no exception.

Method CLEAR_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARAMETER Call by reference Type reference (TYPE) RSSCR_NAME ABAP/IV: Name der SELECT-OPTION / des PARAMETERS 20011228
# Exception Resumable Description Created on
1 INVALID Parameter ist ungültig 20011228

Method CLEAR_RANGE_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RANGE_TAB Call by reference Type reference (TYPE) RSSCR_NAME ABAP/IV: Name der SELECT-OPTION / des PARAMETERS 20011214
# Exception Resumable Description Created on
1 INVALID Übergebene Range-Tabelle ist ungültig 20011219

Method CONVERT_FROM_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PARAMS_TAB Call by reference Type reference (TYPE) RSPARAMS_TT Tabelle mit berücksichtigen Selektionskriterien 20011214
2 Importing I_PARAMS_TAB Call by reference Type reference (TYPE) RSPARAMS_TT Tabelle mit Selektionskriterien 20011214

Method CONVERT_FROM_PARAMS on Interface IF_ISM_SD_OBJECT_SET has no exception.

Method CONVERT_RANGE_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RANGE_TAB Call by reference Type reference (TYPE) RSSCR_NAME ABAP/IV: Name der SELECT-OPTION / des PARAMETERS 20011228
2 Importing I_VALUE_TAB Call by reference Type reference (TYPE) TABLE Tabelle mit Schlüsselwerten 20011228
# Exception Resumable Description Created on
1 INVALID Übergebene Range-Tabelle ist ungültig 20011228

Method CONVERT_TO_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PARAMS_TAB Call by reference Type reference (TYPE) RSPARAMS_TT rsparams Tabelle 20011228

Method CONVERT_TO_PARAMS on Interface IF_ISM_SD_OBJECT_SET has no exception.

Method SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RESULT_TAB Call by reference Type reference (TYPE) TABLE Treffermenge der Selektion 20011214
# Exception Resumable Description Created on
1 NOTHING_FOUND Treffermenge ist leer 20011214

Method SELECT_FROM_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PARAMS_TAB Call by reference Type reference (TYPE) RSPARAMS_TT Tabelle mit berücksichtigen Selektionskriter 20011214
2 Exporting E_RESULT_TAB Call by reference Type reference (TYPE) TABLE Treffermenge der Selektion 20011214
3 Importing I_PARAMS_TAB Call by reference Type reference (TYPE) RSPARAMS_TT Tabelle mit Selektionskriterien 20011214
# Exception Resumable Description Created on
1 NOTHING_FOUND Treffermenge ist leer 20011214

Method SET_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARAMETER Call by reference Type reference (TYPE) RSSCR_NAME ABAP/IV: Name der SELECT-OPTION / des PARAMETERS 20011228
2 Importing I_VALUE Call by reference Type reference (TYPE) ANY Wert des Paramters 20011228
# Exception Resumable Description Created on
1 INVALID Paramter oder Wert ist ungültig 20011228

Method SET_RANGE_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RANGE_TAB Call by reference Type reference (TYPE) RSSCR_NAME ABAP/IV: Name der SELECT-OPTION / des PARAMETERS 20011214
2 Importing I_VALUE_TAB Call by reference Type reference (TYPE) TABLE Rangetabelle 20011214
# Exception Resumable Description Created on
1 INVALID Übergebene Range-Tabelle ist ungültig 20011219
History
Last changed by/on SAP  20050224 
SAP Release Created in 464