SAP ABAP Class CL_GRPC_CONTROL_PROPOSAL_MODEL (Model Class for Control Proposal)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-SPC (Application Component) Process Controls
⤷
GRPC_STRUCTURE_SETUP (Package) Basic Structures
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_API_CUSTOMFIELD_MODEL | Model extension to handle the custom fields | 20081001 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_API_MODEL | Interface for handling of GRC API models | 20081001 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRPC_API_CUSTOMFIELD_MODEL | Model extension to handle the custom fields | 20081001 |
Properties
| Class | CL_GRPC_CONTROL_PROPOSAL_MODEL | |
| Short Description | Model Class for Control Proposal | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRPC_STRUCTURE_SETUP | Basic Structures |
| Created | 20081001 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GRPC_CONTROL_PROPOSAL_MODEL has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_GRFN_API_CUSTOMFIELD_MODEL | Model extension to handle the custom fields | 20081001 | ||
| 2 | IF_GRFN_API_MODEL | Interface for handling of GRC API models | 20081001 | ||
| 3 | IF_GRPC_API_CUSTOMFIELD_MODEL | Model extension to handle the custom fields | 20081001 |
Friends
Class CL_GRPC_CONTROL_PROPOSAL_MODEL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_GRPC_CONTROL_PROPOSAL_MODEL | Model Class for Control Proposal | 20081001 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | GRPC_T_DB_CTRLPROPOSALT | DB table for Control Proposal text | 20081006 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | GRPC_T_DB_CTRLPROPOSALT | DB table for Control Proposal text | 20081006 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | GRPC_T_PROPOSAL_BUF | 20081001 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | GRPC_T_DB_CTRLPROPOSAL | DB table for Control Proposal | 20081001 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | GRPC_T_DB_CTRLPROPOSAL | DB table for Control Proposal | 20081001 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | GRPC_T_DB_CTRLPROPOSAL | DB table for Control Proposal | 20081001 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20081006 | ||
| 2 | Instance method | Public | Method | 20081021 | ||
| 3 | Instance method | Public | Method | 20081001 | ||
| 4 | Static method | Public | Method | 20081001 | ||
| 5 | Static method | Public | Method | Raise error | 20081001 | |
| 6 | Instance method | Public | Method | 20081002 | ||
| 7 | Instance method | Public | Method | 20081006 | ||
| 8 | Instance method | Public | Method | 20081002 |
Events
Class CL_GRPC_CONTROL_PROPOSAL_MODEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GRPC_S_PROPOSAL_BUF | Public | See coding | 20081001 | BEGIN OF grpc_s_proposal_buf.
INCLUDE TYPE grpc_s_api_control_proposal.
TYPES: chgmode TYPE grpc_chgmode,
END OF grpc_s_proposal_buf
|
||
| 2 | GRPC_T_PROPOSAL_BUF | Public | See coding | 20081001 | grpc_t_proposal_buf TYPE TABLE OF grpc_s_proposal_buf
|
Method Signatures
Method CHECK_BUFFER Signature
Method CHECK_BUFFER on class CL_GRPC_CONTROL_PROPOSAL_MODEL has no parameter.
Method CHECK_BUFFER on class CL_GRPC_CONTROL_PROPOSAL_MODEL has no exception.
Method CLEAR_BUFFER Signature
Method CLEAR_BUFFER on class CL_GRPC_CONTROL_PROPOSAL_MODEL has no parameter.
Method CLEAR_BUFFER on class CL_GRPC_CONTROL_PROPOSAL_MODEL has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PROPOSAL_DATA | Call by reference | Type reference (TYPE) | GRPC_S_API_CONTROL_PROPOSAL | Control Proposal | 20081001 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Basis Class for BAPI Migration | 20081001 |
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_GRPC_CONTROL_PROPOSAL_MODEL | Model Class for Control Proposal | 20081001 |
Method GET_INSTANCE on class CL_GRPC_CONTROL_PROPOSAL_MODEL has no exception.
Method RAISE_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NO | Call by reference | Type reference (TYPE) | SY-MSGNO | Message Number | 20081001 | |||
| 2 | PAR1 | Call by reference | Type reference (TYPE) | SY-MSGV1 | Message Variable | 20081001 | |||
| 3 | PAR2 | Call by reference | Type reference (TYPE) | SY-MSGV2 | Message Variable | 20081001 | |||
| 4 | PAR3 | Call by reference | Type reference (TYPE) | SY-MSGV3 | Message Variable | 20081001 | |||
| 5 | PAR4 | Call by reference | Type reference (TYPE) | SY-MSGV4 | Message Variable | 20081001 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Basis Class for BAPI Migration | 20081001 |
Method RETRIEVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_PROPOSAL_DATA | Call by reference | Type reference (TYPE) | GRPC_S_API_CONTROL_PROPOSAL | Control Proposal | 20081003 | |||
| 2 | IV_PROPOSAL_GUID | Value transfer | Type reference (TYPE) | GUID_32 | Proposal | 20081013 | |||
| 3 | IV_SESSION_ID | Value transfer | Type reference (TYPE) | GRPC_API_SESSION_ID | GRPC unique session ID | 20090119 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Basis Class for BAPI Migration | 20081002 |
Method SAVE Signature
Method SAVE on class CL_GRPC_CONTROL_PROPOSAL_MODEL has no parameter.
Method SAVE on class CL_GRPC_CONTROL_PROPOSAL_MODEL has no exception.
Method UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PROPOSAL_DATA | Call by reference | Type reference (TYPE) | GRPC_S_API_CONTROL_PROPOSAL | Control Proposal | 20081002 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Basis Class for BAPI Migration | 20081002 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 300 |