Hierarchy

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WBEM_CLIENT | Abstract Basis Class for WBEM Clients | 20081010 |
Properties
Interface | IF_WBEM_SAP_CLIENT | |
Short Description | WBEM Operations with SAP Enhancements |
General Data
Package | S_WBEM_CLIENT | WBEM Client: CIM Operations and Communication |
Created | 20081010 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_WBEM_STANDARD_OPS | Standard WBEM Operations | 20081010 |
Friends
Interface IF_WBEM_SAP_CLIENT has no friend.
Attributes
Interface IF_WBEM_SAP_CLIENT has no attribute.
Methods
Events
Interface IF_WBEM_SAP_CLIENT has no event.
Types
Interface IF_WBEM_SAP_CLIENT has no local type.
Method Signatures
Method ASSOCIATORNAMES Signature
Method ASSOCIATORNAMES on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method ASSOCIATORNAMES on Interface IF_WBEM_SAP_CLIENT has no exception.
Method ASSOCIATORS Signature
Method ASSOCIATORS on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method ASSOCIATORS on Interface IF_WBEM_SAP_CLIENT has no exception.
Method COPY_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ADDITIONAL_REFERENCES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Darf die Zielinstanz eigene Assoziationen haben? | 20090409 | |
2 | ![]() |
ALLOW_EXISTING_TARGETS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Sollen existierende Zielinstanzen überschrieben werden? | 20090409 | |
3 | ![]() |
INSTANCEREFS | Value transfer | Type reference (TYPE) | CIM_T_REFERENCE | Referenzenliste der kopierten Instanzen | 20090409 | ||
4 | ![]() |
MERGE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Original- und Zielinstanz zusammenfügen? | 20090409 | |
5 | ![]() |
SOURCEREF | Call by reference | Object reference (TYPE REF TO) | CL_CIM_REFERENCE | Referenz auf die Originalinstanz | 20090409 | ||
6 | ![]() |
TARGETREF | Call by reference | Object reference (TYPE REF TO) | CL_CIM_REFERENCE | Referenz auf die neue Instanz | 20090409 | ||
7 | ![]() |
WEAK_REFERENCES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Darf das Original schwache Assoziierte behalten? | 20090409 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerstatus einer CIM-Operation gemäß WBEM-Standard | 20090409 |
Method COPY_MODIFY_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ADDITIONAL_REFERENCES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Darf die Zielinstanz eigene Assoziationen haben? | 20090409 | |
2 | ![]() |
ALLOW_EXISTING_TARGETS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Sollen existierende Zielinstanzen überschrieben werden? | 20090409 | |
3 | ![]() |
INSTANCEREFS | Value transfer | Type reference (TYPE) | CIM_T_REFERENCE | Referenzenliste der kopierten Instanzen | 20090409 | ||
4 | ![]() |
MERGE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Original- und Zielinstanz zusammenfügen? | 20090409 | |
5 | ![]() |
SOURCEREF | Call by reference | Object reference (TYPE REF TO) | CL_CIM_REFERENCE | Referenz auf die Originalinstanz | 20090409 | ||
6 | ![]() |
TARGETINST | Call by reference | Object reference (TYPE REF TO) | CL_CIM_INSTANCE | Vollständige neue Instanz | 20090409 | ||
7 | ![]() |
WEAK_REFERENCES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Darf das Original schwache Assoziierte behalten? | 20090409 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerstatus einer CIM-Operation gemäß WBEM-Standard | 20090409 |
Method CREATE_CLASS Signature
Method CREATE_CLASS on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method CREATE_CLASS on Interface IF_WBEM_SAP_CLIENT has no exception.
Method CREATE_INSTANCE Signature
Method CREATE_INSTANCE on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method CREATE_INSTANCE on Interface IF_WBEM_SAP_CLIENT has no exception.
Method CREATE_NAMESPACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAMESPACE | Call by reference | Object reference (TYPE REF TO) | CL_CIM_NAMESPACE | Name des neuen CIM-Namespace | 20081202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerstatus einer CIM-Operation gemäß WBEM-Standard | 20081202 |
Method CREATE_OR_MODIFY_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CIMINSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_CIM_INSTANCE | CIM-Instanz | 20081202 | ||
2 | ![]() |
INSTANCEREF | Value transfer | Object reference (TYPE REF TO) | CL_CIM_REFERENCE | Referenz auf neue oder geänderte Instanz | 20081202 | ||
3 | ![]() |
MERGE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Geänderte und existierende Instanz zusammenfügen? | 20081202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerstatus einer CIM-Operation gemäß WBEM-Standard | 20081202 |
Method DELETE_CLASS Signature
Method DELETE_CLASS on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method DELETE_CLASS on Interface IF_WBEM_SAP_CLIENT has no exception.
Method DELETE_CLASS_WITH_DEPENDENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLASSNAME | Call by reference | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | Klassenname | 20081202 | ||
2 | ![]() |
CLASSREFS | Value transfer | Type reference (TYPE) | CIM_T_REFERENCE | Liste mit Referenzen aller gelöschten Klassen | 20081202 | ||
3 | ![]() |
WITH_SUBCLASSES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Subklassen löschen? | 20091109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerstatus einer CIM-Operation gemäß WBEM-Standard | 20081202 |
Method DELETE_INSTANCE Signature
Method DELETE_INSTANCE on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method DELETE_INSTANCE on Interface IF_WBEM_SAP_CLIENT has no exception.
Method DELETE_INSTANCE_EXTENDED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_FOUND | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Löschen, falls existent | 20081202 | |
2 | ![]() |
INSTANCENAMES | Value transfer | Type reference (TYPE) | CIM_T_REFERENCE | Referenzen der gelöschten Instanzen | 20090120 | ||
3 | ![]() |
INSTANCEREF | Call by reference | Object reference (TYPE REF TO) | CL_CIM_REFERENCE | Referenz auf CIM-Namespace, -Klasse oder -Instanz | 20081202 | ||
4 | ![]() |
WITH_REFERENCES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Inklusive Löschen aller Assoziationen | 20081202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerstatus einer CIM-Operation gemäß WBEM-Standard | 20081202 |
Method DELETE_NAMESPACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAMESPACE | Call by reference | Object reference (TYPE REF TO) | CL_CIM_NAMESPACE | Name eines CIM-Namespace | 20081202 | ||
2 | ![]() |
WITH_CONTENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Löschen inklusive Inhalt? | 20081202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerstatus einer CIM-Operation gemäß WBEM-Standard | 20081202 |
Method DELETE_QUALIFIERDECL Signature
Method DELETE_QUALIFIERDECL on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method DELETE_QUALIFIERDECL on Interface IF_WBEM_SAP_CLIENT has no exception.
Method DISCONNECT Signature
Method DISCONNECT on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method DISCONNECT on Interface IF_WBEM_SAP_CLIENT has no exception.
Method ENUMERATE_CLASSES Signature
Method ENUMERATE_CLASSES on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method ENUMERATE_CLASSES on Interface IF_WBEM_SAP_CLIENT has no exception.
Method ENUMERATE_CLASSNAMES Signature
Method ENUMERATE_CLASSNAMES on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method ENUMERATE_CLASSNAMES on Interface IF_WBEM_SAP_CLIENT has no exception.
Method ENUMERATE_INSTANCENAMES Signature
Method ENUMERATE_INSTANCENAMES on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method ENUMERATE_INSTANCENAMES on Interface IF_WBEM_SAP_CLIENT has no exception.
Method ENUMERATE_INSTANCES Signature
Method ENUMERATE_INSTANCES on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method ENUMERATE_INSTANCES on Interface IF_WBEM_SAP_CLIENT has no exception.
Method ENUMERATE_INSTANCES_NOSUB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CIMINSTANCES | Value transfer | Type reference (TYPE) | CIM_T_OBJWREF | Liste der CIM-Instanzen (CL_CIM_OBJECTWITHREFERENCE) | 20090130 | ||
2 | ![]() |
CLASSNAME | Call by reference | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | Elementname (case-insensitive) | 20090130 | ||
3 | ![]() |
INCLUDECLASSORIGIN | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Einschließlich CLASSORIGIN-Attribut? | 20090130 | |
4 | ![]() |
INCLUDEQUALIFIERS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Einschließlich Qualifier? | 20090130 | |
5 | ![]() |
LOCALONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Nur lokal definierte Elemente der Klasse lesen? | 20090130 | |
6 | ![]() |
PROPERTYLIST | Call by reference | Type reference (TYPE) | CIM_T_ELEMENTNAME | Liste der Properties, die zurückgegeben werden sollen | 20090130 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerstatus einer CIM-Operation gemäß WBEM-Standard | 20090130 |
Method ENUMERATE_INSTNAMES_NOSUB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLASSNAME | Call by reference | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | Name der Wurzelklasse | 20090130 | ||
2 | ![]() |
INSTANCENAMES | Value transfer | Type reference (TYPE) | CIM_T_REFERENCE | Liste der Instanzenreferenzen | 20090130 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerstatus einer CIM-Operation gemäß WBEM-Standard | 20090130 |
Method ENUMERATE_NAMESPACES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAMESPACES | Value transfer | Type reference (TYPE) | CIM_T_NAMESPACE | Liste aller Namespaces | 20081202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerstatus einer CIM-Operation gemäß WBEM-Standard | 20081202 |
Method ENUMERATE_QUALIFIERDECLS Signature
Method ENUMERATE_QUALIFIERDECLS on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method ENUMERATE_QUALIFIERDECLS on Interface IF_WBEM_SAP_CLIENT has no exception.
Method EXISTS_CLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BOOL | Value transfer | Type reference (TYPE) | ABAP_BOOL | Wahr oder falsch | 20091029 | ||
2 | ![]() |
CLASSNAME | Call by reference | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | Elementname (case-insensitive) | 20091029 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerstatus einer CIM-Operation gemäß WBEM-Standard | 20091029 |
Method EXISTS_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BOOL | Value transfer | Type reference (TYPE) | ABAP_BOOL | Wahr oder falsch | 20091029 | ||
2 | ![]() |
INSTANCEREF | Call by reference | Object reference (TYPE REF TO) | CL_CIM_REFERENCE | Referenz auf CIM-Namespace, -Klasse oder -Instanz | 20091029 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerstatus einer CIM-Operation gemäß WBEM-Standard | 20091029 |
Method GET_CLASS Signature
Method GET_CLASS on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method GET_CLASS on Interface IF_WBEM_SAP_CLIENT has no exception.
Method GET_INSTANCE Signature
Method GET_INSTANCE on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method GET_INSTANCE on Interface IF_WBEM_SAP_CLIENT has no exception.
Method GET_INSTANCE_COUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLASSNAME | Call by reference | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | Name der CIM-Klasse | 20081202 | ||
2 | ![]() |
COUNT | Value transfer | Type reference (TYPE) | I | Anzahl der Instanzen (ohne Subklassen) | 20081202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerstatus einer CIM-Operation gemäß WBEM-Standard | 20081202 |
Method GET_OBJECTSERVER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INTERNAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | Interner Object Server-Name? | 20090120 | ||
2 | ![]() |
OBJECTSERVER | Value transfer | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | Elementname (case-insensitive) | 20081010 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerstatus einer CIM-Operation gemäß WBEM-Standard | 20090310 |
Method GET_PROPERTY Signature
Method GET_PROPERTY on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method GET_PROPERTY on Interface IF_WBEM_SAP_CLIENT has no exception.
Method GET_QUALIFIERDECL Signature
Method GET_QUALIFIERDECL on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method GET_QUALIFIERDECL on Interface IF_WBEM_SAP_CLIENT has no exception.
Method GET_REFERENCE_COUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COUNT | Value transfer | Type reference (TYPE) | I | Anzahl der Assoziationen | 20081202 | ||
2 | ![]() |
INSTANCEREF | Call by reference | Object reference (TYPE REF TO) | CL_CIM_REFERENCE | Referenz auf die betrachtete Instanz | 20081202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerstatus einer CIM-Operation gemäß WBEM-Standard | 20081202 |
Method GET_REFERENCE_NORMALIZATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
REF_NORMALIZER | Value transfer | Object reference (TYPE REF TO) | CL_WBEM_REFNORMALIZER | Normalisiert CIM-Reference-Objekte | 20081215 |
Method GET_REFERENCE_NORMALIZATION on Interface IF_WBEM_SAP_CLIENT has no exception.
Method GET_SUPERCLASSES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CIMCLASSES | Value transfer | Type reference (TYPE) | CIM_T_CLASS | Liste der CIM-Klassen | 20090112 | ||
2 | ![]() |
CLASSNAME | Call by reference | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | Elementname (case-insensitive) | 20090112 | ||
3 | ![]() |
INCLUDECLASSORIGIN | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Einschließlich CLASSORIGIN-Attribut? | 20090112 | |
4 | ![]() |
INCLUDEQUALIFIERS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Einschließlich Qualifier? | 20090112 | |
5 | ![]() |
PROPERTYLIST | Call by reference | Type reference (TYPE) | CIM_T_ELEMENTNAME | Liste der Properties, die zurückgegeben werden sollen | 20090112 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerstatus einer CIM-Operation gemäß WBEM-Standard | 20090112 |
Method GET_SUPERCLASSNAMES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CIMCLASSNAMES | Value transfer | Type reference (TYPE) | CIM_T_ELEMENTNAME | Liste der CIM-Superklassennamen | 20090112 | ||
2 | ![]() |
CLASSNAME | Call by reference | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | Name der Wurzelklasse | 20090112 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerstatus einer CIM-Operation gemäß WBEM-Standard | 20090112 |
Method GET_TARGET_NAMESPACE Signature
Method GET_TARGET_NAMESPACE on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method GET_TARGET_NAMESPACE on Interface IF_WBEM_SAP_CLIENT has no exception.
Method MERGE_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CIMINSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_CIM_INSTANCE | Modifizierte Instanz | 20090722 | ||
2 | ![]() |
INCLUDEQUALIFIERS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Einschließlich Qualifier? | 20090722 | |
3 | ![]() |
INSTANCEREF | Call by reference | Object reference (TYPE REF TO) | CL_CIM_REFERENCE | Referenz auf CIM-Instanz | 20090722 | ||
4 | ![]() |
PROPERTYLIST | Call by reference | Type reference (TYPE) | CIM_T_ELEMENTNAME | Liste der Properties, die geändert werden sollen | 20090722 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerstatus einer CIM-Operation gemäß WBEM-Standard | 20090722 |
Method MODIFY_CLASS Signature
Method MODIFY_CLASS on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method MODIFY_CLASS on Interface IF_WBEM_SAP_CLIENT has no exception.
Method MODIFY_INSTANCE Signature
Method MODIFY_INSTANCE on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method MODIFY_INSTANCE on Interface IF_WBEM_SAP_CLIENT has no exception.
Method REFERENCENAMES Signature
Method REFERENCENAMES on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method REFERENCENAMES on Interface IF_WBEM_SAP_CLIENT has no exception.
Method REFERENCENAMES_ASSOCFILTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ASSOCCLASS | Call by reference | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | Name der Assoziations-Wurzelklasse | 20090409 | ||
2 | ![]() |
ASSOCIATORCLASS | Call by reference | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | Name der assoziierten Klasse | 20090409 | ||
3 | ![]() |
ASSOCIATORROLE | Call by reference | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | Assoziationsrolle auf Zielseite | 20090409 | ||
4 | ![]() |
OBJECTREF | Call by reference | Object reference (TYPE REF TO) | CL_CIM_REFERENCE | Referenz auf CIM-Namespace, -Klasse oder -Instanz | 20090409 | ||
5 | ![]() |
OBJECTREFS | Value transfer | Type reference (TYPE) | CIM_T_REFERENCE | Liste der CIM-Objektreferenzen (CL_CIM_REFERENCE) | 20090409 | ||
6 | ![]() |
ROLE | Call by reference | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | Assoziationsrolle auf Quellseite | 20090409 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerstatus einer CIM-Operation gemäß WBEM-Standard | 20090409 |
Method REFERENCES Signature
Method REFERENCES on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method REFERENCES on Interface IF_WBEM_SAP_CLIENT has no exception.
Method REFERENCES_ASSOCFILTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ASSOCCLASS | Call by reference | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | Name der Assoziations-Wurzelklasse | 20090409 | ||
2 | ![]() |
ASSOCIATORCLASS | Call by reference | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | Name der assoziierten Klasse | 20090409 | ||
3 | ![]() |
ASSOCIATORROLE | Call by reference | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | Assoziationsrolle auf Zielseite | 20090409 | ||
4 | ![]() |
CIMOBJECTS | Value transfer | Type reference (TYPE) | CIM_T_OBJWREF | Liste der CIM-Objekte (CL_CIM_OBJECTWITHREFERENCE) | 20090409 | ||
5 | ![]() |
INCLUDECLASSORIGIN | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Einschließlich CLASSORIGIN-Attribut? | 20090409 | |
6 | ![]() |
INCLUDEQUALIFIERS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Einschließlich Qualifier? | 20090409 | |
7 | ![]() |
OBJECTREF | Call by reference | Object reference (TYPE REF TO) | CL_CIM_REFERENCE | Referenz auf CIM-Namespace, -Klasse oder -Instanz | 20090409 | ||
8 | ![]() |
PROPERTYLIST | Call by reference | Type reference (TYPE) | CIM_T_ELEMENTNAME | Liste der Properties, die zurückgegeben werden sollen | 20090409 | ||
9 | ![]() |
ROLE | Call by reference | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | Assoziationsrolle auf Quellseite | 20090409 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerstatus einer CIM-Operation gemäß WBEM-Standard | 20090409 |
Method RENAME_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ADDITIONAL_REFERENCES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Darf die Zielinstanz eigene Assoziationen haben? | 20081202 | |
2 | ![]() |
ALLOW_EXISTING_TARGETS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Sollen existierende Zielinstanzen überschrieben werden? | 20081202 | |
3 | ![]() |
INSTANCEREFS | Value transfer | Type reference (TYPE) | CIM_T_REFERENCE | Referenzenliste der umbenannten Instanzen | 20081202 | ||
4 | ![]() |
MERGE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Original- und Zielinstanz zusammenfügen? | 20081202 | |
5 | ![]() |
SOURCEREF | Call by reference | Object reference (TYPE REF TO) | CL_CIM_REFERENCE | Referenz auf die Originalinstanz | 20081202 | ||
6 | ![]() |
TARGETREF | Call by reference | Object reference (TYPE REF TO) | CL_CIM_REFERENCE | Referenz auf die neue Instanz | 20081202 | ||
7 | ![]() |
WEAK_REFERENCES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Darf das Original schwache Assoziierte behalten? | 20081202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerstatus einer CIM-Operation gemäß WBEM-Standard | 20081202 |
Method RENAME_MODIFY_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ADDITIONAL_REFERENCES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Darf die Zielinstanz eigene Assoziationen haben? | 20090112 | |
2 | ![]() |
ALLOW_EXISTING_TARGETS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Sollen existierende Zielinstanzen überschrieben werden? | 20090112 | |
3 | ![]() |
INSTANCEREFS | Value transfer | Type reference (TYPE) | CIM_T_REFERENCE | Referenzenliste der umbenannten Instanzen | 20090112 | ||
4 | ![]() |
MERGE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Original- und Zielinstanz zusammenfügen? | 20090112 | |
5 | ![]() |
SOURCEREF | Call by reference | Object reference (TYPE REF TO) | CL_CIM_REFERENCE | Referenz auf die Originalinstanz | 20090112 | ||
6 | ![]() |
TARGETINST | Call by reference | Object reference (TYPE REF TO) | CL_CIM_INSTANCE | Vollständige neue Instanz | 20090112 | ||
7 | ![]() |
WEAK_REFERENCES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Darf das Original schwache Assoziierte behalten? | 20090112 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehlerstatus einer CIM-Operation gemäß WBEM-Standard | 20090112 |
Method SET_PROPERTY Signature
Method SET_PROPERTY on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method SET_PROPERTY on Interface IF_WBEM_SAP_CLIENT has no exception.
Method SET_PROPERTYARRAY Signature
Method SET_PROPERTYARRAY on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method SET_PROPERTYARRAY on Interface IF_WBEM_SAP_CLIENT has no exception.
Method SET_QUALIFIERDECL Signature
Method SET_QUALIFIERDECL on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method SET_QUALIFIERDECL on Interface IF_WBEM_SAP_CLIENT has no exception.
Method SET_REFERENCE_NORMALIZATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
REF_NORMALIZER | Call by reference | Object reference (TYPE REF TO) | CL_WBEM_REFNORMALIZER | Normalisiert CIM-Reference-Objekte | 20081215 |
Method SET_REFERENCE_NORMALIZATION on Interface IF_WBEM_SAP_CLIENT has no exception.
Method SET_TARGET_NAMESPACE Signature
Method SET_TARGET_NAMESPACE on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method SET_TARGET_NAMESPACE on Interface IF_WBEM_SAP_CLIENT has no exception.
Method TO_STRING Signature
Method TO_STRING on Interface IF_WBEM_SAP_CLIENT has no parameter.
Method TO_STRING on Interface IF_WBEM_SAP_CLIENT has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 720 |