SAP ABAP Class CL_CRM_OBJECT_SET (Check Results Management: Object Sets to Be Checked)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
     S_CHECK_RESULT_MANAGEMENT (Package) SAP ONLY: Check Internal Guidelines - Basic Module
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CRM_GLOBAL Check Results Management: Global Information 20000522
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CRM_CONSTANT3 Check Results Management: Constants 20000522
Properties
Class CL_CRM_OBJECT_SET  
Short Description Check Results Management: Object Sets to Be Checked    
Super Class CL_CRM_GLOBAL Check Results Management: Global Information 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_CHECK_RESULT_MANAGEMENT   SAP ONLY: Check Internal Guidelines - Basic Module 
Created 19990917   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CRM_OBJECT_SET has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_CRM_CONSTANT3 Check Results Management: Constants 20000522
Friends
Class CL_CRM_OBJECT_SET has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHECK_RESULT_SET_REF Instance attribute Protected Object reference (TYPE REF TO) CL_CRM_CHECK_RESULT_SET Check Result 20000203
2 CHKOBJ Instance attribute Protected Type reference (TYPE) TY_OBJECTS Object Set 19991026
3 CHKOBJA Instance attribute Protected Type reference (TYPE) TY_OBJECT_ATTRIBUTES Object Attributes 19991026
4 CHKOBJH Instance attribute Protected Type reference (TYPE) TY_OBJECT_SET_HEADER Header of an Object Set 19991026
5 CHKOBJR Instance attribute Protected Type reference (TYPE) TY_OBJECT_RELATIONS Relations: Main Object-Subobject 19991123
6 CO_KIND_ONLINE Constant Public Type reference (TYPE) CHAR1 'O' Online Check on Object Set 20010903
7 CO_KIND_PRODUCTION Constant Public Type reference (TYPE) CRMOBSETKI 'P' Production Object Set 20010312
8 CO_KIND_REPLICA Constant Public Type reference (TYPE) CRMOBSETKI 'R' Object Set Replica 20010312
9 CO_KIND_TEST Constant Public Type reference (TYPE) CRMOBSETKI 'T' Test Object Set 20010312
10 CO_PACKAGE_USAGE Constant Private Type reference (TYPE) TADIR-DEVCLASS '*CHECKMAN_A/CONFIGURATION*' Pseudo-TADIR Package 20010629
11 CO_POLICY_NEW_ID_MAX Constant Public Type reference (TYPE) I 0 Specify New Obj. Set ID on the Basis of Highest Used ID 20010824
12 CO_POLICY_NEW_ID_NOGAP Constant Public Type reference (TYPE) I 1 Specify New Obj. Set ID on the Basis of Lowest Unused ID 20010824
13 CO_RESPONSIBLE_USAGE Constant Public Type reference (TYPE) TADIR-AUTHOR '!*CONFIG!*' Person Responsible for Pseudo-TADIR 20010703
14 CO_TADIR_CHECK_RUN Constant Public Type reference (TYPE) TADIR-OBJECT 'CRUN' 20080704
15 CO_TADIR_OBJECT_CHECK Constant Public Type reference (TYPE) TADIR-OBJECT 'CHCK' Pseudokey 20010629
16 CO_TADIR_PGMID Constant Public Type reference (TYPE) TADIR-PGMID '*CM*' Pseudokey 20010629
17 C_CRM_OBJ_FAKE_ID Constant Private Type reference (TYPE) CRMRUNID 4711 Pseudo ID: For CRMOBJ Write Accesses 20110228
Methods
# Method Level Visibility Method type Description Created on
1 COPY_OBJECT_SET Instance method Public Method Copy Object Set 19990925
2 CREATE_CHECK_RESULT_SET Instance method Public Method Create Check Results Set 20000204
3 CREATE_OBJECT_PACKAGES Instance method Public Method Split Object Set into Packages 20000606
4 CREATE_OBJECT_SET Instance method Public Method Create Object Set 19990922
5 DELETE_OBJECTS Instance method Public Method Delete Objects from Object Set 19990923
6 DELETE_OBJECT_SET Instance method Public Method Delete Object Set 19990923
7 GET_CHECK_RESULT_SET_REF Instance method Public Method Determine Reference of Associated Check Results Set 20000203
8 GET_HISTOGRAM Instance method Public Method Determine Frequency Distribution 20000605
9 GET_LAST_USED_OBJECT_SET_ID Static method Public Method Determine Last Object Set ID Used 20010330
10 GET_NEW_OBJECT_SET_ID Instance method Public Method Determine New Object Set ID 20000126
11 GET_OBJECT_ATTRIBUTES Instance method Public Method Read Object Attributes 20000704
12 GET_OBJECT_PACKAGE Instance method Public Method Read Package of an Object Set 19990922
13 GET_OBJECT_SET_ATTRIBUTES Instance method Public Method Determine Objects of an Object Set 20000207
14 INSERT_OBJECTS Instance method Public Method Add Object to Object Set 19990922
15 INTERSECT_OBJECT_SETS Instance method Public Method Intersection of Two Object Sets 19990923
16 MERGE_OBJECT_SETS Instance method Public Method Union of Two Object Sets 19990923
17 REFRESH_OBJECT_ATTRIBUTES Instance method Protected Method Refresh Attributes for an Object 19990923
18 SET_OBJECT_ATTRIBUTES Instance method Protected Method Set Object Attributes 20000329
19 SET_OBJECT_SET Instance method Public Method Select Object Set 19990922
20 SET_OBJECT_STATUS Instance method Public Method Set Object Status 20000203
21 UPDATE_DATABASE Instance method Public Method Update Object Set on Database 19990922
22 __DEQUEUE_CRMOBJ Instance method Private Method 20110228
23 __ENQUEUE_CRMOBJ Instance method Private Method 20110228
Events
Class CL_CRM_OBJECT_SET has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_OBJECT Protected See coding Object of an Object Set 19990923 begin of ty_object. include type crmchkobj. types: action(1) type c, action_status(1) type c, end of ty_object
2 TY_OBJECTS Protected See coding Object of an Object Set 19990923 ty_objects type sorted table of ty_object with unique key pgmid object obj_name
3 TY_OBJECT_ATTRIBUTE Protected See coding Attributes for an Object 19990923 begin of ty_object_attribute. include type crmchkobja. types: action(1) type c, end of ty_object_attribute
4 TY_OBJECT_ATTRIBUTES Protected See coding Attributes for Objects 19990923 ty_object_attributes type hashed table of ty_object_attribute with unique key pgmid object obj_name
5 TY_OBJECT_INFO Protected See coding 20030325 BEGIN OF ty_object_info, pgmid TYPE tadir-pgmid, object TYPE tadir-object, obj_name TYPE sobj_name, author TYPE tadir-author, devclass TYPE tadir-devclass, END OF ty_object_info
6 TY_OBJECT_INFOS Protected See coding 20030325 ty_object_infos TYPE SORTED TABLE OF ty_object_info WITH UNIQUE KEY pgmid object obj_name
7 TY_OBJECT_RELATION Protected See coding Relation: Main Object and Subobject 19991123 begin of ty_object_relation. include type crmchkobjr. types: action(1) type c, end of ty_object_relation
8 TY_OBJECT_RELATIONS Protected See coding Relations: Main Object and Subobject 19991123 ty_object_relations type sorted table of ty_object_relation with unique key pgmid object obj_name cpgmid cobject cobj_name
9 TY_OBJECT_SET_HEADER Protected See coding Header of an Object Set 19990923 begin of ty_object_set_header. include type crmchkobjh. types: descript type crmdescr, action(1) type c, end of ty_object_set_header
Method Signatures

Method COPY_OBJECT_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECT_SET Call by reference Object reference (TYPE REF TO) CL_CRM_OBJECT_SET Zu kopierende Objektmenge 19990925
2 Importing IM_OBJECT_SET_RESULT Call by reference Object reference (TYPE REF TO) CL_CRM_OBJECT_SET Kopierte Objektmenge 19990925
# Exception Resumable Description Created on
1 COPY_FAILED Kopieren fehlgeschlagen 19990925
2 INVALID Parameterwerte nicht korrekt 19990925

Method CREATE_CHECK_RESULT_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CHECK_RESULT_SET_REF Call by reference Object reference (TYPE REF TO) CL_CRM_CHECK_RESULT_SET Referenz auf Prüfergebnismenge 20000204

Method CREATE_CHECK_RESULT_SET on class CL_CRM_OBJECT_SET has no exception.

Method CREATE_OBJECT_PACKAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_MAX_PACKAGE_ID Call by reference Type reference (TYPE) CRMPACKID Größte vergebene Paket-Id 20000611
2 Importing IM_OBJECT_TYPES Call by reference Type reference (TYPE) CRM_OBJECTS Objekttypen der Checkgruppe 20000606
3 Importing IM_PACKAGE_MAX_SIZE Call by reference Type reference (TYPE) I 1000 Maximale Paketgröße 20000606
4 Importing IM_SEPARATE_BY_APP_COMP Call by reference Type reference (TYPE) CRMFLAG CO_NO Objektpakete gemäß Komponenten 20000606
5 Importing IM_SEPARATE_BY_DEVCLASS Call by reference Type reference (TYPE) CRMFLAG CO_NO Objektpakete gemäß Entwicklungsklassen 20000606
6 Importing IM_SEPARATE_BY_OBJECT_TYPE Call by reference Type reference (TYPE) CRMFLAG CO_NO Objektpakete gemäß Objekttyp 20000606
7 Importing IM_WITH_COMMIT_WORK Call by reference Type reference (TYPE) CRMFLAG Ja/Nein Flag 20000606
# Exception Resumable Description Created on
1 PARAMETER_INVALID Parameter nicht korrekt 20000606

Method CREATE_OBJECT_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DELETION_DATE Call by reference Type reference (TYPE) SYDATUM Datum der Löschung 19990923
2 Importing IM_DESCRIPTION Call by reference Type reference (TYPE) CRMDESCR Beschreibung 19990923
3 Importing IM_OBJECT_SET_ID Call by reference Type reference (TYPE) CRMOBSETID Id einer Objektmenge (sonst automatische Vergabe) 20000125
4 Importing IM_OBJECT_SET_KIND Call by reference Type reference (TYPE) CRMOBSETKI Art einer Objektmenge 19990922
# Exception Resumable Description Created on
1 EXISTING Neu anzulegende Objektmengen-Id existiert bereits 20000125
2 FAILED Maximale Anzahl von Objektmengen erreicht 19990922
3 INTERNAL_ERROR Interner Fehler bei der Vergabe einer neuen Id 19990922

Method DELETE_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_NUMBER_OF_DELETIONS Call by reference Type reference (TYPE) I Anzahl durchgeführter Löschungen 19990923
2 Importing IM_OBJECTS Call by reference Type reference (TYPE) CRM_OBJECTS Objekte einer Objektmenge 19990923
# Exception Resumable Description Created on
1 DELETION_FAILED Löschung konnte nicht durchgeführt werden 19990923

Method DELETE_OBJECT_SET Signature

Method DELETE_OBJECT_SET on class CL_CRM_OBJECT_SET has no parameter.
# Exception Resumable Description Created on
1 DELETION_FAILED Löschung konnte nicht durchgeführt werden 19990923

Method GET_CHECK_RESULT_SET_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CHECK_RESULT_SET_REF Value transfer Object reference (TYPE REF TO) CL_CRM_CHECK_RESULT_SET Referenz auf Prüfergebnismenge 20000203

Method GET_CHECK_RESULT_SET_REF on class CL_CRM_OBJECT_SET has no exception.

Method GET_HISTOGRAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_HISTOGRAM Call by reference Type reference (TYPE) CRM_HISTOGRAM Histogramm 20000606
2 Importing IM_APP_COMP Call by reference Type reference (TYPE) CRMFLAG CO_NO Ja/Nein Flag 20000606
3 Importing IM_DEVCLASS Call by reference Type reference (TYPE) CRMFLAG CO_NO Ja/Nein Flag 20000606
4 Importing IM_OBJECT_TYPES Call by reference Type reference (TYPE) CRM_OBJECTS Objekttypen 20000606
5 Importing IM_OBJ_TYPE Call by reference Type reference (TYPE) CRMFLAG CO_NO Ja/Nein Flag 20000606
# Exception Resumable Description Created on
1 PARAMETER_INVALID Eingabeparameter nicht korrekt 20000606

Method GET_LAST_USED_OBJECT_SET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_OBJECT_SET_ID Call by reference Type reference (TYPE) CRMOBSETID Id einer zu prüfenden Objektmenge 20010330
2 Importing IM_OBJECT_SET_KIND Call by reference Type reference (TYPE) CRMOBSETKI Typ einer zu prüfenden Objektmenge 20010330

Method GET_LAST_USED_OBJECT_SET_ID on class CL_CRM_OBJECT_SET has no exception.

Method GET_NEW_OBJECT_SET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_OBJECT_SET_ID Call by reference Type reference (TYPE) CRMOBSETID Id einer Objektmenge 20000126
2 Importing IM_OBJECT_SET_ID Call by reference Type reference (TYPE) CRMOBSETID Id einer Objektmenge (sonst automatische Vergabe) 20000126
3 Importing IM_OBJECT_SET_KIND Call by reference Type reference (TYPE) CRMOBSETKI Typ einer zu prüfenden Objektmenge 20010424
4 Importing IM_POLICY Call by reference Attribute reference (LIKE) CO_POLICY_NEW_ID_MAX CO_POLICY_NEW_ID_MAX Vorgehensweise bei der automatischen ID Vergabe 20010824
# Exception Resumable Description Created on
1 EXISTING Neu anzulegende Objektmengen-Id existiert bereits 20000126
2 FAILED Maximale Anzahl von Objektmengen erreicht 20000126
3 INTERNAL_ERROR Interner Fehler bei der Vergabe einer neuen Id 20000126

Method GET_OBJECT_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_OBJECT_ATTRIBUTES Call by reference Type reference (TYPE) CRM_OBJECT_ATTRIBUTES Objektattribute 20000704
2 Importing IM_APPENDING Call by reference Type reference (TYPE) CRMFLAG CO_NO Objekte anhängen 20000704
3 Importing IM_CHECK_STATUS Call by reference Type reference (TYPE) CRM_CHECK_STATUS_OBJ Zu selektierender Prüfstatus 20000704
4 Importing IM_COMPONENT_CONDITION Call by reference Type reference (TYPE) CRM_SELECTION_CONDITIONS Zu selektierende Anwendungskomponenten 20000704
5 Importing IM_DEVCLASS_CONDITION Call by reference Type reference (TYPE) CRM_SELECTION_CONDITIONS Zu selektierende Entwicklungsklassen 20000704
6 Importing IM_OBJECT_CONDITION Call by reference Type reference (TYPE) CRM_SELECTION_CONDITIONS Zu selektierende Objekttypen 20000704
7 Importing IM_OBJ_NAME_CONDITION Call by reference Type reference (TYPE) CRM_SELECTION_CONDITIONS Zu selektierende Objekte 20000704
8 Importing IM_PGMID_CONDITION Call by reference Type reference (TYPE) CRM_SELECTION_CONDITIONS Zu selektierende Objekttypen 20000704
9 Importing IM_RESP_DCL_CONDITION Call by reference Type reference (TYPE) CRM_SELECTION_CONDITIONS Zu selektierende Entwicklungsklassenverantwortliche 20000704
10 Importing IM_RESP_OBJ_CONDITION Call by reference Type reference (TYPE) CRM_SELECTION_CONDITIONS Zu selektierende Objektverantwortliche 20000704
# Exception Resumable Description Created on
1 INVALID Eingabeparameter ist nicht korrekt 20000704
2 NOT_FOUND Es wurden keine weiteren Objekte gefunden 20000704

Method GET_OBJECT_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_OBJECT_ATTRIBUTES Call by reference Type reference (TYPE) CRM_OBJECT_ATTRIBUTES Objektattribute 20000801
2 Exporting EX_OBJECT_PACKAGE Call by reference Type reference (TYPE) CRM_OBJECT_PAIRS Objekte des Paketes 19990922
3 Importing IM_APPENDING Call by reference Type reference (TYPE) CRMFLAG Objekte anhängen 19990923
4 Importing IM_CHECK_STATUS Call by reference Type reference (TYPE) CRM_CHECK_STATUS_OBJ Zu selektierender Prüfstatus 20000124
5 Importing IM_GET_OBJECT_ATTRIBUTES Call by reference Type reference (TYPE) CRMFLAG Objektattribute lesen 20000801
6 Importing IM_OBJECT_CONDITION Call by reference Type reference (TYPE) CRM_SELECTION_CONDITIONS Zu selektierende Objekttypen 20000704
7 Importing IM_OBJ_NAME_CONDITION Call by reference Type reference (TYPE) CRM_SELECTION_CONDITIONS Zu selektierende Objekte 20000704
8 Importing IM_PACKAGE_ID_CONDITION Call by reference Type reference (TYPE) CRM_SELECTION_CONDITIONS Zu selektierende Paket-Id 20000704
9 Importing IM_PGMID_CONDITION Call by reference Type reference (TYPE) CRM_SELECTION_CONDITIONS Zu selektierende Objekttypen 20000704
# Exception Resumable Description Created on
1 CHECK_STATUS_FIELD_NOT_FOUND Prüfstatusfelder zu Checks wurden nicht gefunden 20000124
2 NOT_FOUND Es wurde kein weiteres Paket gefunden 19990922

Method GET_OBJECT_SET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_OBJECT_SET_ID Call by reference Type reference (TYPE) CRMOBSETID Id einer Objektmenge 20000207
2 Exporting EX_OBJECT_SET_KIND Call by reference Type reference (TYPE) CRMOBSETKI Art einer Objektmenge 20000207

Method GET_OBJECT_SET_ATTRIBUTES on class CL_CRM_OBJECT_SET has no exception.

Method INSERT_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECTS Call by reference Type reference (TYPE) CRM_OBJECT_PAIRS Objekte einer Objektmenge 19990923

Method INSERT_OBJECTS on class CL_CRM_OBJECT_SET has no exception.

Method INTERSECT_OBJECT_SETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECT_SET_A Call by reference Object reference (TYPE REF TO) CL_CRM_OBJECT_SET Zu schneidende Objektmenge 19990923
2 Importing IM_OBJECT_SET_B Call by reference Object reference (TYPE REF TO) CL_CRM_OBJECT_SET Zu schneidende Objektmenge 19990923
3 Importing IM_OBJECT_SET_RESULT Call by reference Object reference (TYPE REF TO) CL_CRM_OBJECT_SET Schnittmenge der Objektmengen 19990923
# Exception Resumable Description Created on
1 INTERSECTION_FAILED Schnittmengenbildung ist fehlgeschlagen 19990923
2 INVALID Parameterwerte nicht korrekt 19990923

Method MERGE_OBJECT_SETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECT_SET_A Call by reference Object reference (TYPE REF TO) CL_CRM_OBJECT_SET Zu vereinigende Objektmenge 19990923
2 Importing IM_OBJECT_SET_B Call by reference Object reference (TYPE REF TO) CL_CRM_OBJECT_SET Zu vereinigende Objektmenge 19990923
3 Importing IM_OBJECT_SET_RESULT Call by reference Object reference (TYPE REF TO) CL_CRM_OBJECT_SET Vereinigung der Objektmengen 19990923
# Exception Resumable Description Created on
1 INVALID Parameterwerte nicht korrekt 19990923
2 MERGE_FAILED Vereinigung der Objektmengen fehlgeschlagen 19990923

Method REFRESH_OBJECT_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECT_INFOS Call by reference Type reference (TYPE) TY_OBJECT_INFOS Objekte + TADIR Infos 20030313

Method REFRESH_OBJECT_ATTRIBUTES on class CL_CRM_OBJECT_SET has no exception.

Method SET_OBJECT_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECTS Call by reference Type reference (TYPE) CRM_OBJECT_PAIRS Objekte 20000329

Method SET_OBJECT_ATTRIBUTES on class CL_CRM_OBJECT_SET has no exception.

Method SET_OBJECT_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECT_SET_ID Call by reference Type reference (TYPE) CRMOBSETID Id einer Objektmenge 19990922
2 Importing IM_OBJECT_SET_KIND Call by reference Type reference (TYPE) CRMOBSETKI CO_KIND_TEST Art einer Objektmenge 19990922
# Exception Resumable Description Created on
1 NOT_FOUND Objektmenge nicht vorhanden 19990922

Method SET_OBJECT_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_OBJECT Call by reference Type reference (TYPE) CRMOBJ Objekt 20000203
2 Importing IM_CHECK_ID Call by reference Type reference (TYPE) CRMCHKID Check-Id 20000203
3 Importing IM_OBJECT_STATUS Call by reference Type reference (TYPE) CRMCHKSTAT Objektstatus 20000203
# Exception Resumable Description Created on
1 NOT_FOUND Objekt wurde nicht gefunden 20000203

Method UPDATE_DATABASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_OBJECT_SET_ID Call by reference Type reference (TYPE) CRMOBSETID Id einer Objektmenge 20000126
2 Importing IM_GET_NEW_OBJECT_SET_ID Call by reference Type reference (TYPE) CRMFLAG CO_NO Neue Objektmengen-Id vergeben 20000204
3 Importing IM_PHASE Call by reference Type reference (TYPE) CRMPHASE 20030328
4 Importing IM_WITH_COMMIT_WORK Call by reference Type reference (TYPE) CRMFLAG Commit work durchführen 19990923
# Exception Resumable Description Created on
1 FAILED Datenbankaktualisierung konnte nicht durchgeführt werden 19990922

Method __DEQUEUE_CRMOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) CRMOBSETID Check result management: Id einer zu prüfenden Objektmenge 20110228
2 Importing KIND Call by reference Type reference (TYPE) CRMOBSETKI Check result management: Typ einer zu prüfenden Objektmenge 20110228

Method __DEQUEUE_CRMOBJ on class CL_CRM_OBJECT_SET has no exception.

Method __ENQUEUE_CRMOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) CRMOBSETID Check result management: Id einer zu prüfenden Objektmenge 20110228
2 Importing KIND Call by reference Type reference (TYPE) CRMOBSETKI Check result management: Typ einer zu prüfenden Objektmenge 20110228
# Exception Resumable Description Created on
1 FAILED 20110228
History
Last changed by/on SAP  20130531 
SAP Release Created in