SAP ABAP Class IF_EX_SR_PDF_CUSTOMER (Interface for BAdI: COCF_BD_SR_PDF_CUSTOMER)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20080125 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_COCF_SR_PDF_CUSTOMER_DEMO | Shift Report: Goods Movements (Example) | 20080220 |
Properties
| Class | IF_EX_SR_PDF_CUSTOMER | |
| Short Description | Interface for BAdI: COCF_BD_SR_PDF_CUSTOMER | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20080125 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_EX_SR_PDF_CUSTOMER has no forward declaration.
Interfaces
Class IF_EX_SR_PDF_CUSTOMER has no interface implemented.
Friends
Class IF_EX_SR_PDF_CUSTOMER has no friend class.
Attributes
Class IF_EX_SR_PDF_CUSTOMER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Detail View of Data of Preview (Customer Table) | 20090303 | |
| 2 | Instance method | Public | Method | Detail View of Data of Preview (Cover Page) | 20090303 | |
| 3 | Instance method | Public | Method | Gets Content of Table to Be Represented | 20080125 | |
| 4 | Instance method | Public | Method | Gets List of Implemented Customer Tables | 20080125 | |
| 5 | Instance method | Public | Method | Gets Content of Texts to be Represented | 20080215 | |
| 6 | Instance method | Public | Method | Gets List of Implemented Customer Texts for Cover Page | 20080215 | |
| 7 | Instance method | Public | Method | Gets Content of Texts as Table for Preview | 20090302 |
Events
Class IF_EX_SR_PDF_CUSTOMER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_TABLE_LIST | Public | See coding | 20080125 | BEGIN OF ty_s_table_list,
id TYPE cocf_sr_badi_key,
ktext TYPE text50,
struc TYPE strukname,
END OF ty_s_table_list
|
||
| 2 | TY_S_TEXT_LIST | Public | See coding | 20080215 | BEGIN OF ty_s_text_list,
id TYPE cocf_sr_badi_key,
ktext TYPE text50,
END OF ty_s_text_list
|
||
| 3 | TY_T_TABLE_LIST | Public | See coding | 20080125 | ty_t_table_list TYPE SORTED TABLE OF ty_s_table_list WITH UNIQUE KEY id
|
||
| 4 | TY_T_TEXT_LIST | Public | See coding | 20080215 | ty_t_text_list TYPE SORTED TABLE OF ty_s_text_list WITH UNIQUE KEY id
|
Method Signatures
Method DISPLAY_TABLE_PREVIEW_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_DONE | Value transfer | Type reference (TYPE) | XFELD | X = Detaildaten wurden angezeigt | 20090303 | |||
| 2 | IS_DETAIL | Call by reference | Type reference (TYPE) | COCF_S_SR_PREVIEW_DETAIL | Vorschau Detaildaten | 20090303 |
Method DISPLAY_TABLE_PREVIEW_DETAIL on class IF_EX_SR_PDF_CUSTOMER has no exception.
Method DISPLAY_TEXT_PREVIEW_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_DONE | Value transfer | Type reference (TYPE) | XFELD | X = Detaildaten wurden angezeigt | 20090303 | |||
| 2 | IS_DETAIL | Call by reference | Type reference (TYPE) | COCF_S_SR_PREVIEW_DETAIL | Vorschau Detaildaten | 20090303 |
Method DISPLAY_TEXT_PREVIEW_DETAIL on class IF_EX_SR_PDF_CUSTOMER has no exception.
Method GET_TABLE_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | Tabelle mit darzustellenden Daten | 20080125 | |||
| 2 | C_TEXT | Call by reference | Type reference (TYPE) | STRING | Text (kann XHTML formatiert sein) | 20080220 | |||
| 3 | IS_PARAMETER | Call by reference | Type reference (TYPE) | COCF_S_SR_GPARAM_PP | Parameter während Generierung des Schichtberichts | 20080218 | |||
| 4 | I_TABLE_ID | Call by reference | Type reference (TYPE) | COCF_SR_BADI_KEY | ID der BAdI-Implementation | 20080125 |
Method GET_TABLE_CONTENT on class IF_EX_SR_PDF_CUSTOMER has no exception.
Method GET_TABLE_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_TABLE_LIST | Call by reference | Type reference (TYPE) | TY_T_TABLE_LIST | Liste der implementierten Tabellen | 20080125 |
Method GET_TABLE_LIST on class IF_EX_SR_PDF_CUSTOMER has no exception.
Method GET_TEXT_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TEXT | Call by reference | Type reference (TYPE) | STRING | Deckblatt Text (kann XHTML formatiert sein) | 20080215 | |||
| 2 | IS_PARAMETER | Call by reference | Type reference (TYPE) | COCF_S_SR_GPARAM_PP | Parameter während Generierung des Schichtberichts | 20080218 | |||
| 3 | I_TEXT_ID | Call by reference | Type reference (TYPE) | COCF_SR_BADI_KEY | ID der BAdI-Implementation | 20080215 |
Method GET_TEXT_CONTENT on class IF_EX_SR_PDF_CUSTOMER has no exception.
Method GET_TEXT_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_TEXT_LIST | Call by reference | Type reference (TYPE) | TY_T_TEXT_LIST | Liste der implementierten Kundentexte | 20080215 |
Method GET_TEXT_LIST on class IF_EX_SR_PDF_CUSTOMER has no exception.
Method GET_TEXT_PREVIEW_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_TABLE | Call by reference | Object reference (TYPE REF TO) | DATA | Tabelle der Vorschaudaten | 20090302 | |||
| 2 | C_STRUCTURE | Call by reference | Type reference (TYPE) | STRUKNAME | Name einer Struktur | 20090302 | |||
| 3 | IS_PARAMETER | Call by reference | Type reference (TYPE) | COCF_S_SR_GPARAM_PP | Parameter während Generierung des Schichtberichts | 20090302 | |||
| 4 | I_TEXT_ID | Call by reference | Type reference (TYPE) | COCF_SR_BADI_KEY | ID der BAdI-Implementation | 20090302 |
Method GET_TEXT_PREVIEW_TABLE on class IF_EX_SR_PDF_CUSTOMER has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in |