SAP ABAP Class CRF_SPRXT_CUSTOMER (CRF_SPRXT_CUSTOMER)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-PRX (Application Component) Proxy Generation
     SAI_PROXY_TEST (Package) Test Package for Generated Proxies
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_PROXY_CLIENT_RFC Base class for RFC Consumer Proxies 20121212
Properties
Class CRF_SPRXT_CUSTOMER  
Short Description    
Super Class CL_PROXY_CLIENT_RFC Base class for RFC Consumer Proxies 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SAI_PROXY_TEST   Test Package for Generated Proxies 
Created 20121212   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CRF_SPRXT_CUSTOMER has no forward declaration.
Interfaces
Class CRF_SPRXT_CUSTOMER has no interface implemented.
Friends
Class CRF_SPRXT_CUSTOMER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 SPRXT_HANDLE_ORDER_EXCEPTIONS Constant Public See coding 20121212
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20121212
2 SPRXT_CANCEL_ORDER Instance method Public Method 20121212
3 SPRXT_HANDLE_ORDER Instance method Public Method 20121212
Events
Class CRF_SPRXT_CUSTOMER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 SPRXT_CANCEL_ORDER_REQUEST Public See coding 20121212 SPRXT_CANCEL_ORDER_REQUEST TYPE PRX_DUMMY
2 SPRXT_HANDLE_ORDER_REQUEST Public See coding 20121212 BEGIN OF SPRXT_HANDLE_ORDER_REQUEST, ORDER TYPE STRING, END OF SPRXT_HANDLE_ORDER_REQUEST
3 SPRXT_HANDLE_ORDER_RESPONSE Public See coding 20121212 BEGIN OF SPRXT_HANDLE_ORDER_RESPONSE, ORDER_ID TYPE I, END OF SPRXT_HANDLE_ORDER_RESPONSE
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LP_NAME Call by reference Type reference (TYPE) PRX_LOGICAL_PORT_NAME 20121212
# Exception Resumable Description Created on
1 CX_AI_SYSTEM_FAULT 20121212

Method SPRXT_CANCEL_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Type reference (TYPE) SPRXT_CANCEL_ORDER_REQUEST 20121212
# Exception Resumable Description Created on
1 CX_AI_SYSTEM_FAULT 20121212

Method SPRXT_HANDLE_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Type reference (TYPE) SPRXT_HANDLE_ORDER_REQUEST 20121212
2 Exporting RESPONSE Call by reference Type reference (TYPE) SPRXT_HANDLE_ORDER_RESPONSE 20121212
# Exception Resumable Description Created on
1 CX_AI_SYSTEM_FAULT 20121212
2 CX_PROXY_RFC_FAULT 20121212
History
Last changed by/on SAP  20140121 
SAP Release Created in 740