SAP ABAP Class CL_CHIP_INSTANCE_HELPER (Help Class for CHIP Instances)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-PB (Application Component) WD ABAP Page Builder
     SWDP_CCP_API (Package) Web Dynpro ABAP: CCP Integration API
Properties
Class CL_CHIP_INSTANCE_HELPER  
Short Description Help Class for CHIP Instances    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_CCP_API   Web Dynpro ABAP: CCP Integration API 
Created 20081127   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class CL_CHIP_INSTANCE_HELPER has no interface implemented.
Friends
Class CL_CHIP_INSTANCE_HELPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_CLASS_OF_IF_CHIP_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_ABAP_OBJECTDESCR Runtime Type Services 20110427
Methods
# Method Level Visibility Method type Description Created on
1 CAST_TO_IF_CHIP_INSTANCE Static method Public Method 20110427
2 CLASS_CONSTRUCTOR Static method Public Constructor 20110427
3 GET_ALL_CHIPS Static method Public Method Returns all CHIP instance IDs 20081127
4 GET_CHIPS_WITH_PORTS Static method Public Method Provides the CHIP instance IDs with Inports and Outports 20081127
5 GET_CHIP_DEFINITION Static method Public Method Provides a CHIP Definition 20081127
6 GET_CHIP_DESCRIPTION Static method Public Method Provides a CHIP description 20081127
7 GET_CHIP_HAS_INPORTS Static method Public Method Provides 'X' if the CHIP has at least one inport 20081127
8 GET_CHIP_HAS_OUTPORTS Static method Public Method Provides 'X' if the CHIP at least one outport 20081127
9 GET_CHIP_INPORTS Static method Public Method Provides the CHIP inports 20081127
10 GET_CHIP_INSTANCE Static method Public Method Provides a CHIP instance 20081127
11 GET_CHIP_OUTPORTS Static method Public Method Provides a CHIP outport 20081127
12 GET_CHIP_SUBSET Static method Public Method Provides the CHIP subset 20090124
Events
Class CL_CHIP_INSTANCE_HELPER has no event.
Types
Class CL_CHIP_INSTANCE_HELPER has no local type.
Method Signatures

Method CAST_TO_IF_CHIP_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHIP_INSTANCE Value transfer Object reference (TYPE REF TO) IF_CHIP_INSTANCE CHIP Instanz 20110427
2 Importing OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20110427

Method CAST_TO_IF_CHIP_INSTANCE on class CL_CHIP_INSTANCE_HELPER has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_CHIP_INSTANCE_HELPER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CHIP_INSTANCE_HELPER has no exception.

Method GET_ALL_CHIPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHIP_INSTANCE_IDS Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20081127

Method GET_ALL_CHIPS on class CL_CHIP_INSTANCE_HELPER has no exception.

Method GET_CHIPS_WITH_PORTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHIP_INSTANCE_IDS Call by reference Type reference (TYPE) STRING_TABLE Tabelle von Strings 20081127
2 Returning CHIP_INSTANCE_IDS_WITH_PORTS Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20081127
3 Importing WITHOUT_INPORTS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20081127
4 Importing WITHOUT_OUTPORTS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20081127
5 Importing WITH_INPORTS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20081127
6 Importing WITH_OUTPORTS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20081127

Method GET_CHIPS_WITH_PORTS on class CL_CHIP_INSTANCE_HELPER has no exception.

Method GET_CHIP_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHIP_DEFINITION Value transfer Object reference (TYPE REF TO) IF_CHIP_DEFINITION CHIP Definition 20081127
2 Importing CHIP_INSTANCE_ID Call by reference Type reference (TYPE) STRING 20081127

Method GET_CHIP_DEFINITION on class CL_CHIP_INSTANCE_HELPER has no exception.

Method GET_CHIP_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHIP_DESCRIPTION Value transfer Object reference (TYPE REF TO) IF_CHIP_DESCRIPTION CHIP Beschreibung 20081127
2 Importing CHIP_INSTANCE_ID Call by reference Type reference (TYPE) STRING 20081127

Method GET_CHIP_DESCRIPTION on class CL_CHIP_INSTANCE_HELPER has no exception.

Method GET_CHIP_HAS_INPORTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHIP_HAS_INPORTS Value transfer Type reference (TYPE) ABAP_BOOL 20081127
2 Importing CHIP_INSTANCE_ID Call by reference Type reference (TYPE) STRING 20081127

Method GET_CHIP_HAS_INPORTS on class CL_CHIP_INSTANCE_HELPER has no exception.

Method GET_CHIP_HAS_OUTPORTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHIP_HAS_OUTPORTS Value transfer Type reference (TYPE) ABAP_BOOL 20081127
2 Importing CHIP_INSTANCE_ID Call by reference Type reference (TYPE) STRING 20081127

Method GET_CHIP_HAS_OUTPORTS on class CL_CHIP_INSTANCE_HELPER has no exception.

Method GET_CHIP_INPORTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHIP_INSTANCE_ID Call by reference Type reference (TYPE) STRING 20081127
2 Returning INPORT_INFO_TAB Value transfer Type reference (TYPE) CHIP_PORT_INFO_TAB Abbildung Name zu Definition eines Ports 20081127

Method GET_CHIP_INPORTS on class CL_CHIP_INSTANCE_HELPER has no exception.

Method GET_CHIP_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHIP_INSTANCE Value transfer Object reference (TYPE REF TO) IF_CHIP_INSTANCE CHIP Instanz 20081127
2 Importing CHIP_INSTANCE_ID Call by reference Type reference (TYPE) STRING 20081127

Method GET_CHIP_INSTANCE on class CL_CHIP_INSTANCE_HELPER has no exception.

Method GET_CHIP_OUTPORTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHIP_INSTANCE_ID Call by reference Type reference (TYPE) STRING 20081127
2 Returning OUTPORT_INFO_TAB Value transfer Type reference (TYPE) CHIP_PORT_INFO_TAB Abbildung Name zu Definition eines Ports 20081127

Method GET_CHIP_OUTPORTS on class CL_CHIP_INSTANCE_HELPER has no exception.

Method GET_CHIP_SUBSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHIP_ID_TO_REMOVE Call by reference Type reference (TYPE) STRING 20090124
2 Importing CHIP_INSTANCE_IDS Call by reference Type reference (TYPE) STRING_TABLE Tabelle von Strings 20090124
3 Returning RESULT Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20090124

Method GET_CHIP_SUBSET on class CL_CHIP_INSTANCE_HELPER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 720