SAP ABAP Class IF_PLM_AUDIT_FORM_MODEL (Audit: Common Interface of All Form Models)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_PLM_AUDIT_FORM_MODEL | Audit: Abstract Form Model | 20010712 |
Properties
| Class | IF_PLM_AUDIT_FORM_MODEL | |
| Short Description | Audit: Common Interface of All Form Models | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20010428 | SAP |
| Last change | 20041228 | 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 IF_PLM_AUDIT_FORM_MODEL has no interface implemented.
Friends
Class IF_PLM_AUDIT_FORM_MODEL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | CHAR1 | ' ' | Boolean Value: False | 20010428 | ||
| 2 | Constant | Public | Type reference (TYPE) | CHAR1 | 'X' | Boolean Value: True | 20010428 | ||
| 3 | Constant | Public | Type reference (TYPE) | CHAR1 | '-' | Undefined Logical Value | 20010428 | ||
| 4 | Instance attribute | Public | Type reference (TYPE) | CGPL_APPLICATION_TYPE | Application Type | 20010716 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | TDTEXT | Meaning (Short Text) | 20010428 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | CHAR1 | Default Indicator | 20010428 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | TDSFNAME | Form Name | 20010428 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | CGPL_OBJECT_TYPE | Object Type | 20010428 | |||
| 9 | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Options (Data Reference) | 20010428 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | ABAP_ABSTYPENAME | Options (Data Type) | 20010428 | |||
| 11 | Static Attribute | Public | Object reference (TYPE REF TO) | IF_PLM_AUDIT_FORM_MODEL | Reference to Singleton | 20010428 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Method of Accessing Application Type (Reading) | 20010716 | |
| 2 | Instance method | Public | Method | Access Method for Meaning (Short Text) (Reading) | 20010428 | |
| 3 | Static method | Public | Method | Access Method for Instance (Singleton) (Reading) | 20010428 | |
| 4 | Instance method | Public | Method | Access Method for Form Name (Reading) | 20010428 | |
| 5 | Instance method | Public | Method | Access Method for Object Type (Reading) | 20010428 | |
| 6 | Instance method | Public | Method | Access Method for Options (Reading) | 20010428 | |
| 7 | Instance method | Public | Method | Does Form Have Options? | 20010428 | |
| 8 | Instance method | Public | Method | Is Default Indicator Set? | 20010428 | |
| 9 | Instance method | Public | Method | Access Method for Default Indicator (Writing) | 20010428 | |
| 10 | Instance method | Public | Method | Access Method for Options (Writing) | 20010428 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | CREATED | Instance Event (0) |
Public (2) |
Form Model Generated | 20010428 |
Types
Class IF_PLM_AUDIT_FORM_MODEL has no local type.
Method Signatures
Method GET_APPLICATION_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_APPLICATION_TYPE | Value transfer | Type reference (TYPE) | CGPL_APPLICATION_TYPE | Typ der Applikation | 20010716 |
Method GET_APPLICATION_TYPE on class IF_PLM_AUDIT_FORM_MODEL has no exception.
Method GET_CAPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CAPTION | Value transfer | Type reference (TYPE) | TDTEXT | Bedeutung (Kurztext) | 20010428 |
Method GET_CAPTION on class IF_PLM_AUDIT_FORM_MODEL has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_PLM_AUDIT_FORM_MODEL | AuditReferenz auf Instanz | 20010428 |
Method GET_INSTANCE on class IF_PLM_AUDIT_FORM_MODEL has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NAME | Value transfer | Type reference (TYPE) | TDSFNAME | Formularname | 20010428 |
Method GET_NAME on class IF_PLM_AUDIT_FORM_MODEL has no exception.
Method GET_OBJECT_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_OBJECT_TYPE | Value transfer | Type reference (TYPE) | CGPL_OBJECT_TYPE | Objekttyp | 20010428 |
Method GET_OBJECT_TYPE on class IF_PLM_AUDIT_FORM_MODEL has no exception.
Method GET_OPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_OPTIONS_REF | Call by reference | Object reference (TYPE REF TO) | DATA | Optionen (Datenreferenz) | 20010428 | |||
| 2 | EV_OPTIONS_TYPE | Call by reference | Type reference (TYPE) | ABAP_ABSTYPENAME | Optionen (Datentyp) | 20010428 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Keine Optionen vorhanden | 20010428 |
Method HAS_OPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_HAS_OPTIONS | Value transfer | Type reference (TYPE) | CHAR1 | Bool'scher Wert: Optionen ('X' -> wahr) | 20010428 |
Method HAS_OPTIONS on class IF_PLM_AUDIT_FORM_MODEL has no exception.
Method IS_DEFAULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_DEFAULT | Value transfer | Type reference (TYPE) | CHAR1 | Bool'scher Wert: Default ('X' -> wahr) | 20010428 |
Method IS_DEFAULT on class IF_PLM_AUDIT_FORM_MODEL has no exception.
Method SET_DEFAULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DEFAULT | Call by reference | Type reference (TYPE) | CHAR1 | Bool'scher Wert: Default ('X' -> wahr) | 20010428 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim schreibenden Zugriff | 20010428 |
Method SET_OPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OPTIONS_REF | Call by reference | Object reference (TYPE REF TO) | DATA | Optionen (Datenreferenz) | 20010428 | |||
| 2 | IV_OPTIONS_TYPE | Call by reference | Type reference (TYPE) | ABAP_ABSTYPENAME | Optionen (Datentyp) | 20010428 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim schreibenden Zugriff | 20010428 | ||
| 2 | Keine Optionen vorhanden | 20010428 |
Event Signatures
Event CREATED Signature
Event CREATED on class IF_PLM_AUDIT_FORM_MODEL has no parameter.
History
| Last changed by/on | SAP | 20041228 |
| SAP Release Created in |