SAP ABAP Interface IF_EX_SR_PDF_CUSTOMER_EAM (Interface for BAdI: COCF_BD_SR_PDF_CUSTOMER)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PP-SFC (Application Component) Production Orders
⤷
COCF (Package) Order and Confirmation Data
⤷
⤷
Properties
| Interface | IF_EX_SR_PDF_CUSTOMER_EAM | |
| Short Description | Interface for BAdI: COCF_BD_SR_PDF_CUSTOMER |
General Data
| Package | COCF | Order and Confirmation Data |
| Created | 20091105 | SAP |
| Last changed | 20100310 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_EX_SR_PDF_CUSTOMER_EAM has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20091105 |
Friends
Interface IF_EX_SR_PDF_CUSTOMER_EAM has no friend.
Attributes
Interface IF_EX_SR_PDF_CUSTOMER_EAM 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) | 20091105 | |
| 2 | Instance method | Public | Method | Detail View of Data of Preview (Cover Page) | 20091105 | |
| 3 | Instance method | Public | Method | Gets Content of Table to Be Represented | 20091105 | |
| 4 | Instance method | Public | Method | Gets List of Implemented Customer Tables | 20091105 | |
| 5 | Instance method | Public | Method | Gets Content of Texts to be Represented | 20091105 | |
| 6 | Instance method | Public | Method | Gets List of Implemented Customer Texts for Cover Page | 20091105 | |
| 7 | Instance method | Public | Method | Gets Content of Texts as Table for Preview | 20091105 |
Events
Interface IF_EX_SR_PDF_CUSTOMER_EAM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_TABLE_LIST | Public | See coding | 20091105 | 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 | 20091105 | 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 | 20091105 | ty_t_table_list TYPE SORTED TABLE OF ty_s_table_list WITH UNIQUE KEY id
|
||
| 4 | TY_T_TEXT_LIST | Public | See coding | 20091105 | 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 | 20091105 | |||
| 2 | IS_DETAIL | Call by reference | Type reference (TYPE) | COCF_S_SR_PREVIEW_DETAIL | Vorschau Detaildaten | 20091105 |
Method DISPLAY_TABLE_PREVIEW_DETAIL on Interface IF_EX_SR_PDF_CUSTOMER_EAM 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 | 20091105 | |||
| 2 | IS_DETAIL | Call by reference | Type reference (TYPE) | COCF_S_SR_PREVIEW_DETAIL | Vorschau Detaildaten | 20091105 |
Method DISPLAY_TEXT_PREVIEW_DETAIL on Interface IF_EX_SR_PDF_CUSTOMER_EAM 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 | 20091105 | |||
| 2 | C_TEXT | Call by reference | Type reference (TYPE) | STRING | Text (kann XHTML formatiert sein) | 20091105 | |||
| 3 | IS_PARAMETER | Call by reference | Type reference (TYPE) | COCF_S_SR_GPARAM_EAM | Parameter während Generierung des Schichtberichts | 20091105 | |||
| 4 | I_TABLE_ID | Call by reference | Type reference (TYPE) | COCF_SR_BADI_KEY | ID der BAdI-Implementation | 20091105 |
Method GET_TABLE_CONTENT on Interface IF_EX_SR_PDF_CUSTOMER_EAM 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 | 20091105 |
Method GET_TABLE_LIST on Interface IF_EX_SR_PDF_CUSTOMER_EAM 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) | 20091105 | |||
| 2 | IS_PARAMETER | Call by reference | Type reference (TYPE) | COCF_S_SR_GPARAM_EAM | Parameter während Generierung des Schichtberichts | 20091105 | |||
| 3 | I_TEXT_ID | Call by reference | Type reference (TYPE) | COCF_SR_BADI_KEY | ID der BAdI-Implementation | 20091105 |
Method GET_TEXT_CONTENT on Interface IF_EX_SR_PDF_CUSTOMER_EAM 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 | 20091105 |
Method GET_TEXT_LIST on Interface IF_EX_SR_PDF_CUSTOMER_EAM 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 | 20091105 | |||
| 2 | C_STRUCTURE | Call by reference | Type reference (TYPE) | STRUKNAME | Name einer Struktur | 20091105 | |||
| 3 | IS_PARAMETER | Call by reference | Type reference (TYPE) | COCF_S_SR_GPARAM_EAM | Parameter während Generierung des Schichtberichts | 20091105 | |||
| 4 | I_TEXT_ID | Call by reference | Type reference (TYPE) | COCF_SR_BADI_KEY | ID der BAdI-Implementation | 20091105 |
Method GET_TEXT_PREVIEW_TABLE on Interface IF_EX_SR_PDF_CUSTOMER_EAM has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 605 |