Hierarchy

⤷

⤷

Properties
Class | CL_ABAP_PSE | |
Short Description | PSE Maintenance | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SECF | Secure Store & Forward (SSF) Support |
Created | 20120123 | SAP |
Last change | 20140121 | 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) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_ABAP_PSE has no interface implemented.
Friends
Class CL_ABAP_PSE 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 | 80 | 20120123 | ||
2 | ![]() |
Constant | Private | Type reference (TYPE) | X | 54 | 20120123 | ||
3 | ![]() |
Constant | Private | Type reference (TYPE) | X | 08 | 20120123 | ||
4 | ![]() |
Constant | Private | Type reference (TYPE) | X | 02 | 20120123 | ||
5 | ![]() |
Constant | Private | Type reference (TYPE) | X | 10 | 20120123 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | X | 32 | 20120123 | ||
7 | ![]() |
Constant | Private | Type reference (TYPE) | X | 16 | 20120123 | ||
8 | ![]() |
Constant | Private | Type reference (TYPE) | X | 04 | 20120123 | ||
9 | ![]() |
Constant | Private | Type reference (TYPE) | X | 12 | 20120123 | ||
10 | ![]() |
Constant | Private | Type reference (TYPE) | SYSUBRC | 203 | 20120618 | ||
11 | ![]() |
Constant | Private | Type reference (TYPE) | C | 'X' | 20120123 | ||
12 | ![]() |
Static Attribute | Public | See coding | 20120123 | ||||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SSFAPPL | 20120123 | |||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | PSECONTEXT | 20120123 | |||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SSFPSENAME | 20120123 | |||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LOCALFILE | 20120123 | |||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SSFPSENAME | 20120123 | |||
18 | ![]() |
Instance attribute | Private | Type reference (TYPE) | XSTRING | 20120123 | |||
19 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SSFPABPW | 20120612 | |||
20 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BOOLEAN | 20130719 | |||
21 | ![]() |
Instance attribute | Private | Type reference (TYPE) | %_C_POINTER | 20120123 |
Methods
Events
Class CL_ABAP_PSE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | CERTREQTAB | Public | See coding | 20120123 | certreqtab TYPE STANDARD TABLE OF certreqtable_line
|
||
2 | CERTREQTABLE_LINE | Public | See coding | 20120123 | BEGIN OF certreqtable_line,
line(certreqtable_line_length) TYPE c,
END OF certreqtable_line
|
||
3 | PSE_APP_INFO | Public | See coding | 20120123 | BEGIN OF pse_app_info.
INCLUDE TYPE ssfapplict.
TYPES: context TYPE psecontext .
TYPES: END OF pse_app_info
|
||
4 | T_PSE_APP_INFO | Public | See coding | 20120123 | t_pse_app_info TYPE STANDARD TABLE OF pse_app_info
|
Method Signatures
Method ADD_TRUSTED_CERTIFICATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ADD_TO_CAB | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120123 | |||
2 | ![]() |
IV_CERTIFICATE | Call by reference | Type reference (TYPE) | XSTRING | 20120123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method CHECK_KERNEL_RC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FUNCTION | Call by reference | Type reference (TYPE) | SYMSGV | 20120618 | |||
2 | ![]() |
IV_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | 20120618 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120618 |
Method CHECK_SUBRC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | SSFAPPL | 20120123 | |||
2 | ![]() |
IV_CONTEXT | Call by reference | Type reference (TYPE) | PSECONTEXT | 20120123 | |||
3 | ![]() |
IV_CRC | Call by reference | Type reference (TYPE) | SYSUBRC | 20120123 | |||
4 | ![]() |
IV_PROFILE | Call by reference | Type reference (TYPE) | STRING | 20120123 | |||
5 | ![]() |
IV_PSENAME | Call by reference | Type reference (TYPE) | SSFPSENAME | 20120123 | |||
6 | ![]() |
IV_PSE_NOT_FOUND | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120123 | |||
7 | ![]() |
IV_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | 20120123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ABAP_PSE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ABAP_PSE has no exception.
Method CLEAN_UP Signature
Method CLEAN_UP on class CL_ABAP_PSE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ALGORITHM | Call by reference | Type reference (TYPE) | SSFFLAG | 20120123 | |||
2 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | SSFAPPL | 20120123 | |||
3 | ![]() |
IV_CONTEXT | Call by reference | Type reference (TYPE) | PSECONTEXT | 20120123 | |||
4 | ![]() |
IV_KEY_LENGTH | Call by reference | Type reference (TYPE) | SSFKEYLEN | 20120123 | |||
5 | ![]() |
IV_PKCS12 | Call by reference | Type reference (TYPE) | XSTRING | 20120123 | |||
6 | ![]() |
IV_PKCS12_PW | Call by reference | Type reference (TYPE) | TEXT132 | 20120123 | |||
7 | ![]() |
IV_PSE | Call by reference | Type reference (TYPE) | XSTRING | 20120612 | |||
8 | ![]() |
IV_PSE_PW | Call by reference | Type reference (TYPE) | SSFPABPW | 20120612 | |||
9 | ![]() |
IV_SUBJECT | Call by reference | Type reference (TYPE) | STRING | 20120123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method CONVERT_CERTREQTAB_TO_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_STRING | Call by reference | Type reference (TYPE) | STRING | 20120123 | |||
2 | ![]() |
IT_CERTREQTAB | Call by reference | Type reference (TYPE) | CERTREQTAB | 20120123 |
Method CONVERT_CERTREQTAB_TO_STRING on class CL_ABAP_PSE has no exception.
Method CONVERT_STRING_TO_CERTREQTAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CERTREQTAB | Call by reference | Type reference (TYPE) | CERTREQTAB | 20120123 | |||
2 | ![]() |
IV_STRING | Call by reference | Type reference (TYPE) | STRING | 20120123 |
Method CONVERT_STRING_TO_CERTREQTAB on class CL_ABAP_PSE has no exception.
Method CREATE_KEY_PAIR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ALGORITHM | Call by reference | Type reference (TYPE) | SSFFLAG | 20120123 | |||
2 | ![]() |
IV_KEY_LENGTH | Call by reference | Type reference (TYPE) | SSFKEYLEN | 20120123 | |||
3 | ![]() |
IV_SUBJECT | Call by reference | Type reference (TYPE) | STRING | 20120123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | SSFAPPL | 20120123 | |||
2 | ![]() |
IV_CONTEXT | Call by reference | Type reference (TYPE) | PSECONTEXT | 20120123 | |||
3 | ![]() |
IV_WRITEHIST | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20130718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method DELETE_TEMP_PSE_FILE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CV_TMP_PSE_FILE | Call by reference | Type reference (TYPE) | SSFPSENAME | 20120123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method DELETE_TRUSTED_CERTIFICATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ISSUER | Call by reference | Type reference (TYPE) | STRING | 20120123 | |||
2 | ![]() |
IV_SERIALNO | Call by reference | Type reference (TYPE) | ANY | 20120123 | |||
3 | ![]() |
IV_SUBJECT | Call by reference | Type reference (TYPE) | STRING | 20120123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method DESTRUCTOR Signature
Method DESTRUCTOR on class CL_ABAP_PSE has no parameter.
Method DESTRUCTOR on class CL_ABAP_PSE has no exception.
Method DETERMINE_TARGET_APPLICATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_APPLICATION | Call by reference | Type reference (TYPE) | SSFAPPL | 20120123 | |||
2 | ![]() |
EV_CONTEXT | Call by reference | Type reference (TYPE) | PSECONTEXT | 20120123 | |||
3 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | SSFAPPL | 20120123 | |||
4 | ![]() |
IV_CONTEXT | Call by reference | Type reference (TYPE) | PSECONTEXT | 20120123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method DETERMINE_TARGET_PSE_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_PSE_NAME | Call by reference | Type reference (TYPE) | SSFPSENAME | 20120123 | |||
2 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | SSFAPPL | 20120123 | |||
3 | ![]() |
IV_CONTEXT | Call by reference | Type reference (TYPE) | PSECONTEXT | 20120123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method GEN_SIGNING_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_SIGNING_REQUEST | Call by reference | Type reference (TYPE) | STRING | 20120123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method GET_APPS_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_APPLICTAB | Call by reference | Type reference (TYPE) | T_PSE_APP_INFO | 20120123 | |||
2 | ![]() |
ET_APPLICTAB | Call by reference | Type reference (TYPE) | T_PSE_APP_INFO | 20120123 | |||
3 | ![]() |
ET_FAILED_APPLICTAB | Call by reference | Type reference (TYPE) | T_PSE_APP_INFO | 20120123 | |||
4 | ![]() |
IV_CONTEXT | Call by reference | Type reference (TYPE) | PSECONTEXT | 20120123 | |||
5 | ![]() |
IV_PSE_MUST_EXIST | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method GET_GUID_FOR_USER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BNAME | Call by reference | Type reference (TYPE) | XUBNAME | 20120123 | |||
2 | ![]() |
RV_GUID | Value transfer | Type reference (TYPE) | SUID_GUID | 20120123 |
Method GET_GUID_FOR_USER on class CL_ABAP_PSE has no exception.
Method GET_MEM_PSE_BLOB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_MEM_PSE_BLOB | Value transfer | Type reference (TYPE) | XSTRING | 20120612 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120619 |
Method GET_MEM_PSE_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_MEM_PSE_NAME | Value transfer | Type reference (TYPE) | SSFPSENAME | 20120612 |
Method GET_MEM_PSE_NAME on class CL_ABAP_PSE has no exception.
Method GET_OWN_CERTIFICATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_OWN_CERT | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_X509_CERTIFICATE | 20120123 | |||
2 | ![]() |
EV_OWN_CERT | Call by reference | Type reference (TYPE) | XSTRING | 20120123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 | ||
2 | ![]() |
20120123 |
Method GET_PSE_FILE_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DISTRIB | Call by reference | Type reference (TYPE) | SSFFLAG | 20120123 | |||
2 | ![]() |
EV_PROFILE | Call by reference | Type reference (TYPE) | LOCALFILE | 20120123 | |||
3 | ![]() |
EV_PSENAME | Call by reference | Type reference (TYPE) | SSFPSENAME | 20120123 | |||
4 | ![]() |
EV_PSETEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | 20120123 | |||
5 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | SSFAPPL | 20120123 | |||
6 | ![]() |
IV_CONTEXT | Call by reference | Type reference (TYPE) | PSECONTEXT | 20120123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method GET_PSE_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_CHANGED_BY | Call by reference | Type reference (TYPE) | XUCHANGED_BY | 20120123 | |||
2 | ![]() |
EV_CHANGED_BY_UUID | Call by reference | Type reference (TYPE) | SUID_GUID | 20120123 | |||
3 | ![]() |
EV_CHANGED_ON | Call by reference | Type reference (TYPE) | XUCREATED_ON | 20120123 | |||
4 | ![]() |
EV_CREATED_BY | Call by reference | Type reference (TYPE) | XUCHANGED_BY | 20120123 | |||
5 | ![]() |
EV_CREATED_BY_UUID | Call by reference | Type reference (TYPE) | SUID_GUID | 20120123 | |||
6 | ![]() |
EV_CREATED_ON | Call by reference | Type reference (TYPE) | XUCREATED_ON | 20120123 | |||
7 | ![]() |
EV_DESCRIPTION | Call by reference | Type reference (TYPE) | SSFAPPLTXT | 20120123 | |||
8 | ![]() |
EV_PROFILE | Call by reference | Type reference (TYPE) | LOCALFILE | 20120123 | |||
9 | ![]() |
EV_PSENAME | Call by reference | Type reference (TYPE) | SSFPSENAME | 20120123 | |||
10 | ![]() |
EV_SUBJECT | Call by reference | Type reference (TYPE) | SSF_PSE_H-ID | 20120123 | |||
11 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | SSFAPPL | 20120123 | |||
12 | ![]() |
IV_CONTEXT | Call by reference | Type reference (TYPE) | PSECONTEXT | 20120123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method GET_TRUSTED_CERTIFICATES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CERTIFICATE_LIST | Call by reference | Type reference (TYPE) | SSFBINTAB | 20120123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method IMPORT_PKCS12 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PKCS12 | Call by reference | Type reference (TYPE) | XSTRING | 20120123 | |||
2 | ![]() |
IV_PKCS12_PW | Call by reference | Type reference (TYPE) | TEXT132 | 20120123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method IS_VALID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_VALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120612 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120619 |
Method PARSE_CERTIFICATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_EMAIL_ADDRESS | Call by reference | Type reference (TYPE) | STRUSTEMAIL | 20120123 | |||
2 | ![]() |
EV_FINGERPRINT | Call by reference | Type reference (TYPE) | STRUSTFINGERPRINTSHA1 | 20120123 | |||
3 | ![]() |
EV_ISSUER | Call by reference | Type reference (TYPE) | STRING | 20120123 | |||
4 | ![]() |
EV_PUBLIC_KEY_FINGERPRINT | Call by reference | Type reference (TYPE) | STRUSTPKFINGERPRINT | 20120123 | |||
5 | ![]() |
EV_SERIALNO | Call by reference | Type reference (TYPE) | STRING | 20120123 | |||
6 | ![]() |
EV_SUBJECT | Call by reference | Type reference (TYPE) | STRING | 20120123 | |||
7 | ![]() |
EV_SUBJECT_KEY_IDENTIFIER | Call by reference | Type reference (TYPE) | STRUSTSUBJECTKEYID | 20120123 | |||
8 | ![]() |
EV_VALID_TO | Call by reference | Type reference (TYPE) | STRUSTVALIDTO | 20120123 | |||
9 | ![]() |
IV_CERTIFICITE | Call by reference | Type reference (TYPE) | XSTRING | 20120123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method PARSE_OWN_CERTIFICATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_EMAIL_ADDRESS | Call by reference | Type reference (TYPE) | STRUSTEMAIL | 20120123 | |||
2 | ![]() |
EV_FINGERPRINT | Call by reference | Type reference (TYPE) | STRUSTFINGERPRINTSHA1 | 20120123 | |||
3 | ![]() |
EV_ISSUER | Call by reference | Type reference (TYPE) | STRING | 20120123 | |||
4 | ![]() |
EV_PUBLIC_KEY_FINGERPRINT | Call by reference | Type reference (TYPE) | STRUSTPKFINGERPRINT | 20120123 | |||
5 | ![]() |
EV_SERIALNO | Call by reference | Type reference (TYPE) | STRING | 20120123 | |||
6 | ![]() |
EV_SUBJECT | Call by reference | Type reference (TYPE) | STRING | 20120123 | |||
7 | ![]() |
EV_SUBJECT_KEY_IDENTIFIER | Call by reference | Type reference (TYPE) | STRUSTSUBJECTKEYID | 20120123 | |||
8 | ![]() |
EV_VALID_TO | Call by reference | Type reference (TYPE) | STRUSTVALIDTO | 20120123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method PREPARE_FOR_EDIT Signature
Method PREPARE_FOR_EDIT on class CL_ABAP_PSE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method PREPARE_FOR_EDIT_ONLY_FILENAME Signature
Method PREPARE_FOR_EDIT_ONLY_FILENAME on class CL_ABAP_PSE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method PUT_CERTIFICATE_RESPONSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_RESPONSE | Call by reference | Type reference (TYPE) | STRING | 20120123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | SSFAPPL | 20120123 | |||
2 | ![]() |
IV_BO_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120123 | |||
3 | ![]() |
IV_CONTEXT | Call by reference | Type reference (TYPE) | PSECONTEXT | 20120123 | |||
4 | ![]() |
IV_DESCRIPTION | Call by reference | Type reference (TYPE) | SSFAPPLTXT | 20120123 | |||
5 | ![]() |
IV_GENERATE_APPLICATION | Call by reference | Type reference (TYPE) | BOOLEAN | 20120612 | |||
6 | ![]() |
IV_WRITEHIST | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20130718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method SET_SYNCHRONOUS_DISTRIBUTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SYNCHRONOUS_DISTRIBUTION | Call by reference | Type reference (TYPE) | BOOLEAN | 20130719 |
Method SET_SYNCHRONOUS_DISTRIBUTION on class CL_ABAP_PSE has no exception.
Method SIGN_KEY_PAIR_BY_TCS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SUBJECT_DN | Call by reference | Type reference (TYPE) | STRING | 20120123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method TO_INTERN_FORMAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DN | Value transfer | Type reference (TYPE) | STRING | 20120123 | |||
2 | ![]() |
IV_DN | Call by reference | Type reference (TYPE) | STRING | 20120123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
Method TO_LDAP_FORMAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DN | Value transfer | Type reference (TYPE) | STRING | 20120123 | |||
2 | ![]() |
IV_DN | Call by reference | Type reference (TYPE) | STRING | 20120123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120123 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |