SAP ABAP Interface IF_EX_SR_PDF_CUSTOMER (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

⤷

⤷

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
Interface | IF_EX_SR_PDF_CUSTOMER | |
Short Description | Interface for BAdI: COCF_BD_SR_PDF_CUSTOMER |
General Data
Package | COCF | Order and Confirmation Data |
Created | 20080125 | SAP |
Last changed | 20100310 | SAP |
Unicode checks active |
Forward declarations
Interface IF_EX_SR_PDF_CUSTOMER has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20080125 |
Friends
Interface IF_EX_SR_PDF_CUSTOMER has no friend.
Attributes
Interface 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
Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface IF_EX_SR_PDF_CUSTOMER has no exception.
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 604 |