SAP ABAP Class IF_DPR_SIGNATURE_PROCESS (Development Projects: Signature Process)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DPR_APPROVAL_O | Development Projects: Approval | 20020517 |
Properties
| Class | IF_DPR_SIGNATURE_PROCESS | |
| Short Description | Development Projects: Signature Process | |
| 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
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_DPR_SIGNATURE_PROCESS has no interface implemented.
Friends
Class IF_DPR_SIGNATURE_PROCESS 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_STATE | '2' | Signature Process Cancelled | 20020517 | ||
| 2 | Constant | Public | Type reference (TYPE) | DPR_TV_SIGNATURE_STATE | '1' | Signature Process Closed | 20020517 | ||
| 3 | Constant | Public | Type reference (TYPE) | DPR_TV_SIGNATURE_STATE | ' ' | Signature Process Reopened | 20020808 | ||
| 4 | Constant | Public | Type reference (TYPE) | DPR_TV_SIGNATURE_STATE | '3' | Current Signature Process | 20020517 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Access Method to Steps in Signature Process (Reading) | 20020517 | |
| 2 | Instance method | Public | Method | Access Method to Steps in Signature Process (Ordered) | 20020517 | |
| 3 | Instance method | Public | Method | Access Method to Document (Reading) | 20020517 | |
| 4 | Instance method | Public | Method | Access Method to Document Finger Print (Reading) | 20020814 | |
| 5 | Instance method | Public | Method | Access Method to Document Size (Reading) | 20020814 | |
| 6 | Instance method | Public | Method | Access Method to Document Category (Reading) | 20020517 | |
| 7 | Instance method | Public | Method | Access Method to GUID (Reading) | 20020516 | |
| 8 | Instance method | Public | Method | Access Method to Signature Method (Reading) | 20020517 | |
| 9 | Instance method | Public | Method | Access Method to Signature Already Made (Reading) | 20020808 | |
| 10 | Instance method | Public | Method | Access Method to Signature Process Status (Reading) | 20020517 | |
| 11 | Instance method | Public | Method | Access Method to Class Name of Token (Reading) | 20020809 | |
| 12 | Instance method | Public | Method | Access Method to Signature Category (Reading) | 20020517 |
Events
Class IF_DPR_SIGNATURE_PROCESS has no event.
Types
Class IF_DPR_SIGNATURE_PROCESS has no local type.
Method Signatures
Method GET_ALL_STEPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_STEPS | Value transfer | Type reference (TYPE) | DPR_TT_SIGNATURE_STEPS | Schritte im Signaturprozess (GUID und Referenz) | 20020517 |
Method GET_ALL_STEPS on class IF_DPR_SIGNATURE_PROCESS has no exception.
Method GET_ALL_STEPS_ORDERED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_STEPS | Value transfer | Type reference (TYPE) | DPR_TT_ORDERED_SIGNATURE_STEPS | Schritte im Signaturprozess (geordnet) | 20020517 |
Method GET_ALL_STEPS_ORDERED on class IF_DPR_SIGNATURE_PROCESS has no exception.
Method GET_DOCUMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SIGN | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | ' ': Read-Only AbnDokument, 'X': Interaktives AbnDokument | 20050728 | ||
| 2 | RV_DOCUMENT | Value transfer | Type reference (TYPE) | DPR_TV_SIGNATURE_DOCUMENT | Zu signierendes Dokument | 20020517 |
Method GET_DOCUMENT on class IF_DPR_SIGNATURE_PROCESS has no exception.
Method GET_DOCUMENT_FINGER_PRINT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SIGN | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | ' ': Read-Only AbnDokument, 'X': Interaktives AbnDokument | 20050728 | ||
| 2 | RV_DOCUMENT_FINGER_PRINT | Value transfer | Type reference (TYPE) | HASH160X | Finger Print des Dokument | 20020814 |
Method GET_DOCUMENT_FINGER_PRINT on class IF_DPR_SIGNATURE_PROCESS has no exception.
Method GET_DOCUMENT_SIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SIGN | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | ' ': Read-Only AbnDokument, 'X': Interaktives AbnDokument | 20050728 | ||
| 2 | RV_DOCUMENT_SIZE | Value transfer | Type reference (TYPE) | DPR_TV_SIGNATURE_DOCUMENT_SIZE | Dokumentgröße | 20020814 |
Method GET_DOCUMENT_SIZE on class IF_DPR_SIGNATURE_PROCESS has no exception.
Method GET_DOCUMENT_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SIGN | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | ' ': Read-Only AbnDokument, 'X': Interaktives AbnDokument | 20050728 | ||
| 2 | RV_DOCUMENT_TYPE | Value transfer | Type reference (TYPE) | DPR_TV_SIGNATURE_DOCUMENT_TYPE | Dokumenttyp | 20020517 |
Method GET_DOCUMENT_TYPE on class IF_DPR_SIGNATURE_PROCESS has no exception.
Method GET_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_GUID | Value transfer | Type reference (TYPE) | DPR_TV_GUID | GUID des Signaturprozesses | 20020516 |
Method GET_GUID on class IF_DPR_SIGNATURE_PROCESS has no exception.
Method GET_METHOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_METHOD | Value transfer | Type reference (TYPE) | DPR_TV_SIGNATURE_METHOD | Signaturmethode | 20020517 |
Method GET_METHOD on class IF_DPR_SIGNATURE_PROCESS has no exception.
Method GET_SIGNED_STEPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_SIGNED_STEPS | Value transfer | Type reference (TYPE) | DPR_TT_SIGNATURE_STEPS | Schritte im Signaturprozess (GUID und Referenz) | 20020808 |
Method GET_SIGNED_STEPS on class IF_DPR_SIGNATURE_PROCESS has no exception.
Method GET_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_STATE | Value transfer | Type reference (TYPE) | DPR_TV_SIGNATURE_STATE | Zustand des Signaturprozesses | 20020517 |
Method GET_STATE on class IF_DPR_SIGNATURE_PROCESS has no exception.
Method GET_TOKEN_CLASSNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CLASSNAME | Value transfer | Type reference (TYPE) | SEOCLSNAME | Klassenname Token | 20020809 |
Method GET_TOKEN_CLASSNAME on class IF_DPR_SIGNATURE_PROCESS has no exception.
Method GET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TYPE | Value transfer | Type reference (TYPE) | DPR_TV_SIGNATURE_TYPE | Typ der Signatur | 20020517 |
Method GET_TYPE on class IF_DPR_SIGNATURE_PROCESS has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in |