The Function Module SSFC_CERTIFICATE_IMPORT (Zertifikatsdatei importieren (vom SAPGUI-Frontend)) is a standard Function Module in SAP ERP and is part of the function group SSFC within the package SECF.
Function Module | SSFC_CERTIFICATE_IMPORT |
Short Text | Zertifikatsdatei importieren (vom SAPGUI-Frontend) |
Function Group | SSFC |
Package | SECF |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ENCODING | TYPE | SSFCERTENC | 'D' | SSF Certificate Encoding (DER / Base64) |
FILENAME | TYPE | STRING | vollständiger Dateiname |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ALGID | TYPE | STRING | Algorithmus | |
CERTIFICATE | TYPE | XSTRING | Zertifikat (DER-kodiert) | |
FINGERPRINT | TYPE | STRING | Prüfsumme | |
ISSUER | TYPE | STRING | Aussteller | |
SERIALNO | TYPE | STRING | Seriennummer | |
SUBJECT | TYPE | STRING | Inhaber | |
VALIDFROM | TYPE | STRING | Gültig von | |
VALIDTO | TYPE | STRING | Gültig bis |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
DATA_TRANSMISSION_ERROR | Fehler bei Datenübertragung zum Frontend |
ENCODING_NOT_SUPPORTED | Kodierungmethode wird nicht unterstützt |
FILE_ACCESS_DENIED | Zugriff auf Datei nicht erlaubt |
FILE_OPEN_ERROR | Datei nicht vorhanden, kann nicht geöffnet werden |
FILE_READ_ERROR | Datei kann nicht gelesen werden |
IMPORT_PARAMETER_MISSING | Fehler beim Aufruf der Funktion |
INVALID_CERTIFICATE_FORMAT | Zertifikat ist syntaktisch nicht korrekt |
NO_UPLOAD_AUTHORIZATION | Keine Berechtigung für Upload |
SAPGUI_REQUIRED | Funktion erfordert SAPGUI-Frontend |
UNKNOWN_ERROR | unbekannter Fehler aufgetreten |