SAP ABAP Class IF_DPR_SIGNATURE_MANAGER (Development Projects: Signature Manager)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DPR_SIGNATURE_MANAGER | Development Projects: Signature Manager | 20020516 |
Properties
Class | IF_DPR_SIGNATURE_MANAGER | |
Short Description | Development Projects: Signature Manager | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20020516 | SAP |
Last change | 20141109 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_DPR_SIGNATURE_MANAGER has no forward declaration.
Interfaces
Class IF_DPR_SIGNATURE_MANAGER has no interface implemented.
Friends
Class IF_DPR_SIGNATURE_MANAGER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | DPR_TV_SIGNATURE_DOCUMENT_TYPE | 'HTM' | Document Category 'HTML' | 20020517 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | DPR_TV_SIGNATURE_DOCUMENT_TYPE | 'PDF' | Document Category 'PDF' | 20020517 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | DPR_TV_SIGNATURE_DOCUMENT_TYPE | 'TXT' | Document Category 'TXT' | 20020517 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | DPR_TV_SIGNATURE_DOCUMENT_TYPE | 'XML' | Document Category 'XML' | 20020517 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | DPR_TV_SIGNATURE_METHOD | 'D' | User Signature without Verification | 20020517 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | DPR_TV_SIGNATURE_METHOD | 'S' | User Signature with Verification | 20020517 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | DPR_TV_SIGNATURE_METHOD | 'R' | System Signature | 20020517 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | DPR_TV_SIGNATURE_TYPE | 'A' | Asynchronous Signature | 20020517 | |
9 | ![]() |
Constant | Public | Type reference (TYPE) | DPR_TV_SIGNATURE_TYPE | 'B' | Asynchronous Signature (Changeable Signatory) | 20020517 | |
10 | ![]() |
Constant | Public | Type reference (TYPE) | DPR_TV_SIGNATURE_TYPE | 'C' | Synchronous Signature | 20020517 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Access Method to SSF Application (Reading) | 20020810 |
2 | ![]() |
Instance method | Public | Method | Access Method to SSF Format (Reading) | 20020810 |
3 | ![]() |
Static method | Public | Method | Access Method to Singleton (Reading) | 20020808 |
4 | ![]() |
Instance method | Public | Method | Access Method to Time of Signature (Reading) | 20020810 |
5 | ![]() |
Instance method | Public | Method | Access Method to User Data of Signatory (Reading) | 20020810 |
6 | ![]() |
Instance method | Public | Method | Register Signature Controller | 20020809 |
7 | ![]() |
Instance method | Public | Method | Start Signature | 20020517 |
8 | ![]() |
Instance method | Public | Method | Start Signature: Certificate | 20031117 |
9 | ![]() |
Instance method | Public | Method | Deregister Signature Controller | 20020809 |
Events
Class IF_DPR_SIGNATURE_MANAGER has no event.
Types
Class IF_DPR_SIGNATURE_MANAGER has no local type.
Method Signatures
Method GET_APPLICATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_APPLICATION | Value transfer | Type reference (TYPE) | SSFAPPL | SSF-Anwendung | 20020810 |
Method GET_APPLICATION on class IF_DPR_SIGNATURE_MANAGER has no exception.
Method GET_FORMAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_FORMAT | Value transfer | Type reference (TYPE) | SSFFORM | SSF-Format | 20020810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Development Projects: Fehler bei der Signatur | 20020813 |
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_DPR_SIGNATURE_MANAGER | Singleton-Instanz | 20020808 |
Method GET_INSTANCE on class IF_DPR_SIGNATURE_MANAGER has no exception.
Method GET_SIGNATURE_TIME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | DPR_TV_SIGNED_BY | Unterzeichner | 20020810 | ||
2 | ![]() |
RS_SIGNATURE_TIME | Value transfer | Type reference (TYPE) | DPR_TS_SIGNATURE_TIME | Datum und Uhrzeit zur Signatur | 20020810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Development Projects: Fehler bei der Signatur | 20020813 |
Method GET_USER_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | DPR_TV_SIGNED_BY | Unterzeichner | 20020810 | ||
2 | ![]() |
RS_USER_DATA | Value transfer | Type reference (TYPE) | DPR_TS_SIGNATURE_USER_DATA | Daten zum Unterzeichner | 20020810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Development Projects: Fehler bei der Signatur | 20020813 |
Method REGISTER_CONTROLLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_DPR_SIGNATURE_CONTROLLER | Development Projects: Signatur-Controller | 20020809 |
Method REGISTER_CONTROLLER on class IF_DPR_SIGNATURE_MANAGER has no exception.
Method SIGN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_TOKEN | Call by reference | Object reference (TYPE REF TO) | IF_DPR_SIGNATURE_PROCESS_TOKEN | Development Projects: Token im Signaturprozess | 20020517 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Development Projects: Fehler bei der Signatur | 20020813 |
Method SIGN_C Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_REQUEST | HTTP Framework (iHTTP) HTTP Request | 20031117 | ||
2 | ![]() |
IR_TOKEN | Call by reference | Object reference (TYPE REF TO) | IF_DPR_SIGNATURE_PROCESS_TOKEN | Development Projects: Token im Signaturprozess | 20031117 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Development Projects: Fehler bei der Signatur | 20031117 |
Method UNREGISTER_CONTROLLER Signature
Method UNREGISTER_CONTROLLER on class IF_DPR_SIGNATURE_MANAGER has no parameter.
Method UNREGISTER_CONTROLLER on class IF_DPR_SIGNATURE_MANAGER has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in |