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 CL_OIUP_CPIC_CONNECTION 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 ASCII Static Attribute Protected Type reference (TYPE) FLAG 'X' = ASCII, SPACE = other code pages 20040517
2 CONV_ID Instance attribute Protected Type reference (TYPE) CHAR8 CPIC Conversation ID 20040510
3 C_FALSE Constant Protected Type reference (TYPE) CHAR1 SPACE Constant - False 20040510
4 C_TRUE Constant Protected Type reference (TYPE) CHAR1 'X' Constant - True 20040510
5 DATA_INFO Instance attribute Protected Type reference (TYPE) X CPIC Received Data Info (per call) 20040510
6 R3_46 Static Attribute Protected Type reference (TYPE) FLAG 'X' = 46x, SPACE = 472 & Higher 20040517
7 RECEIVED_LENGTH Instance attribute Protected Type reference (TYPE) X CPIC Received Length (per call) 20040510
8 STATUS_INFO Instance attribute Protected Type reference (TYPE) X CPIC Received Status Info (per call) 20040510
9 SYSLOG Static Attribute Private Type reference (TYPE) FLAG 'X' = Write to Sys Log, SPACE = do not 20040517
10 UNICODE Static Attribute Protected Type reference (TYPE) FLAG 'X' = UNICODE, SPACE = not 20040517
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20040517
2 CONNECT Instance method Protected Method Connect to a specific form within function group OIUP 20040510
3 DETERMINE_METHOD Static method Public Method Determine whether to use ARFC or CPIC 20040510
4 DISCONNECT Instance method Public Method Disconnect 20040510
5 LOG Static method Public Method Write to system log (for debugging CPIC only) 20040512
6 RECEIVE Instance method Protected Method Receive Data 20040510
7 SEND 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 Importing CLIENT Value transfer Type reference (TYPE) MANDT SY-MANDT Client 20040512
2 Importing 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 Exporting CPIC_LOCATIONS Value transfer Type reference (TYPE) OIUP_DATA_LOCATIONS_ITAB CPIC Data Locations 20040510
2 Importing DATA_LOCATIONS Value transfer Type reference (TYPE) OIUP_DATA_LOCATIONS_ITAB Data Locations 20040510
3 Importing INCLUDE_DEPENDENT_TABLE Value transfer Type reference (TYPE) FLAG SPACE Include Dependent Table 20040818
4 Exporting 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 Importing FORCE Value transfer Type reference (TYPE) FLAG SPACE Force Logging 20040528
2 Importing 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 Returning DATA Value transfer Type reference (TYPE) STRING Received Data 20040510
2 Importing 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 Importing DATA Value transfer Type reference (TYPE) ANY Data to be sent 20040510
2 Importing 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