SAP ABAP Class CL_LCR_EXPROFILE_SECSTORE (Exchange Profile SecStore Handling)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-XI-IS-IEN (Application Component) Integration Engine
⤷
SXMSF (Package) XI: Integration Engine Runtime
⤷
⤷
Properties
| Class | CL_LCR_EXPROFILE_SECSTORE | |
| Short Description | Exchange Profile SecStore Handling | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SXMSF | XI: Integration Engine Runtime |
| Created | 20090316 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_LCR_EXPROFILE_SECSTORE has no forward declaration.
Interfaces
Class CL_LCR_EXPROFILE_SECSTORE has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_LCR_EXPROFILE_SECSTORE_HDL | 20100715 | Exchange Profile SecStore BAdI | |
| 2 | CL_XMS_EXPROFILE | 20100827 | Exchange Profile Parser |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | PROGRAM | 'CL_LCR_EXPROFILE_SECSTORE=====CP' | ABAP Program Name | 20090317 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'AIICOMMON' | 20090330 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'exchange_profile.xml' | 20090330 | |||
| 4 | Constant | Private | Type reference (TYPE) | INT4 | 36 | Maximum Length of Value for Secure Store | 20090316 | ||
| 5 | Constant | Private | Type reference (TYPE) | INT4 | 60 | Maximum Length of Key | 20090330 | ||
| 6 | Constant | Private | Type reference (TYPE) | INT4 | 207 | Natural Number | 20090318 | ||
| 7 | Constant | Private | Type reference (TYPE) | INT4 | 150 | Natural Number | 20090318 | ||
| 8 | Constant | Private | Type reference (TYPE) | I | 0 | 20090317 | |||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'RESTORE' | 20090316 | |||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'SAVE' | 20090316 | |||
| 11 | Constant | Protected | Type reference (TYPE) | RSECID | '/PI/PROFILE/' | ID of Record in Secure Store | 20090316 |
Methods
Events
Class CL_LCR_EXPROFILE_SECSTORE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_NAME_VALUE | Protected | See coding | 20090318 | BEGIN OF ts_name_value,
name TYPE string,
value TYPE string,
END OF ts_name_value
|
||
| 2 | TS_RECORD | Protected | See coding | 20090318 | BEGIN OF ts_record,
record TYPE string,
desc TYPE string,
END OF ts_record
|
||
| 3 | TT_NAME_VALUE | Protected | See coding | 20090318 | tt_name_value TYPE STANDARD TABLE OF ts_name_value WITH DEFAULT KEY
|
||
| 4 | TT_RECORDS | Protected | See coding | 20090318 | tt_records TYPE STANDARD TABLE OF ts_record WITH NON-UNIQUE KEY record
|
||
| 5 | TT_REPAC_LIST | Private | See coding | 20090318 | tt_repac_list TYPE STANDARD TABLE OF rsecabac
|
||
| 6 | TT_STR | Private | See coding | 20090320 | tt_str TYPE STANDARD TABLE OF string
|
Method Signatures
Method CHECK_TAG_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20110118 | ||||
| 2 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20110118 | |||
| 3 | EXPECTED_VALUE | Call by reference | Type reference (TYPE) | STRING | 20110118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | LCR Exchange Profile Exception | 20110118 |
Method CLEAN_UP_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEYS | Call by reference | Type reference (TYPE) | TT_STR | 20090320 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | LCR Exchange Profile Exception | 20090320 |
Method DELETE_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SEC_ID | Call by reference | Type reference (TYPE) | STRING | 20090316 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | LCR Exchange Profile Exception | 20090320 |
Method GET_ALL_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEYS | Call by reference | Type reference (TYPE) | TT_RECORDS | 20090318 | ||||
| 2 | RETURNCODE | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20090318 |
Method GET_ALL_RECORDS on class CL_LCR_EXPROFILE_SECSTORE has no exception.
Method GET_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GUID | Value transfer | Type reference (TYPE) | STRING | 20090317 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehlerklasse für UUID-Bearbeitungsfehler | 20090317 |
Method GET_SECSTORE_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SEC_ID | Call by reference | Type reference (TYPE) | STRING | 20100827 | ||||
| 2 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20100827 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | LCR Exchange Profile Exception | 20100827 |
Method PARSE_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FILE | Call by reference | Type reference (TYPE) | STRING | 20090316 | ||||
| 2 | MODE | Call by reference | Type reference (TYPE) | STRING | 20090316 | ||||
| 3 | PARSED_FILE | Value transfer | Type reference (TYPE) | STRING | 20090316 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | LCR Exchange Profile Exception | 20090320 |
Method PARSE_FILE_PUB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FILE | Call by reference | Type reference (TYPE) | STRING | 20100716 | ||||
| 2 | MODE | Call by reference | Type reference (TYPE) | STRING | 20100716 | ||||
| 3 | PARSED_FILE | Value transfer | Type reference (TYPE) | STRING | 20100716 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | LCR Exchange Profile Exception | 20100716 |
Method PROFILE_SECURED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FILE | Call by reference | Type reference (TYPE) | STRING | 20090316 | ||||
| 2 | RC | Value transfer | Type reference (TYPE) | I | 20090316 |
Method PROFILE_SECURED on class CL_LCR_EXPROFILE_SECSTORE has no exception.
Method READ_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SEC_ID | Call by reference | Type reference (TYPE) | STRING | 20090316 | ||||
| 2 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20090316 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | LCR Exchange Profile Exception | 20090320 |
Method SAVE_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | STRING | 20090316 | ||||
| 2 | KEY | Value transfer | Type reference (TYPE) | STRING | 20090316 | ||||
| 3 | SEC_ID | Call by reference | Type reference (TYPE) | STRING | 20090316 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exchange Profile Parsing Exception | 20090320 |
Method SUBTRACT_PREFIX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEY_IN | Call by reference | Type reference (TYPE) | STRING | 20090318 | ||||
| 2 | KEY_OUT | Value transfer | Type reference (TYPE) | STRING | 20090318 |
Method SUBTRACT_PREFIX on class CL_LCR_EXPROFILE_SECSTORE has no exception.
Method XSTRING_TO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STR | Value transfer | Type reference (TYPE) | STRING | 20090316 | ||||
| 2 | XSTR | Call by reference | Type reference (TYPE) | XSTRING | 20090316 |
Method XSTRING_TO_STRING on class CL_LCR_EXPROFILE_SECSTORE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |