SAP ABAP Class CL_DOCUMENT_MANAGER_BCS_PPF (PPF: Manages Form/Document in BCS Medium)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-GBT-PPF (Application Component) Post Processing Framework
⤷
SPPF_MEDIA (Package) PPF: Central Media
⤷
⤷
Properties
| Class | CL_DOCUMENT_MANAGER_BCS_PPF | |
| Short Description | PPF: Manages Form/Document in BCS Medium | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SPPF_MEDIA | PPF: Central Media |
| Created | 20040414 | SAP |
| Last change | 20040518 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_DOCUMENT_MANAGER_BCS_PPF has no forward declaration.
Interfaces
Class CL_DOCUMENT_MANAGER_BCS_PPF has no interface implemented.
Friends
Class CL_DOCUMENT_MANAGER_BCS_PPF has no friend class.
Attributes
Class CL_DOCUMENT_MANAGER_BCS_PPF has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Adjusts a Document for a Communication Channel (PRN) | 20040414 | |
| 2 | Static method | Public | Method | Adjusts the Send Request to New Form Data | 20040416 | |
| 3 | Static method | Public | Method | Changes/Replaces Document Instance in New Form | 20040415 | |
| 4 | Static method | Public | Method | Generates a Document Instance for Form Data | 20040414 | |
| 5 | Static method | Public | Method | Returns a Document Wrapper for BCS Documents | 20040415 | |
| 6 | Static method | Protected | Method | Returns Document Wrapper | 20040416 |
Events
Class CL_DOCUMENT_MANAGER_BCS_PPF has no event.
Types
Class CL_DOCUMENT_MANAGER_BCS_PPF has no local type.
Method Signatures
Method ADAPT_DOCUMENT_FOR_COMMTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | II_DOCUMENT | Call by reference | Object reference (TYPE REF TO) | IF_DOCUMENT_BCS_PPF | Referenz auf das anzupassende Dokument | 20040414 | |||
| 2 | IP_COMMTYPE | Call by reference | Type reference (TYPE) | BCSDCOMTYP | Kommunikationsart für 'Externe Kommunikation' | 20040414 |
Method ADAPT_DOCUMENT_FOR_COMMTYPE on class CL_DOCUMENT_MANAGER_BCS_PPF has no exception.
Method ADAPT_SEND_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SEND_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_SEND_REQUEST_BCS | BCS-Sendeauftrag | 20040416 | |||
| 2 | IP_COMMTYPE | Call by reference | Type reference (TYPE) | BCSDCOMTYP | Kommunikationsart für 'Externe Kommunikation' | 20040416 | |||
| 3 | IP_PERSONALIZE | Call by reference | Type reference (TYPE) | BCS_PERS | Art der möglichen Personalisierung eines Dokuments | 20040416 | |||
| 4 | IP_PROCESSING | Call by reference | Type reference (TYPE) | BCSDFLTVAL | Filterwert für BADI DOC_PERSONALIZE_BCS | 20040416 | |||
| 5 | IS_GENERICFORM | Call by reference | Type reference (TYPE) | SFPGENERIC | Formulardaten | 20040416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BCS: Ausnahmen von Sendeaufträgen | 20040416 |
Method CHANGE_DOCUMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | II_DOCUMENT | Call by reference | Object reference (TYPE REF TO) | IF_DOCUMENT_BCS_PPF | Referenz auf das ursprüngliche Dokument | 20040415 | |||
| 2 | IP_PERSONALIZE | Call by reference | Type reference (TYPE) | BCS_PERS | Personalisierungart | 20040415 | |||
| 3 | IP_PROCESSING | Call by reference | Type reference (TYPE) | BCSDFLTVAL | Filterwert für BADI DOC_PERSONALIZE_BCS | 20040415 | |||
| 4 | IS_GENERICFORM | Call by reference | Type reference (TYPE) | SFPGENERIC | Neue Formular | 20040415 | |||
| 5 | RI_DOCUMENT | Value transfer | Object reference (TYPE REF TO) | IF_DOCUMENT_BCS_PPF | Referenz auf das geänderte/neue Dokument | 20040415 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BCS: Ausnahmen von Dokumenten | 20040416 |
Method CREATE_DOCUMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_PERSONALIZE | Call by reference | Type reference (TYPE) | BCS_PERS | Art der möglichen Personalisierung eines Dokuments | 20040414 | |||
| 2 | IP_PROCESSING | Call by reference | Type reference (TYPE) | BCSDFLTVAL | Filterwert für BADI DOC_PERSONALIZE_BCS | 20040414 | |||
| 3 | IS_GENERICFORM | Call by reference | Type reference (TYPE) | SFPGENERIC | Allgemeines Formular | 20040414 | |||
| 4 | RI_DOCUMENT | Value transfer | Object reference (TYPE REF TO) | IF_DOCUMENT_BCS_PPF | Referenz auf das Dokument | 20040414 |
Method CREATE_DOCUMENT on class CL_DOCUMENT_MANAGER_BCS_PPF has no exception.
Method GET_DOCUMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | II_DOCUMENT_BCS | Call by reference | Object reference (TYPE REF TO) | IF_DOCUMENT_BCS | BCS-Dokument | 20040415 | |||
| 2 | RI_DOCUMENT | Value transfer | Object reference (TYPE REF TO) | IF_DOCUMENT_BCS_PPF | Dokumenten-Wrapper | 20040415 |
Method GET_DOCUMENT on class CL_DOCUMENT_MANAGER_BCS_PPF has no exception.
Method WRAPPER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | II_DOCUMENT | Call by reference | Object reference (TYPE REF TO) | IF_DOCUMENT_BCS_PPF | Dokument | 20040420 | |||
| 2 | RO_WRAPPER | Value transfer | Object reference (TYPE REF TO) | CL_DOCUMENT_BCS | Dokumenthülle | 20040416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BCS: Ausnahmen von Dokumenten | 20040416 |
History
| Last changed by/on | SAP | 20040518 |
| SAP Release Created in | 700 |