SAP ABAP Interface IF_APC_WS_INITIAL_REQUEST (APC framework: Initial request at setup (do not implement))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-AC (Application Component) ABAP Channels
     SAPC_RUNTIME (Package) APC runtime package
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_APC_WS_CLIENT_INITIAL_REQ APC framework: Client initial request (do not implement) 20130214
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_APC_WS_INITIAL_REQUEST APC framework: Initial request at WebSocket connection setup 20120831
Properties
Interface IF_APC_WS_INITIAL_REQUEST  
Short Description APC framework: Initial request at setup (do not implement)    
General Data
Package SAPC_RUNTIME   APC runtime package 
Created 20120831   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_APC_WS_INITIAL_REQUEST has no forward declaration.
Interfaces
Interface IF_APC_WS_INITIAL_REQUEST has no interface.
Friends
Interface IF_APC_WS_INITIAL_REQUEST has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_FORMFIELD_ENCODING_ENCODED Constant Public Type reference (TYPE) I 2 get_formfield(s) Gets Encoded HTML Fields 20120917
2 CO_FORMFIELD_ENCODING_RAW Constant Public Type reference (TYPE) I 1 get_formfield(s) Gets Fields as in Request 20120917
Methods
# Method Level Visibility Method type Description Created on
1 GET_COOKIE Instance method Public Method Returns the requested cookie data 20120917
2 GET_COOKIES Instance method Public Method Returns a list of all cookies 20121217
3 GET_FORM_FIELD Instance method Public Method Returns the value of the requested form field 20120917
4 GET_FORM_FIELDS Instance method Public Method Returns a list of all form fields 20120917
5 GET_FORM_FIELD_CS Instance method Public Method Returns the value of the specified form field (case-sens.) 20120917
6 GET_HEADER_FIELD Instance method Public Method Returns the value of the specified header field 20120917
7 GET_HEADER_FIELDS Instance method Public Method Returns a list of all header fields 20120917
Events
Interface IF_APC_WS_INITIAL_REQUEST has no event.
Types
Interface IF_APC_WS_INITIAL_REQUEST has no local type.
Method Signatures

Method GET_COOKIE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DOMAIN Call by reference Type reference (TYPE) STRING Domain Name of Cookie 20120903
2 Exporting E_EXPIRES Call by reference Type reference (TYPE) STRING Cookie expiry date 20120903
3 Exporting E_SECURE Call by reference Type reference (TYPE) I 0: unsaved; 1:saved 20120903
4 Exporting E_VALUE Call by reference Type reference (TYPE) STRING Cookie value 20120903
5 Importing I_NAME Call by reference Type reference (TYPE) STRING Name of cookie 20120903
6 Importing I_PATH Call by reference Type reference (TYPE) STRING '' Path of Cookie 20120903
# Exception Resumable Description Created on
1 CX_APC_ERROR APC framework: Error handling class for ABAP Push Channel 20120903

Method GET_COOKIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_COOKIES Call by reference Type reference (TYPE) TIHTTPCKI Cookies 20121217
# Exception Resumable Description Created on
1 CX_APC_ERROR APC framework: Error handling class for ABAP Push Channel 20121217

Method GET_FORM_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FORMFIELD_ENCODING Call by reference Type reference (TYPE) I 0 CO_FORMFIELD_ENCODING_RAW / _ENCODED 20120831
2 Importing I_NAME Call by reference Type reference (TYPE) STRING Name of the form field (case-sensitive) 20120831
3 Returning R_VALUE Value transfer Type reference (TYPE) STRING Form field value 20120831
# Exception Resumable Description Created on
1 CX_APC_ERROR APC framework: Error handling class for ABAP Push Channel 20120831

Method GET_FORM_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_FIELDS Call by reference Type reference (TYPE) TIHTTPNVP Form fields 20120831
2 Importing I_FORMFIELD_ENCODING Call by reference Type reference (TYPE) I 0 CO_FORMFIELD_ENCODING_RAW / _ENCODED 20120831
# Exception Resumable Description Created on
1 CX_APC_ERROR APC framework: Error handling class for ABAP Push Channel 20120831

Method GET_FORM_FIELD_CS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FORMFIELD_ENCODING Call by reference Type reference (TYPE) I 0 CO_FORMFIELD_ENCODING_RAW / _ENCODED 20120831
2 Importing I_NAME Call by reference Type reference (TYPE) STRING Name of the form field (case-sensitive) 20120831
3 Returning R_VALUE Value transfer Type reference (TYPE) STRING Form field value 20120831
# Exception Resumable Description Created on
1 CX_APC_ERROR APC framework: Error handling class for ABAP Push Channel 20120831

Method GET_HEADER_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) STRING Name of the header field 20120831
2 Returning R_VALUE Value transfer Type reference (TYPE) STRING HTTP header field value 20120831
# Exception Resumable Description Created on
1 CX_APC_ERROR APC framework: Error handling class for ABAP Push Channel 20120831

Method GET_HEADER_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_FIELDS Value transfer Type reference (TYPE) TIHTTPNVP Form fields 20120904
# Exception Resumable Description Created on
1 CX_APC_ERROR APC framework: Error handling class for ABAP Push Channel 20120831
History
Last changed by/on SAP  20130531 
SAP Release Created in 805