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 | ![]() |
Instance method | Public | Method | Returns the requested cookie data | 20120917 |
2 | ![]() |
Instance method | Public | Method | Returns a list of all cookies | 20121217 |
3 | ![]() |
Instance method | Public | Method | Returns the value of the requested form field | 20120917 |
4 | ![]() |
Instance method | Public | Method | Returns a list of all form fields | 20120917 |
5 | ![]() |
Instance method | Public | Method | Returns the value of the specified form field (case-sens.) | 20120917 |
6 | ![]() |
Instance method | Public | Method | Returns the value of the specified header field | 20120917 |
7 | ![]() |
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 | ![]() |
E_DOMAIN | Call by reference | Type reference (TYPE) | STRING | Domain Name of Cookie | 20120903 | ||
2 | ![]() |
E_EXPIRES | Call by reference | Type reference (TYPE) | STRING | Cookie expiry date | 20120903 | ||
3 | ![]() |
E_SECURE | Call by reference | Type reference (TYPE) | I | 0: unsaved; 1:saved | 20120903 | ||
4 | ![]() |
E_VALUE | Call by reference | Type reference (TYPE) | STRING | Cookie value | 20120903 | ||
5 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | STRING | Name of cookie | 20120903 | ||
6 | ![]() |
I_PATH | Call by reference | Type reference (TYPE) | STRING | '' | Path of Cookie | 20120903 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
C_COOKIES | Call by reference | Type reference (TYPE) | TIHTTPCKI | Cookies | 20121217 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
I_FORMFIELD_ENCODING | Call by reference | Type reference (TYPE) | I | 0 | CO_FORMFIELD_ENCODING_RAW / _ENCODED | 20120831 | |
2 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | STRING | Name of the form field (case-sensitive) | 20120831 | ||
3 | ![]() |
R_VALUE | Value transfer | Type reference (TYPE) | STRING | Form field value | 20120831 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
C_FIELDS | Call by reference | Type reference (TYPE) | TIHTTPNVP | Form fields | 20120831 | ||
2 | ![]() |
I_FORMFIELD_ENCODING | Call by reference | Type reference (TYPE) | I | 0 | CO_FORMFIELD_ENCODING_RAW / _ENCODED | 20120831 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
I_FORMFIELD_ENCODING | Call by reference | Type reference (TYPE) | I | 0 | CO_FORMFIELD_ENCODING_RAW / _ENCODED | 20120831 | |
2 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | STRING | Name of the form field (case-sensitive) | 20120831 | ||
3 | ![]() |
R_VALUE | Value transfer | Type reference (TYPE) | STRING | Form field value | 20120831 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | STRING | Name of the header field | 20120831 | ||
2 | ![]() |
R_VALUE | Value transfer | Type reference (TYPE) | STRING | HTTP header field value | 20120831 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
C_FIELDS | Value transfer | Type reference (TYPE) | TIHTTPNVP | Form fields | 20120904 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
APC framework: Error handling class for ABAP Push Channel | 20120831 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 805 |