SAP ABAP Class CL_FCOM_ACTIVITYTYPE_CTRL_DATA (FPM FORM: Control Data for ActivityTypes)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
CO (Application Component) Controlling
⤷
FCOM_MASTERDATA_CORE (Package) Master data

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20120919 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20120919 |
Properties
Class | CL_FCOM_ACTIVITYTYPE_CTRL_DATA | |
Short Description | FPM FORM: Control Data for ActivityTypes | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | FCOM_MASTERDATA_CORE | Master data |
Created | 20120919 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_FCOM_ACTIVITYTYPE_CTRL_DATA has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FPM_GUIBB | Generic UI Building Block | 20120919 | ||
2 | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20120919 |
Friends
Class CL_FCOM_ACTIVITYTYPE_CTRL_DATA has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'READ_ONLY' | ReadOnly flag | 20121213 | |
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | NUMC1 | '2' | Num1 | 20121112 | |
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | NUMC1 | '0' | Num1 | 20121112 | |
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | NUMC1 | '1' | Num1 | 20121112 | |
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_ACTTYPE_DETAIL | CO Object: Control Data for Activity Types | 20120924 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_ACTTYPE_DETAIL | CO Object: Control Data for Activity Types | 20130116 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BOOLE_D | is popup in edit mode? | 20120927 | ||
8 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_FCOM_IP_APP_ENVIRONMENT | Application Environment (Buffer) Singleton | 20130116 | ||
9 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_FCOM_IP_SHARE_EVENT_PARAMS | Share Event Data between UIBB/GUIBB | 20121023 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_COSL_ACT_TAB | 20121112 | |||
11 | ![]() |
Instance attribute | Private | See coding | Single-Character Indicator | 20120927 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Check if there are actual COSL in fyear | 20121112 |
2 | ![]() |
Instance method | Protected | Method | Check if there are actual COSS in fyear | 20121112 |
3 | ![]() |
Instance method | Protected | Method | Check data | 20130116 |
4 | ![]() |
Instance method | Protected | Method | Modify Screen | 20121112 |
5 | ![]() |
Instance method | Protected | Method | Set F4 fix values | 20130115 |
Events
Class CL_FCOM_ACTIVITYTYPE_CTRL_DATA has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_ACTTYPE_DETAIL | Private | See coding | 20120924 | BEGIN OF ty_acttype_detail.
INCLUDE TYPE fcoms_acttype_ctrl_data.
TYPES: kokrs TYPE kokrs,
kostl TYPE kostl,
lstar TYPE lstar,
changed TYPE boole_d,
END OF ty_acttype_detail
|
||
2 | TY_COSL_ACT | Private | See coding | 20121112 | BEGIN OF ty_cosl_act,
lednr TYPE cosl-lednr, "Sätze in Leistungsarten-
objnr TYPE cosl-objnr, "planung
gjahr TYPE cosl-gjahr, "wird nur beim Neustart der
versn TYPE cosl-versn, "Transaktion refreshed
exist TYPE boole_d,
END OF ty_cosl_act
|
||
3 | TY_COSL_ACT_TAB | Private | See coding | 20121112 | ty_cosl_act_tab TYPE TABLE OF ty_cosl_act
|
Method Signatures
Method CHECK_COSL_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CB_FOUND | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20121112 | ||
2 | ![]() |
IV_COKL | Call by reference | Type reference (TYPE) | COKL | CO Object: Control Data for Activity Types | 20121112 |
Method CHECK_COSL_DATA on class CL_FCOM_ACTIVITYTYPE_CTRL_DATA has no exception.
Method CHECK_COSS_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CB_COSS_DATA | Call by reference | Type reference (TYPE) | NUMC1 | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20121112 | ||
2 | ![]() |
IV_COKL | Call by reference | Type reference (TYPE) | COKL | CO Object: Control Data for Activity Types | 20121112 |
Method CHECK_COSS_DATA on class CL_FCOM_ACTIVITYTYPE_CTRL_DATA has no exception.
Method CHECK_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGES | Call by reference | Type reference (TYPE) | FPMGB_T_MESSAGES | FPMGB Messages (T100 & Plaintext) | 20130116 | ||
2 | ![]() |
EV_RESULT | Call by reference | Type reference (TYPE) | FPM_EVENT_RESULT | FPM Event Result | 20130116 | ||
3 | ![]() |
IM_ACTTYPE_DETAIL | Call by reference | Type reference (TYPE) | FCOMS_ACTTYPE_CTRL_DATA | BI-IP Control Data for Activiity Types | 20130116 |
Method CHECK_DATA on class CL_FCOM_ACTIVITYTYPE_CTRL_DATA has no exception.
Method MODIFY_SCREEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_FIELD_USAGE | Call by reference | Type reference (TYPE) | FPMGB_T_FIELDUSAGE | Field Usage | 20121112 | ||
2 | ![]() |
EV_FIELD_USAGE_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20121112 | ||
3 | ![]() |
IV_COKL | Call by reference | Type reference (TYPE) | COKL | CO Object: Control Data for Activity Types | 20121112 | ||
4 | ![]() |
IV_KOKRS | Call by reference | Type reference (TYPE) | KOKRS | Controlling Area | 20121112 | ||
5 | ![]() |
IV_READ_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | Whole popup in Read-Only Mode? | 20121213 |
Method MODIFY_SCREEN on class CL_FCOM_ACTIVITYTYPE_CTRL_DATA has no exception.
Method SET_F4_SHRINK_INFOS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_FIELDNAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Fieldname | 20130115 | ||
2 | ![]() |
RE_FIXED_VALUES | Value transfer | Type reference (TYPE) | WDR_CONTEXT_ATTR_VALUE_LIST | Fixed Value List | 20130115 |
Method SET_F4_SHRINK_INFOS on class CL_FCOM_ACTIVITYTYPE_CTRL_DATA has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 617 |