Ansicht
Dokumentation

/BSNAGT/SSF_GET_PARAMETER - Read SSF Parameter and SSF Profile Config (combined)

/BSNAGT/SSF_GET_PARAMETER - Read SSF Parameter and SSF Profile Config (combined)

General Material Data   Vendor Master (General Section)  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module reads the values of the Secure Store and Forward (SSF) parameters, which are maintained using transaction SSFA. The values can then be used as input parameters for the other functions in the SSF function group.

Example

CALL FUNCTION 'SSF_GET_PARAMETER'
EXPORTING
APPLICATION = 'TEST'
IMPORTING
SSFTOOLKIT = SSFTOOLKIT
STR_FORMAT = SSFFORMAT
STR_PAB = SSFPAB
STR_PAB_PASSWORD = SSFPABPW
EXCEPTIONS
SSF_PARAMETER_NOT_FOUND = 1
OTHERS = 2
.
CALL FUNCTION 'SSF_KRN_VERIFY'
EXPORTING
SSFTOOLKIT = SSFTOOLKIT
STR_FORMAT = SSFFORMAT
OSTR_SIGNED_DATA_L = ENVELOPED_DATA_LEN
* OSTR_INPUT_DATA_L = 0
STR_PAB = SSFPAB
STR_PAB_PASSWORD = SSFPABPW
IMPORTING
...
TABLES
...
EXCEPTIONS
...

Notes

New SSF applications are created in the table SSFAPPLIC.

Further information





Parameters

APPFOUND
APPLICATION
B_DETACHED
B_DISTRIB
B_INCCERTS
DECRYPT
ENCRYPT
MANDT
MSGTYP
SIGN
SSFID
SSFTOOLKIT
STR_ENCRALG
STR_FORMAT
STR_HASHALG
STR_PAB
STR_PAB_PASSWORD
STR_PROFILE
STR_PROFILEID
STR_PROFILEPW
VERIFY

Exceptions

SSF_PARAMETER_ERROR
SSF_PARAMETER_NOT_FOUND

Function Group

AGT/SAPLSSFG

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   CPI1466 during Backup  
This documentation is copyright by SAP AG.

Length: 1944 Date: 20240426 Time: 072333     sap01-206 ( 34 ms )