SAP ABAP Class /RPM/CL_PFS_FORM_OPTION (Printing Form Option)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PPM-PFM (Application Component) Portfolio Management
⤷
/RPM/UI_LOGIC (Package) RPM UI Logic for ABAP WD
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /RPM/IF_PFS_FORM_OPTION | Printing Form Options | 20070518 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /RPM/CL_PFS_FORM_OPTION_SIMPLE | Printing Form Option | 20070518 |
Properties
| Class | /RPM/CL_PFS_FORM_OPTION | |
| Short Description | Printing Form Option | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /RPM/UI_LOGIC | RPM UI Logic for ABAP WD |
| Created | 20070518 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /RPM/CL_PFS_FORM_OPTION has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /RPM/IF_PFS_FORM_OPTION | Printing Form Options | 20070518 |
Friends
Class /RPM/CL_PFS_FORM_OPTION 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) | TY_DESCRIPTION_TAB | 20070518 | ||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | TY_VALUE_TAB | 20070518 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | /RPM/TV_FORM_OPTION_NAME | 20070518 | ||||
| 4 | Static Attribute | Protected | Type reference (TYPE) | TY_INSTANCE_TAB | 20070518 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | Class_Constructor | 20070518 | |
| 2 | Instance method | Public | Constructor | Constructor | 20070518 | |
| 3 | Instance method | Protected | Method | Destructor | 20070518 | |
| 4 | Static method | Public | Method | Access Method to Instance | 20070518 | |
| 5 | Static method | Public | Method | Access Method to Instance with Name | 20070518 |
Events
Class /RPM/CL_PFS_FORM_OPTION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_DESCRIPTION | Protected | See coding | Description of Option | 20070518 | begin of TY_DESCRIPTION,
langu type sylangu,
description type /rpm/tv_form_option_desc,
end of ty_description
|
|
| 2 | TY_DESCRIPTION_TAB | Protected | See coding | Table for TY_DESCRIPTION | 20070518 | ty_description_tab type sorted table of ty_description with
unique key langu
|
|
| 3 | TY_INSTANCE | Protected | See coding | Option Instance (Name-Reference-Tuple) | 20070518 | begin of TY_INSTANCE,
name type /rpm/tv_form_option_name,
reference type ref to /rpm/if_pfs_form_option,
end of ty_instance
|
|
| 4 | TY_INSTANCE_TAB | Protected | See coding | Table for TY_INSTANCE | 20070518 | TY_INSTANCE_TAB type sorted table of ty_instance with
unique key name
|
|
| 5 | TY_VALUE | Protected | See coding | Option Values | 20070518 | begin of TY_VALUE,
langu type sylangu,
values type /rpm/tt_form_option_values,
end of ty_value
|
|
| 6 | TY_VALUE_TAB | Protected | See coding | Table for TY_VALUE | 20070518 | TY_VALUE_TAB type sorted table of ty_value with
unique key langu
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class /RPM/CL_PFS_FORM_OPTION has no parameter.
Method CLASS_CONSTRUCTOR on class /RPM/CL_PFS_FORM_OPTION has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | /RPM/TV_FORM_OPTION_NAME | Name of option | 20070518 |
Method CONSTRUCTOR on class /RPM/CL_PFS_FORM_OPTION has no exception.
Method FREE Signature
Method FREE on class /RPM/CL_PFS_FORM_OPTION has no parameter.
Method FREE on class /RPM/CL_PFS_FORM_OPTION has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CLASS_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20070521 | |||
| 2 | IV_OPTION_NAME | Call by reference | Type reference (TYPE) | /RPM/TV_FORM_OPTION_NAME | Name of option | 20070521 | |||
| 3 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | /RPM/IF_PFS_FORM_OPTION | Printing Form Options | 20070521 |
Method GET_INSTANCE on class /RPM/CL_PFS_FORM_OPTION has no exception.
Method GET_INSTANCE_BY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OPTION_NAME | Call by reference | Type reference (TYPE) | /RPM/TV_FORM_OPTION_NAME | Name of option | 20070519 | |||
| 2 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | /RPM/IF_PFS_FORM_OPTION | Printing Form Options | 20070519 |
Method GET_INSTANCE_BY_NAME on class /RPM/CL_PFS_FORM_OPTION has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 450 |