SAP ABAP Class CL_FEH_DB_PAYLOAD (Database Access for Payload)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-FS-ECH (Application Component) Error and Conflict Handler
⤷
FEH_BASIS (Package) FEH Basis: General FEH Programs

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FEH_DB_PAYLOAD | Database Access for Payloads | 20091103 |
Properties
Class | CL_FEH_DB_PAYLOAD | |
Short Description | Database Access for Payload | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | FEH_BASIS | FEH Basis: General FEH Programs |
Created | 20091102 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FEH_DB_PAYLOAD | Database Access for Payloads | 20091103 |
Friends
Class CL_FEH_DB_PAYLOAD has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR3 | 'CUX' | 3-Byte Field | 20120416 | |
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TS_SSFARG | 20120503 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_PAYLOAD | Structure of the Persisted Message in FEH | 20120726 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FEH_PAB | Private SSF Address Book (Scaled Down for ECH Payload) | 20120314 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FEH_GUID | Payload ID | 20091102 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20091103 | |||
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TTH_INSTANCE | Database Access for Payload | 20091102 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20091104 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20091102 |
3 | ![]() |
Instance method | Public | Method | Decrypt Payload | 20120315 |
4 | ![]() |
Instance method | Private | Method | 20120315 | |
5 | ![]() |
Instance method | Public | Method | Encrypt Payload | 20120315 |
6 | ![]() |
Instance method | Private | Method | Fill Buffer | 20120628 |
7 | ![]() |
Instance method | Private | Method | Provide SSF Parameters | 20120427 |
8 | ![]() |
Instance method | Private | Method | 20091103 | |
9 | ![]() |
Static method | Private | Event handling method | 20091104 | |
10 | ![]() |
Static method | Public | Method | Release Instances | 20091110 |
11 | ![]() |
Static method | Public | Method | 20091103 | |
12 | ![]() |
Static method | Public | Method | 20091105 |
Events
Class CL_FEH_DB_PAYLOAD has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_INSTANCE | Private | See coding | 20120628 | BEGIN OF ts_instance,
guid TYPE feh_guid,
instance TYPE REF TO if_feh_db_payload,
END OF ts_instance
|
||
2 | TS_PAYLOAD | Private | See coding | 20120628 | begin of TS_PAYLOAD.
INCLUDE TYPE feh_rng_message_persistency.
types:
END OF TS_PAYLOAD
|
||
3 | TS_SSFARG | Private | See coding | 20120427 | BEGIN OF ts_ssfarg,
applic TYPE ssfappl,
ssftoolkit TYPE ssftoolkit,
ssfformat TYPE ssfform,
pab TYPE ssfpab,
encralg TYPE ssfencr,
END OF ts_ssfarg
|
||
4 | TTH_INSTANCE | Private | See coding | 20120628 | tth_instance TYPE HASHED TABLE OF ts_instance
WITH UNIQUE KEY guid
|
||
5 | TT_PAYLOAD | Private | See coding | 20120726 | tt_payload TYPE STANDARD TABLE OF TS_PAYLOAD
WITH KEY feh_guid feh_version
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_FEH_DB_PAYLOAD has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FEH_DB_PAYLOAD has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FEH_GUID | Call by reference | Type reference (TYPE) | FEH_GUID | ID einer Payload | 20091102 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler im Payload Provider | 20120322 |
Method DECRYPT_PAYLOAD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENC_KEY | Call by reference | Type reference (TYPE) | FEH_PAB | Privates Adressbuch für SSF (verkleinert für ECH Payload) | 20120315 | ||
2 | ![]() |
IV_PAYLOAD_XML_ENC | Call by reference | Type reference (TYPE) | FEH_XSTRING | XString | 20120315 | ||
3 | ![]() |
RV_PAYLOAD_XML | Value transfer | Type reference (TYPE) | FEH_XSTRING | XString | 20120315 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler im Payload Provider | 20120322 |
Method ENCRYPT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Payload hat sich geändert | 20120315 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler im Payload Provider | 20120322 |
Method ENCRYPT_PAYLOAD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENC_KEY | Call by reference | Type reference (TYPE) | FEH_PAB | Privates Adressbuch für SSF (verkleinert für ECH Payload) | 20120315 | ||
2 | ![]() |
IV_PAYLOAD_XML | Call by reference | Type reference (TYPE) | FEH_XSTRING | XString | 20120315 | ||
3 | ![]() |
RV_PAYLOAD_XML_ENC | Value transfer | Type reference (TYPE) | FEH_XSTRING | XString | 20120315 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler im Payload Provider | 20120322 |
Method FILL_BUFFER_FROM_DB Signature
Method FILL_BUFFER_FROM_DB on class CL_FEH_DB_PAYLOAD has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120628 |
Method GET_SSFARG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PAB | Call by reference | Type reference (TYPE) | SSFPAB | Privates Adreßbuch für SSF | 20120427 | ||
2 | ![]() |
RS_SSFARG | Value transfer | Type reference (TYPE) | TS_SSFARG | 20120427 |
Method GET_SSFARG on class CL_FEH_DB_PAYLOAD has no exception.
Method MIGRATE Signature
Method MIGRATE on class CL_FEH_DB_PAYLOAD has no parameter.
Method MIGRATE on class CL_FEH_DB_PAYLOAD has no exception.
Method ON_TRANSACTION_FINISH Signature
Method ON_TRANSACTION_FINISH on class CL_FEH_DB_PAYLOAD has no parameter.
Method ON_TRANSACTION_FINISH on class CL_FEH_DB_PAYLOAD has no exception.
Method REFRESH Signature
Method REFRESH on class CL_FEH_DB_PAYLOAD has no parameter.
Method REFRESH on class CL_FEH_DB_PAYLOAD has no exception.
Method S_CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FEH_GUID | Call by reference | Type reference (TYPE) | FEH_GUID | 20091103 | |||
2 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_FEH_DB_PAYLOAD | 20091103 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20091103 | ||
2 | ![]() |
Fehler im Payload Provider | 20120322 |
Method S_INJECT_ARCHIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_INSTANCE | Call by reference | Object reference (TYPE REF TO) | IF_FEH_DB_PAYLOAD | Datenbankzugriff für Payloads | 20091105 | ||
2 | ![]() |
IV_FEH_GUID | Call by reference | Type reference (TYPE) | FEH_GUID | 20091105 |
Method S_INJECT_ARCHIVE on class CL_FEH_DB_PAYLOAD has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |