SAP ABAP Class CL_OPS_SE_PROXY (Base class for inbound proxies)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   MM (Application Component) Materials Management
     OPS_SE_COMMON_FUNCTIONALITIES (Package) Functions for Cross-Component Use
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_OPS_SE_BASE Base class that encapsulates utility classes 20080115
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_IVE_INVOICECRTRQ1 InvoiceRequest_In_V1 20110531
2 Inheritance (c INHERITING FROM c_ref)  CL_IVE_INVOICEERPCRTRQ1 InvoiceERPRequest_In_V1 20110622
3 Inheritance (c INHERITING FROM c_ref)  CL_PUR_PRICESPECIFICATCRTRQ Procurement price spec. create request provider class 20080416
4 Inheritance (c INHERITING FROM c_ref)  CL_SHP_IDSCONFITMQTSCHGRQ To change item quantities of a confirmed Inbound Delivery 20080204
5 Inheritance (c INHERITING FROM c_ref)  CL_SHP_INBDELIVCONFCRTRQ Inbound Delivery Confirmation Create Request 20080204
6 Inheritance (c INHERITING FROM c_ref)  CL_SHP_INBOUNDDELIVERYUPDRQ Service Provider for Inbound Delivery Update Service 20111006
7 Inheritance (c INHERITING FROM c_ref)  CL_SHP_ODQTYREDUCNNO Notify ERP of an Outbound Delivery Quantity Reduction 20080429
8 Inheritance (c INHERITING FROM c_ref)  CL_SHP_OUTBDELIVCONFCRTRQ Outbound Delivery Confirmation Create Request 20080204
9 Inheritance (c INHERITING FROM c_ref)  CL_SHP_OUTBDELIVCRTRQ OutboundDeliveryCreateRequest_In 20080417
10 Inheritance (c INHERITING FROM c_ref)  CL_SHP_OUTBOUNDDELIVERYSPLITRQ Generated proxy implementation 20110928
... Click here to see Used By full list (13 items)
Properties
Class CL_OPS_SE_PROXY  
Short Description Base class for inbound proxies    
Super Class CL_OPS_SE_BASE Base class that encapsulates utility classes 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package OPS_SE_COMMON_FUNCTIONALITIES   Functions for Cross-Component Use 
Created 20080115   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class CL_OPS_SE_PROXY has no interface implemented.
Friends
Class CL_OPS_SE_PROXY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_PROTOCOL_PAYLOAD Instance attribute Protected Object reference (TYPE REF TO) IF_WSPROTOCOL_PAYLOAD XI and WS: Access to Payload 20080115
2 MV_CONNECTIVITY_TYPE Instance attribute Protected Type reference (TYPE) STRING Type of used Protocoll: WS-RM or XI 20091102
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Sets extended XML handling on 20080115
2 DETERMINE_CONNECTIVITY_TYPE Instance method Protected Method Determines Connectivity Type 20091102
3 INDUSTRY_ENHANCEMENT_HANDLING Instance method Protected Method Allows industries to take a different path from core 20080530
4 INITIALIZE_PROCESS Instance method Protected Method Initialization of inbound proxy processing 20080115
5 SET_ATTRIBUTES_FOR_REPLY_OUT Instance method Protected Method Sets Attributs for Point-to-Point enabled Reactor Services 20091102
6 VALIDATE_MESSAGE_SEQUENCE Instance method Protected Method Is Message in Sequence for Point-to-Point enabled RServices 20091102
Events
Class CL_OPS_SE_PROXY has no event.
Types
Class CL_OPS_SE_PROXY has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_XML_HANDLING_ENABLED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE XML Handling is enabled by default. 20080325
# Exception Resumable Description Created on
1 CX_AI_SYSTEM_FAULT Application Integration: Technical Error 20080115

Method DETERMINE_CONNECTIVITY_TYPE Signature

Method DETERMINE_CONNECTIVITY_TYPE on class CL_OPS_SE_PROXY has no parameter.
# Exception Resumable Description Created on
1 CX_OPS_SE_PROCESS Service process error 20091102

Method INDUSTRY_ENHANCEMENT_HANDLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) ANY This would be the payload 20080530
2 Returning RV_SKIP_CORE_IMPLEMENTATION Value transfer Type reference (TYPE) ABAP_BOOL Used to inform if Core implementation should be executed 20080530
# Exception Resumable Description Created on
1 CX_OPS_SE_PROCESS Service process error 20080530

Method INITIALIZE_PROCESS Signature

Method INITIALIZE_PROCESS on class CL_OPS_SE_PROXY has no parameter.
Method INITIALIZE_PROCESS on class CL_OPS_SE_PROXY has no exception.

Method SET_ATTRIBUTES_FOR_REPLY_OUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SERVICE_CLASS Call by reference Object reference (TYPE REF TO) CL_OPS_SE_SERVICE_EXECUTION Service process choreography and FEH support 20091102
2 Importing IS_SERVICE_MESSAGE_HEADER Value transfer Type reference (TYPE) ANY Business information from the perspective of the sender appl 20091102
# Exception Resumable Description Created on
1 CX_OPS_SE_PROCESS Service process error 20091102

Method VALIDATE_MESSAGE_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUSINESS_SYSTEM_ID Call by reference Type reference (TYPE) SLD_BSKEY In-application sequencing: reconciliation is requested 20091102
2 Importing IV_INAPPL_SEQUENCING_CONTEXT Call by reference Type reference (TYPE) BS_SOA_INAPPSEQ_CNTXT Sequencing Context for Checks on Application level 20091104
3 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /SAPPO/DTE_OBJTYPE Object Type 20091103
4 Importing IV_ORDINAL_NUMBER_VALUE Call by reference Type reference (TYPE) BS_SOA_INAPPSEQ_MESSAGE_NMBR Sequencing Information: Message Counter 20091102
5 Importing IV_RECONCILIATION_PERIOD_COUNT Call by reference Type reference (TYPE) BS_SOA_INAPPSEQ_RECON_PER Sequencing Information: Reconciliation Period Counter 20091102
6 Returning RV_RESULT Value transfer Type reference (TYPE) BS_SOA_INAPPSEQ_VAL_RES Constants for BS SOA support 20091102
# Exception Resumable Description Created on
1 CX_OPS_SE_PROCESS Service process error 20091102
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_IVE_INVOICECRTRQ1 InvoiceRequest_In_V1 20110531
2 Inheritance (c INHERITING FROM c_ref)  CL_IVE_INVOICEERPCRTRQ1 InvoiceERPRequest_In_V1 20110622
3 Inheritance (c INHERITING FROM c_ref)  CL_PUR_PRICESPECIFICATCRTRQ Procurement price spec. create request provider class 20080416
4 Inheritance (c INHERITING FROM c_ref)  CL_SHP_IDSCONFITMQTSCHGRQ To change item quantities of a confirmed Inbound Delivery 20080204
5 Inheritance (c INHERITING FROM c_ref)  CL_SHP_INBDELIVCONFCRTRQ Inbound Delivery Confirmation Create Request 20080204
6 Inheritance (c INHERITING FROM c_ref)  CL_SHP_INBOUNDDELIVERYUPDRQ Service Provider for Inbound Delivery Update Service 20111006
7 Inheritance (c INHERITING FROM c_ref)  CL_SHP_ODQTYREDUCNNO Notify ERP of an Outbound Delivery Quantity Reduction 20080429
8 Inheritance (c INHERITING FROM c_ref)  CL_SHP_OUTBDELIVCONFCRTRQ Outbound Delivery Confirmation Create Request 20080204
9 Inheritance (c INHERITING FROM c_ref)  CL_SHP_OUTBDELIVCRTRQ OutboundDeliveryCreateRequest_In 20080417
10 Inheritance (c INHERITING FROM c_ref)  CL_SHP_OUTBOUNDDELIVERYSPLITRQ Generated proxy implementation 20110928
11 Inheritance (c INHERITING FROM c_ref)  CL_SHP_OUTBOUNDDELIVERYUPDRQ Service Provider for Outbound Delivery Update Service 20091021
12 Inheritance (c INHERITING FROM c_ref)  CL_SHP_OUTB_DELIV_BULK_CRT_RQ Generated test implementation 20091027
13 Inheritance (c INHERITING FROM c_ref)  CL_SHP_POLPVNOTIFRQ Purchase Order Logistics Planning View Notification Request 20080512
History
Last changed by/on SAP  20130531 
SAP Release Created in 604