SAP ABAP Class IF_APC_WS_INITIAL_REQUEST (APC framework: Initial request at setup (do not implement))
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
| Class | IF_APC_WS_INITIAL_REQUEST | |
| Short Description | APC framework: Initial request at setup (do not implement) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120831 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_APC_WS_INITIAL_REQUEST has no forward declaration.
Interfaces
Class IF_APC_WS_INITIAL_REQUEST has no interface implemented.
Friends
Class IF_APC_WS_INITIAL_REQUEST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | 2 | get_formfield(s) Gets Encoded HTML Fields | 20120917 | ||
| 2 | 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
Class IF_APC_WS_INITIAL_REQUEST has no event.
Types
Class 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 |