SAP ABAP Class IF_EX_QE_TREE_QE51N (Interface for BAdI: BADI_QE_TREE_QE51N)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20120622 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_IM_QE_TREE_QE51N | Class for BAdI Implementation: QE_TREE_QE51N | 20120625 |
Properties
| Class | IF_EX_QE_TREE_QE51N | |
| Short Description | Interface for BAdI: BADI_QE_TREE_QE51N | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120622 | SAP |
| Last change | 20130531 | SAP |
| 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) |
Interfaces
Class IF_EX_QE_TREE_QE51N has no interface implemented.
Friends
Class IF_EX_QE_TREE_QE51N has no friend class.
Attributes
Class IF_EX_QE_TREE_QE51N has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Fill Additional Fields | 20120622 | |
| 2 | Instance method | Public | Method | Change of Field Catalog Field Names | 20120626 |
Events
Class IF_EX_QE_TREE_QE51N has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_LOS | Public | See coding | 20120625 | BEGIN OF ts_los,
lsinfo TYPE ts_lsinfo,
tlinfotab TYPE tt_tlinfo,
vorgtab TYPE tt_vorgang,
mk_offen TYPE i,
END OF ts_los
|
||
| 2 | TS_LSINFO | Public | See coding | 20120622 | BEGIN OF ts_lsinfo.
INCLUDE TYPE qetreeinfo.
TYPES:
stat02 TYPE qals-stat02,
stat07 TYPE qals-stat07,
stat13 TYPE qals-stat13,
stat35 TYPE qals-stat35,
offennlzmk TYPE qals-offennlzmk,
offen_lzmk TYPE qals-offen_lzmk,
slwbez TYPE qals-slwbez,
aufpl type qals-aufpl,
END OF ts_lsinfo
|
||
| 3 | TS_MKINFO | Public | See coding | 20120622 | BEGIN OF ts_mkinfo,
merknr TYPE qamv-merknr,
kurztext TYPE qamv-kurztext,
satzstatus TYPE qamv-satzstatus,
mbewertg TYPE qamr-mbewertg,
tstichprkz TYPE qamv-tstichprkz,
rueckmelnr TYPE qamv-rueckmelnr,
no_qasv TYPE i,
sign_state TYPE sign_state,
add_fields_cha TYPE qetreeinfo_add_fields_cha,
END OF ts_mkinfo
|
||
| 4 | TS_POINFO | Public | See coding | 20120622 | BEGIN OF ts_poinfo,
aplfl TYPE qapo-aplfl,
vorglfnr TYPE qapo-vorglfnr,
vornr TYPE qapo-vornr,
vorktxt TYPE qapo-vorktxt,
prplatztxt TYPE qapo-prplatztxt,
qkzprmeng TYPE qapo-qkzprmeng,
qkzprzeit TYPE qapo-qkzprzeit,
qkzprfrei TYPE qapo-qkzprfrei,
qrastereh TYPE qapo-qrastereh,
qrastmeng TYPE qapo-qrastmeng,
qrastzeht TYPE qapo-qrastzeht,
qrastzfak TYPE qapo-qrastzfak,
vbewertung TYPE qavo-vbewertung,
add_fields_opr TYPE qetreeinfo_add_fields_opr,
END OF ts_poinfo
|
||
| 5 | TS_PPUNKT | Public | See coding | 20120625 | BEGIN OF ts_ppunkt,
qapp TYPE qapp,
mkinfotab TYPE tt_mkinfo,
mk_offen TYPE i,
add_fields_ip TYPE qetreeinfo_add_fields_ip,
END OF ts_ppunkt
|
||
| 6 | TS_TLINFO | Public | See coding | 20120625 | BEGIN OF ts_tlinfo,
teillos TYPE qalt-teillos,
charg TYPE qalt-charg ,
vorgtab TYPE tt_vorgang,
mk_offen TYPE i,
add_fields_pl TYPE qetreeinfo_add_fields_pl,
END OF ts_tlinfo
|
||
| 7 | TS_VORGANG | Public | See coding | 20120625 | BEGIN OF ts_vorgang,
poinfo TYPE ts_poinfo,
mkinfotab TYPE tt_mkinfo,
ppunkttab TYPE tt_ppunkt,
mk_offen TYPE i,
END OF ts_vorgang
|
||
| 8 | TT_LOS | Public | See coding | 20120625 | tt_los TYPE STANDARD TABLE OF ts_los WITH DEFAULT KEY
|
||
| 9 | TT_MKINFO | Public | See coding | 20120625 | tt_mkinfo TYPE STANDARD TABLE OF ts_mkinfo WITH DEFAULT KEY
|
||
| 10 | TT_PPUNKT | Public | See coding | 20120625 | tt_ppunkt TYPE STANDARD TABLE OF ts_ppunkt WITH DEFAULT KEY
|
||
| 11 | TT_TLINFO | Public | See coding | 20120625 | tt_tlinfo TYPE STANDARD TABLE OF ts_tlinfo WITH DEFAULT KEY
|
||
| 12 | TT_VORGANG | Public | See coding | 20120625 | tt_vorgang TYPE STANDARD TABLE OF ts_vorgang WITH DEFAULT KEY
|
Method Signatures
Method FILL_ADDITIONAL_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_LOS | Call by reference | Type reference (TYPE) | TT_LOS | Prüflose | 20120625 | |||
| 2 | CT_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Tabelle mit BAPI Return Informationen | 20120625 | |||
| 3 | IT_LOS | Call by reference | Type reference (TYPE) | TT_LOS | Prüflose | 20120625 |
Method FILL_ADDITIONAL_DATA on class IF_EX_QE_TREE_QE51N has no exception.
Method SET_FIELDCAT_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FIELDCAT_TAB | Call by reference | Type reference (TYPE) | SLIS_T_FIELDCAT_ALV | 20120626 |
Method SET_FIELDCAT_TAB on class IF_EX_QE_TREE_QE51N has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |