SAP ABAP Class CL_CHIP_CONTRACT_TAGGING (CHIP Contract Help Class)
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_CONTRACT_TAGGING | |
Short Description | CHIP Contract Help Class | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWDP_CCP_API | Web Dynpro ABAP: CCP Integration API |
Created | 20100104 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_CHIP_CONTRACT_TAGGING has no interface implemented.
Friends
Class CL_CHIP_CONTRACT_TAGGING has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | CHIP_CONTRACT | 'IConfiguration' | CHIP Contract | 20100525 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | CHIP_CONTRACT | 'IInitialValueConfiguration' | CHIP Contract | 20100708 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | CHIP_CONTRACT | 'IProcessStep' | CHIP Contract | 20100525 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | CHIP_CONTRACT | 'IResetConfiguration' | CHIP Contract | 20100708 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | CHIP_CONTRACT | 'IWiring' | CHIP Contract | 20100525 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | CHIP_CONTRACT_TAGGING | 'CHIP_CONTRACT:CONFIGURATION_INPORT' | CHIP Contract Tagging | 20100525 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | CHIP_CONTRACT_TAGGING | 'CHIP_CONTRACT:CONFIGURATION_OUTPORT' | CHIP Contract Tagging | 20100624 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | CHIP_CONTRACT_TAGGING | 'CHIP_CONTRACT:INITIAL_VALUE_CONFIGURATION_OUTPORT' | CHIP Contract Tagging | 20100708 | |
9 | ![]() |
Constant | Public | Type reference (TYPE) | CHIP_CONTRACT_TAGGING | 'CHIP_CONTRACT:PROCESS_STEP_END_POINT' | CHIP Contract Tagging | 20100525 | |
10 | ![]() |
Constant | Public | Type reference (TYPE) | CHIP_CONTRACT_TAGGING | 'CHIP_CONTRACT:PROCESS_STEP_START_POINT' | CHIP Contract Tagging | 20100525 | |
11 | ![]() |
Constant | Public | Type reference (TYPE) | CHIP_CONTRACT_TAGGING | 'CHIP_CONTRACT:RESET_CONFIGURATION_OUTPORT' | CHIP Contract Tagging | 20100708 | |
12 | ![]() |
Constant | Public | Type reference (TYPE) | CHIP_CONTRACT_TAGGING | 'CHIP_CONTRACT:WIRING_INPORT' | CHIP Contract Tagging | 20100525 | |
13 | ![]() |
Constant | Public | Type reference (TYPE) | CHIP_CONTRACT_TAGGING | 'CHIP_CONTRACT:WIRING_OUTPORT' | CHIP Contract Tagging | 20100525 | |
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_T_CONTRACT_TAGGING | 20100104 | |||
15 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_CHIP_CONTRACT_TAGGING | CHIP Contract Help Class | 20100104 | ||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_T_CONTRACT_TAGGING_DESCR | 20100503 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20100708 | |
2 | ![]() |
Instance method | Private | Method | 20100708 | |
3 | ![]() |
Instance method | Private | Method | 20100708 | |
4 | ![]() |
Instance method | Private | Method | 20100708 | |
5 | ![]() |
Instance method | Private | Method | 20100708 | |
6 | ![]() |
Instance method | Private | Constructor | 20100104 | |
7 | ![]() |
Instance method | Public | Method | 20100104 | |
8 | ![]() |
Instance method | Public | Method | 20100104 | |
9 | ![]() |
Static method | Public | Method | 20100104 | |
10 | ![]() |
Instance method | Public | Method | 20100503 | |
11 | ![]() |
Instance method | Public | Method | 20100104 | |
12 | ![]() |
Instance method | Public | Method | 20100105 |
Events
Class CL_CHIP_CONTRACT_TAGGING has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TP_S_CONTRACT_TAGGING | Private | See coding | 20100104 | begin of tp_s_contract_tagging,
port_type type chip_port_type,
contract_tagging type chip_contract_tagging,
contract type chip_contract,
default type abap_bool,
end of tp_s_contract_tagging
|
||
2 | TP_S_CONTRACT_TAGGING_DESCR | Private | See coding | 20100503 | begin of tp_s_contract_tagging_descr,
contract_tagging type chip_contract_tagging,
description type wdy_tag_description_short,
end of tp_s_contract_tagging_descr
|
||
3 | TP_T_CONTRACT_TAGGING | Private | See coding | 20100104 | tp_t_contract_tagging type hashed table of tp_s_contract_tagging with unique key port_type contract_tagging contract
|
||
4 | TP_T_CONTRACT_TAGGING_DESCR | Private | See coding | 20100503 | tp_t_contract_tagging_descr type hashed table of tp_s_contract_tagging_descr with unique key contract_tagging
|
Method Signatures
Method ADD_CONFIGURATION_CONTRACT Signature
Method ADD_CONFIGURATION_CONTRACT on class CL_CHIP_CONTRACT_TAGGING has no parameter.
Method ADD_CONFIGURATION_CONTRACT on class CL_CHIP_CONTRACT_TAGGING has no exception.
Method ADD_INIT_VAL_CONF_CONTRACT Signature
Method ADD_INIT_VAL_CONF_CONTRACT on class CL_CHIP_CONTRACT_TAGGING has no parameter.
Method ADD_INIT_VAL_CONF_CONTRACT on class CL_CHIP_CONTRACT_TAGGING has no exception.
Method ADD_PROCESS_STEP_CONTRACT Signature
Method ADD_PROCESS_STEP_CONTRACT on class CL_CHIP_CONTRACT_TAGGING has no parameter.
Method ADD_PROCESS_STEP_CONTRACT on class CL_CHIP_CONTRACT_TAGGING has no exception.
Method ADD_RESET_CONFIG_CONTRACT Signature
Method ADD_RESET_CONFIG_CONTRACT on class CL_CHIP_CONTRACT_TAGGING has no parameter.
Method ADD_RESET_CONFIG_CONTRACT on class CL_CHIP_CONTRACT_TAGGING has no exception.
Method ADD_WIRING_CONTRACT Signature
Method ADD_WIRING_CONTRACT on class CL_CHIP_CONTRACT_TAGGING has no parameter.
Method ADD_WIRING_CONTRACT on class CL_CHIP_CONTRACT_TAGGING has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_CHIP_CONTRACT_TAGGING has no parameter.
Method CONSTRUCTOR on class CL_CHIP_CONTRACT_TAGGING has no exception.
Method GET_CONTRACTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTRACTS | Value transfer | Type reference (TYPE) | CHIP_CONTRACT_LIST | CHIP Contract List | 20100104 |
Method GET_CONTRACTS on class CL_CHIP_CONTRACT_TAGGING has no exception.
Method GET_CONTRACT_TAGGINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTRACT_TAGGINGS | Value transfer | Type reference (TYPE) | CHIP_CONTRACT_TAGGING_LIST | CHIP Contract Tagging List | 20100104 | ||
2 | ![]() |
ONLY_DEFAULT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100104 | |||
3 | ![]() |
PORT_TYPE | Call by reference | Type reference (TYPE) | CHIP_PORT_TYPE | PageBuilder: Typ eines CHIP-Ports | 20100104 |
Method GET_CONTRACT_TAGGINGS on class CL_CHIP_CONTRACT_TAGGING has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTRACT_TAGGING_UTIL | Value transfer | Object reference (TYPE REF TO) | CL_CHIP_CONTRACT_TAGGING | CHIP Contract Hilfsklasse | 20100104 |
Method GET_INSTANCE on class CL_CHIP_CONTRACT_TAGGING has no exception.
Method GET_TAGGING_DESCRITPION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTRACT_TAGGING | Call by reference | Type reference (TYPE) | CHIP_CONTRACT_TAGGING | CHIP Contract Tagging | 20100503 | ||
2 | ![]() |
DESCRIPTION | Value transfer | Type reference (TYPE) | WDY_TAG_DESCRIPTION_SHORT | Kurzbeschreibung zu einem Tag | 20100503 |
Method GET_TAGGING_DESCRITPION on class CL_CHIP_CONTRACT_TAGGING has no exception.
Method IS_CONTRACT_TAGGING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTRACT_TAGGING | Call by reference | Type reference (TYPE) | CHIP_CONTRACT_TAGGING | CHIP Contract Tagging | 20100104 | ||
2 | ![]() |
IS_CONTRACT_TAGGING | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100104 | |||
3 | ![]() |
PORT_TYPE | Call by reference | Type reference (TYPE) | CHIP_PORT_TYPE | PageBuilder: Typ eines CHIP-Ports | 20100104 |
Method IS_CONTRACT_TAGGING on class CL_CHIP_CONTRACT_TAGGING has no exception.
Method IS_TAGGING_FOR_CONTRACT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTRACT | Call by reference | Type reference (TYPE) | CHIP_CONTRACT | CHIP Contract | 20100105 | ||
2 | ![]() |
CONTRACT_TAGGING | Call by reference | Type reference (TYPE) | CHIP_CONTRACT_TAGGING | CHIP Contract Tagging | 20100105 | ||
3 | ![]() |
IS_TAGGING_FOR_CONTRACT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100105 | |||
4 | ![]() |
PORT_TYPE | Call by reference | Type reference (TYPE) | CHIP_PORT_TYPE | PageBuilder: Typ eines CHIP-Ports | 20100105 |
Method IS_TAGGING_FOR_CONTRACT on class CL_CHIP_CONTRACT_TAGGING has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 800 |