SAP ABAP Class CL_BSP_SERVER_SIDE_COOKIE (Business Server Page (BSP) Server-Side Cookies)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BSP (Application Component) Business Server Pages
⤷
SBSP_RUNTIME (Package) Business Server Pages (BSP): Runtime Objects

⤷

⤷

Properties
Class | CL_BSP_SERVER_SIDE_COOKIE | |
Short Description | Business Server Page (BSP) Server-Side Cookies | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SBSP_RUNTIME | Business Server Pages (BSP): Runtime Objects |
Created | 20001221 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_BSP_SERVER_SIDE_COOKIE has no forward declaration.
Interfaces
Class CL_BSP_SERVER_SIDE_COOKIE has no interface implemented.
Friends
Class CL_BSP_SERVER_SIDE_COOKIE 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 | 4 | Cookie does Not Exist | 20010326 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | I | 0 | OK | 20010419 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | I | 2 | Parameter Missing | 20010326 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | I | 1 | Data object Does Not Fit | 20010326 | |
5 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | I | Last Return Code | 20001222 | ||
6 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | STRING | Internal Error Name | 20001222 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Deletes a Server Cookie | 20001222 |
2 | ![]() |
Static method | Public | Method | Fetches a server cookie (GET_SERVER_COOKIE) | 20051027 |
3 | ![]() |
Static method | Public | Method | Returns the Return Code of the Last Call | 20001222 |
4 | ![]() |
Static method | Public | Method | Returns the Internal Name of the Exception for the Last Call | 20001222 |
5 | ![]() |
Static method | Public | Method | Gets a Server Cookie | 20001222 |
6 | ![]() |
Static method | Public | Method | Returns Information about Server Cookies | 20010111 |
7 | ![]() |
Static method | Public | Method | Sets a server cookie (SET_SERVER_COOKIE) | 20051027 |
8 | ![]() |
Static method | Public | Method | Sets a Server Cookie | 20001222 |
Events
Class CL_BSP_SERVER_SIDE_COOKIE has no event.
Types
Class CL_BSP_SERVER_SIDE_COOKIE has no local type.
Method Signatures
Method DELETE_SERVER_COOKIE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
APPLICATION_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name der BSP- Anwendung | 20010326 | ||
2 | ![]() |
APPLICATION_NAMESPACE | Call by reference | Type reference (TYPE) | CSEQUENCE | Namensraum der BSP-Anwendung | 20010326 | ||
3 | ![]() |
NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Names des Cookies | 20010326 | ||
4 | ![]() |
SESSION_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | Session-ID | 20010326 | ||
5 | ![]() |
USERNAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name des Benutzers | 20010326 |
Method DELETE_SERVER_COOKIE on class CL_BSP_SERVER_SIDE_COOKIE has no exception.
Method GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Names des Cookies | 20051027 | ||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | ANY | Datenobjektinhalt | 20051027 |
Method GET on class CL_BSP_SERVER_SIDE_COOKIE has no exception.
Method GET_LAST_ERROR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RC | Value transfer | Type reference (TYPE) | I | Returncode | 20001222 |
Method GET_LAST_ERROR on class CL_BSP_SERVER_SIDE_COOKIE has no exception.
Method GET_LAST_ERROR_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Value transfer | Type reference (TYPE) | STRING | Fehlername | 20001222 |
Method GET_LAST_ERROR_NAME on class CL_BSP_SERVER_SIDE_COOKIE has no exception.
Method GET_SERVER_COOKIE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
APPLICATION_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name der BSP-Anwendung | 20010326 | ||
2 | ![]() |
APPLICATION_NAMESPACE | Call by reference | Type reference (TYPE) | CSEQUENCE | Namensraum der BSP-Anwendung | 20010326 | ||
3 | ![]() |
DATA_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Datenobjektname | 20010326 | ||
4 | ![]() |
DATA_VALUE | Call by reference | Type reference (TYPE) | ANY | Datenobjektinhalt | 20010326 | ||
5 | ![]() |
EXPIRY_DATE | Call by reference | Type reference (TYPE) | SSCOOKIE-EXPIRYD | Gültig bis Datum | 20010326 | ||
6 | ![]() |
EXPIRY_TIME | Call by reference | Type reference (TYPE) | SSCOOKIE-EXPIRYT | Gültig bis Zeit | 20010326 | ||
7 | ![]() |
NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Names des Cookies | 20001222 | ||
8 | ![]() |
SESSION_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | Session-ID | 20010326 | ||
9 | ![]() |
USERNAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name des Benutzers | 20010326 |
Method GET_SERVER_COOKIE on class CL_BSP_SERVER_SIDE_COOKIE has no exception.
Method GET_SERVER_COOKIE_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
APPLICATION_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name der BSP-Anwendung | 20010326 | ||
2 | ![]() |
APPLICATION_NAMESPACE | Call by reference | Type reference (TYPE) | CSEQUENCE | Namensraum der BSP-Anwendung | 20010326 | ||
3 | ![]() |
COOKIES | Call by reference | Type reference (TYPE) | TSSCOOKIEI | Datum-Datenelement für SYST | 20010111 | ||
4 | ![]() |
NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Names des Cookies | 20010326 | ||
5 | ![]() |
SESSION_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | Session-ID | 20010326 | ||
6 | ![]() |
USERNAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name des Benutzers | 20010326 |
Method GET_SERVER_COOKIE_INFO on class CL_BSP_SERVER_SIDE_COOKIE has no exception.
Method SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EXPIRY_TIME_REL | Call by reference | Type reference (TYPE) | I | 3600 | Gültigkeitsdauer in Sekunden | 20051027 | |
2 | ![]() |
NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Names des Cookies | 20051027 | ||
3 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | ANY | Datenobjektinhalt | 20051027 |
Method SET on class CL_BSP_SERVER_SIDE_COOKIE has no exception.
Method SET_SERVER_COOKIE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
APPLICATION_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name der BSP-Anwendung | 20010326 | ||
2 | ![]() |
APPLICATION_NAMESPACE | Call by reference | Type reference (TYPE) | CSEQUENCE | Namensraum der BSP-Anwendung | 20010326 | ||
3 | ![]() |
DATA_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Datenobjektname | 20010326 | ||
4 | ![]() |
DATA_VALUE | Value transfer | Type reference (TYPE) | ANY | Datenobjektinhalt | 20010326 | ||
5 | ![]() |
EXPIRY_DATE_ABS | Call by reference | Type reference (TYPE) | D | Gültig bis Datum | 20010326 | ||
6 | ![]() |
EXPIRY_DATE_REL | Call by reference | Type reference (TYPE) | I | Gültigkeitsdauer in Tagen | 20010326 | ||
7 | ![]() |
EXPIRY_TIME_ABS | Call by reference | Type reference (TYPE) | T | Gültig bis Zeit | 20010326 | ||
8 | ![]() |
EXPIRY_TIME_REL | Call by reference | Type reference (TYPE) | I | Gültigkeitsdauer in Sekunden | 20010326 | ||
9 | ![]() |
NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Names des Cookies | 20001222 | ||
10 | ![]() |
SESSION_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | Session-ID | 20010326 | ||
11 | ![]() |
USERNAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name des Benutzers | 20010326 |
Method SET_SERVER_COOKIE on class CL_BSP_SERVER_SIDE_COOKIE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 610 |