SAP ABAP Class CL_PXN_CONTRACT (Contract)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-PRX (Application Component) Proxy Generation
⤷
SAI_PROXY_GENTIME_MDR (Package) Proxy Generation Meta Data Repository
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_PXN_GLOBAL | global objects | 20120322 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_PXN_CONTRACT | Contract | 20111214 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_PXN_GLOBAL_BASE | implements base if | 20111214 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_PXN_LIFE_CYCLE_STATUS | Classification | 20120504 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_PXN_OBJECT | proxy object (not necessarily global) | 20121005 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_PXN_TEXT_REFERENCE | refers a text object | 20111214 |
| 7 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_PXN_VERSION_ID | refers a text object | 20120522 |
Properties
| Class | CL_PXN_CONTRACT | |
| Short Description | Contract | |
| Super Class | CL_PXN_GLOBAL | global objects |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SAI_PROXY_GENTIME_MDR | Proxy Generation Meta Data Repository |
| Created | 20111214 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 5 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 6 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_PXN_CONTRACT | Contract | 20111214 | ||
| 2 | IF_PXN_GLOBAL_BASE | implements base if | 20111214 | ||
| 3 | IF_PXN_LIFE_CYCLE_STATUS | Classification | 20120504 | ||
| 4 | IF_PXN_OBJECT | proxy object (not necessarily global) | 20121005 | ||
| 5 | IF_PXN_TEXT_REFERENCE | refers a text object | 20111214 | ||
| 6 | IF_PXN_VERSION_ID | refers a text object | 20120522 |
Friends
Class CL_PXN_CONTRACT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | T_CLASS_INFO | 20111214 | ||||
| 2 | Constant | Private | Type reference (TYPE) | PRXGENAPPL | 'Modelled' | 20120113 | |||
| 3 | Constant | Private | Type reference (TYPE) | PRXGENAPPL | CL_PROXY=>GENERATING_APPLICATION_WEBSERV | g | 20120113 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | T_MESSAGE_SCOPES | 20120113 | ||||
| 5 | Instance attribute | Private | Attribute reference (LIKE) | 20111214 | |||||
| 6 | Instance attribute | Private | Type reference (TYPE) | SPRX_S_PROXY | 20120525 | ||||
| 7 | Instance attribute | Private | Attribute reference (LIKE) | 20111214 |
Methods
Events
Class CL_PXN_CONTRACT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_CHANGED_IDS | Private | See coding | 20120213 | tt_changed_ids type standard table of ty_changed_ids with non-unique key id
|
||
| 2 | TY_CHANGED_IDS | Private | See coding | 20120213 | begin of ty_changed_ids,
id type prx_id,
type_of_change type c length 1,
end of ty_changed_ids
|
||
| 3 | T_MESSAGE_SCOPE | Public | See coding | 20120111 | begin of t_message_scope,
package type devclass,
gen_appl type prxgenappl,
mess_name type prx_r3name,
end of t_message_scope
|
||
| 4 | T_MESSAGE_SCOPES | Public | See coding | 20120113 | t_message_scopes type sorted table of t_message_scope with unique key mess_name
|
Method Signatures
Method ADJUST_ACTOR_OPERATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CHANGES | Call by reference | Type reference (TYPE) | TT_CHANGED_IDS | 20120305 | ||||
| 2 | CT_LOG | Call by reference | Type reference (TYPE) | CX_PXN_LOG_ENTRY=>TAB | 20120305 | ||||
| 3 | IR_CONTRACT_ACTOR | Call by reference | Object reference (TYPE REF TO) | SPRX_S_CONTRACT_ACTOR | 20120111 | ||||
| 4 | IS_SEMANTIC_ACTOR | Call by reference | Type reference (TYPE) | SPRX_S_CONTRACT_ACTOR | 20120111 |
Method ADJUST_ACTOR_OPERATIONS on class CL_PXN_CONTRACT has no exception.
Method CHECK_COMMUNICATION_TYPE Signature
Method CHECK_COMMUNICATION_TYPE on class CL_PXN_CONTRACT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121213 | |||
| 2 | 20121213 |
Method CHECK_LIFECYCLE Signature
Method CHECK_LIFECYCLE on class CL_PXN_CONTRACT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121213 | |||
| 2 | 20121213 | |||
| 3 | 20121213 |
Method CHECK_SCOPE Signature
Method CHECK_SCOPE on class CL_PXN_CONTRACT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121213 | |||
| 2 | 20121213 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_PXN_CONTRACT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_PXN_CONTRACT has no exception.
Method COMPARE_SEM_CONTRACT Signature
Method COMPARE_SEM_CONTRACT on class CL_PXN_CONTRACT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | external inconsistency; repair might be possible | 20120201 | ||
| 2 | Node is obsolete | 20120201 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROXY | Call by reference | Object reference (TYPE REF TO) | CL_PROXY_OBJECT | Test MDR | 20111214 |
Method CONSTRUCTOR on class CL_PXN_CONTRACT has no exception.
Method FILL_RFC_CONSUMER_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RFC_CONSUMER_DEFINITION | Call by reference | Type reference (TYPE) | SPRX_RFC_CONSUMER_TAB | 20121218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130315 | |||
| 2 | 20121219 |
Method GET_ACTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | POS | Call by reference | Type reference (TYPE) | I | 20111214 | ||||
| 2 | RVAL | Value transfer | Object reference (TYPE REF TO) | CL_PXN_CONTRACT_ACTOR | Actor | 20111214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20111214 |
Method GET_CONSUMER_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJ_NAME | Call by reference | Type reference (TYPE) | PRX_R3NAME | Proxy Generation: Name of an Object in R/3 | 20130124 | |||
| 2 | RFC_CONSUMER_DEFINITION | Call by reference | Type reference (TYPE) | SPRX_RFC_CONSUMER_TAB | 20130124 |
Method GET_CONSUMER_DEFINITION on class CL_PXN_CONTRACT has no exception.
Method GET_CONTRACT_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTRACT_DEFINITION | Call by reference | Type reference (TYPE) | SPRX_CONTRACT | 20130116 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130116 |
Method GET_SCHEMA_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | XSTRING | 20120511 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120511 |
Method GET_SEM_CONTRACT_SPRX_QNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | SPRX_QNAME | 20121129 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121129 |
Method GET_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | XSTRING | 20120511 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120511 |
Method IS_SCOPE_VALID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CURRENT_SCOPE | Call by reference | Type reference (TYPE) | T_MESSAGE_SCOPE | 20120111 | ||||
| 2 | IGNORE_ID | Call by reference | Type reference (TYPE) | PRX_ID | 20130201 | ||||
| 3 | IS_VALID | Call by reference | Type reference (TYPE) | PRX_BOOLEAN | ABAP Proxies: Boolean Value ('X' = True, Space = False) | 20120111 | |||
| 4 | SCOPE | Call by reference | Type reference (TYPE) | T_MESSAGE_SCOPE | 20120111 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object is invalid or inconsistent | 20120113 | ||
| 2 | Node is obsolete | 20120113 |
Method QUERY_SEM_CONTRACT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_SEM_CONTRACT_PROXY | Value transfer | Type reference (TYPE) | SPRX_S_PROXY | 20120525 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MDR fault (abstract) | 20120525 | ||
| 2 | 20120525 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 804 |