SAP ABAP Interface IF_PLM_AUDIT_FORM_MODEL (Audit: Common Interface of All Form Models)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-AUD (Application Component) Audit Management
⤷
PLM_AUDIT_CORE (Package) Audit Management - General Core Functions

⤷

⤷

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
Interface | IF_PLM_AUDIT_FORM_MODEL | |
Short Description | Audit: Common Interface of All Form Models |
General Data
Package | PLM_AUDIT_CORE | Audit Management - General Core Functions |
Created | 20010428 | SAP |
Last changed | 20041228 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_PLM_AUDIT_FORM_MODEL has no interface.
Friends
Interface IF_PLM_AUDIT_FORM_MODEL has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CO_FALSE | Constant | Public | Type reference (TYPE) | CHAR1 | ' ' | Boolean Value: False | 20010428 | |
2 | CO_TRUE | Constant | Public | Type reference (TYPE) | CHAR1 | 'X' | Boolean Value: True | 20010428 | |
3 | CO_UNDEFINED | Constant | Public | Type reference (TYPE) | CHAR1 | '-' | Undefined Logical Value | 20010428 | |
4 | M_APPLICATION_TYPE | Instance attribute | Public | Type reference (TYPE) | CGPL_APPLICATION_TYPE | Application Type | 20010716 | ||
5 | M_CAPTION | Instance attribute | Public | Type reference (TYPE) | TDTEXT | Meaning (Short Text) | 20010428 | ||
6 | M_DEFAULT | Instance attribute | Public | Type reference (TYPE) | CHAR1 | Default Indicator | 20010428 | ||
7 | M_NAME | Instance attribute | Public | Type reference (TYPE) | TDSFNAME | Form Name | 20010428 | ||
8 | M_OBJECT_TYPE | Instance attribute | Public | Type reference (TYPE) | CGPL_OBJECT_TYPE | Object Type | 20010428 | ||
9 | M_OPTIONS_REF | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Options (Data Reference) | 20010428 | ||
10 | M_OPTIONS_TYPE | Instance attribute | Public | Type reference (TYPE) | ABAP_ABSTYPENAME | Options (Data Type) | 20010428 | ||
11 | O_INSTANCE | 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
Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface IF_PLM_AUDIT_FORM_MODEL has no parameter.
History
Last changed by/on | SAP | 20041228 |
SAP Release Created in | 30A |