SAP ABAP Class CL_OIUP_CONNECTION (PDM - CPIC Connection (4.6C))
Hierarchy
☛
IS-OIL (Software Component) IS-OIL
⤷
IS-OIL-PRA (Application Component) Production and Revenue Accounting
⤷
OIU_P (Package) Partitioned Data Management
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_OIUP_ARFC_CONNECTION | PDM - ARFC Connection via CPIC (4.6C) | 20040510 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_OIUP_CPIC_CONNECTION | PDM - CPIC Connection via CPIC (4.6C) | 20040510 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_OIUP_SRFC_CONNECTION | PDM - SRFC Connection via CPIC (4.6C) | 20040527 |
Properties
| Class | CL_OIUP_CONNECTION | |
| Short Description | PDM - CPIC Connection (4.6C) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | OIUP | |
| Program status | ||
| Category | 0 | |
| Package | OIU_P | Partitioned Data Management |
| Created | 20040510 | SAP |
| Last change | 20050224 | 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) |
Interfaces
Class CL_OIUP_CONNECTION has no interface implemented.
Friends
Class CL_OIUP_CONNECTION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Type reference (TYPE) | FLAG | 'X' = ASCII, SPACE = other code pages | 20040517 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | CHAR8 | CPIC Conversation ID | 20040510 | |||
| 3 | Constant | Protected | Type reference (TYPE) | CHAR1 | SPACE | Constant - False | 20040510 | ||
| 4 | Constant | Protected | Type reference (TYPE) | CHAR1 | 'X' | Constant - True | 20040510 | ||
| 5 | Instance attribute | Protected | Type reference (TYPE) | X | CPIC Received Data Info (per call) | 20040510 | |||
| 6 | Static Attribute | Protected | Type reference (TYPE) | FLAG | 'X' = 46x, SPACE = 472 & Higher | 20040517 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | X | CPIC Received Length (per call) | 20040510 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | X | CPIC Received Status Info (per call) | 20040510 | |||
| 9 | Static Attribute | Private | Type reference (TYPE) | FLAG | 'X' = Write to Sys Log, SPACE = do not | 20040517 | |||
| 10 | Static Attribute | Protected | Type reference (TYPE) | FLAG | 'X' = UNICODE, SPACE = not | 20040517 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20040517 | |
| 2 | Instance method | Protected | Method | Connect to a specific form within function group OIUP | 20040510 | |
| 3 | Static method | Public | Method | Determine whether to use ARFC or CPIC | 20040510 | |
| 4 | Instance method | Public | Method | Disconnect | 20040510 | |
| 5 | Static method | Public | Method | Write to system log (for debugging CPIC only) | 20040512 | |
| 6 | Instance method | Protected | Method | Receive Data | 20040510 | |
| 7 | Instance method | Protected | Method | Send Data | 20040510 |
Events
Class CL_OIUP_CONNECTION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_DATA | Private | See coding | CPIC Communication Data Stream | 20040510 | |
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_OIUP_CONNECTION has no parameter.
Method CLASS_CONSTRUCTOR on class CL_OIUP_CONNECTION has no exception.
Method CONNECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLIENT | Value transfer | Type reference (TYPE) | MANDT | SY-MANDT | Client | 20040512 | ||
| 2 | FORM | Value transfer | Type reference (TYPE) | STRING | Form Name | 20040510 |
Method CONNECT on class CL_OIUP_CONNECTION has no exception.
Method DETERMINE_METHOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CPIC_LOCATIONS | Value transfer | Type reference (TYPE) | OIUP_DATA_LOCATIONS_ITAB | CPIC Data Locations | 20040510 | |||
| 2 | DATA_LOCATIONS | Value transfer | Type reference (TYPE) | OIUP_DATA_LOCATIONS_ITAB | Data Locations | 20040510 | |||
| 3 | INCLUDE_DEPENDENT_TABLE | Value transfer | Type reference (TYPE) | FLAG | SPACE | Include Dependent Table | 20040818 | ||
| 4 | RFC_LOCATIONS | Value transfer | Type reference (TYPE) | OIUP_DATA_LOCATIONS_ITAB | RFC Data Locations | 20040527 |
Method DETERMINE_METHOD on class CL_OIUP_CONNECTION has no exception.
Method DISCONNECT Signature
Method DISCONNECT on class CL_OIUP_CONNECTION has no parameter.
Method DISCONNECT on class CL_OIUP_CONNECTION has no exception.
Method LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FORCE | Value transfer | Type reference (TYPE) | FLAG | SPACE | Force Logging | 20040528 | ||
| 2 | MESSAGE | Value transfer | Type reference (TYPE) | ANY | 20040512 |
Method LOG on class CL_OIUP_CONNECTION has no exception.
Method RECEIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Value transfer | Type reference (TYPE) | STRING | Received Data | 20040510 | |||
| 2 | HOLD | Value transfer | Type reference (TYPE) | FLAG | 'X' = WP_HOLD, SPACE = Rollout | 20040510 |
Method RECEIVE on class CL_OIUP_CONNECTION has no exception.
Method SEND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Value transfer | Type reference (TYPE) | ANY | Data to be sent | 20040510 | |||
| 2 | STRUCTURE | Value transfer | Type reference (TYPE) | FLAG | SPACE | General Flag | 20040518 |
Method SEND on class CL_OIUP_CONNECTION has no exception.
History
| Last changed by/on | SAP | 20050224 |
| SAP Release Created in | 472 |