SAP ABAP Class CL_PHIN_CUSTOMIZING_TAKEOVER (PHIN: Profile Takeover)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PM-EQM-THO (Application Component) Takeover/Handover of Technical Objects
⤷
PHIN (Package) Takeover/Handover of Technical Objects

⤷

⤷

Properties
Class | CL_PHIN_CUSTOMIZING_TAKEOVER | |
Short Description | PHIN: Profile Takeover | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | PHIN | Takeover/Handover of Technical Objects |
Created | 20070719 | SAP |
Last change | 20100310 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_PHIN_CUSTOMIZING_TAKEOVER has no forward declaration.
Interfaces
Class CL_PHIN_CUSTOMIZING_TAKEOVER has no interface implemented.
Friends
Class CL_PHIN_CUSTOMIZING_TAKEOVER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | PHIN_D_PI_TEXT | Takeover Profile: Description Text | 20070719 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TPHIN_PI_PRO | Takeover Profile Zeile | 20070719 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TTPHIN_PI_PRO | Takeover Profile Tabelle | 20070726 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TTPHIN_PI_PROT | Takeover Profile: Description Text | 20070726 | ||
5 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | TT_INSTANCE | Instance per profile (type) - table | 20070719 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20070719 |
2 | ![]() |
Instance method | Public | Method | Get customizing-attribute | 20070719 |
3 | ![]() |
Static method | Public | Method | Get Instance | 20070719 |
4 | ![]() |
Instance method | Public | Method | Get customizing text | 20070719 |
Events
Class CL_PHIN_CUSTOMIZING_TAKEOVER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_INSTANCE | Protected | See coding | Instance per profile (type) | 20070719 | BEGIN OF ts_instance,
profile TYPE phin_d_pi_prof,
instance TYPE REF TO cl_phin_customizing_takeover,
END OF ts_instance
|
|
2 | TTPHIN_PI_PRO | Protected | See coding | 20070726 | ttphin_pi_pro TYPE HASHED TABLE OF tphin_pi_pro
WITH UNIQUE KEY profile
|
||
3 | TTPHIN_PI_PROT | Protected | See coding | 20070726 | ttphin_pi_prot TYPE TABLE OF tphin_pi_prot
|
||
4 | TT_INSTANCE | Protected | See coding | Instance per profile (type) - table | 20070719 | tt_instance TYPE HASHED TABLE OF ts_instance
WITH UNIQUE KEY profile
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PROFILE | Call by reference | Type reference (TYPE) | PHIN_D_PI_PROF | Takeover Profile: Unique ID | 20070726 |
Method CONSTRUCTOR on class CL_PHIN_CUSTOMIZING_TAKEOVER has no exception.
Method GET_ATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_VALUE | Value transfer | Type reference (TYPE) | ANY | 20070726 | |||
2 | ![]() |
IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20070726 |
Method GET_ATTRIBUTE on class CL_PHIN_CUSTOMIZING_TAKEOVER has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PROFILE | Call by reference | Type reference (TYPE) | PHIN_D_PI_PROF | Takeover Profile: Unique ID | 20070726 | ||
2 | ![]() |
RV_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_PHIN_CUSTOMIZING_TAKEOVER | PHIN: Profile Takeover | 20070726 |
Method GET_INSTANCE on class CL_PHIN_CUSTOMIZING_TAKEOVER has no exception.
Method GET_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_TEXT | Value transfer | Type reference (TYPE) | PHIN_D_PI_TEXT | Takeover Profile: Description Text | 20070726 |
Method GET_TEXT on class CL_PHIN_CUSTOMIZING_TAKEOVER has no exception.
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 603 |