SAP ABAP Class IF_BADI_INFORMATION_READER (Interface for Defining Read Functions of BAdI Information)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BADI_DT_READER | Class that Reads Design Time Data of BAdIs | 20050610 |
Properties
Class | IF_BADI_INFORMATION_READER | |
Short Description | Interface for Defining Read Functions of BAdI Information | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20050610 | 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) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class IF_BADI_INFORMATION_READER has no interface implemented.
Friends
Class IF_BADI_INFORMATION_READER has no friend class.
Attributes
Class IF_BADI_INFORMATION_READER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns Relevant Information for a BAdI Definition | 20050610 |
2 | ![]() |
Instance method | Public | Method | Returns Table of All BAdI Implementations | 20050610 |
Events
Class IF_BADI_INFORMATION_READER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | CONDITION_TABLE | Public | See coding | 20050610 | condition_table type sorted table of fline
with unique key disj_idx filter_name conj_idx idx
|
||
2 | FLINE | Public | See coding | 20050610 | begin of fline,
disj_idx type i,
filter_name type badi_filter_name,
conj_idx type i,
idx type i,
value1 type ref to data,
value2 type ref to data,
compare type char4,
is_interval type abap_bool,
ftype type char1,
end of fline
|
||
3 | FULL_IMPLEMENTATION | Public | See coding | 20050610 | begin of FULL_IMPLEMENTATION,
name type badi_impl_name,
enhname type enhname,
class_name type classname,
is_default type abap_bool,
pos type i,
condition type condition_table,
is_impl_active type abap_bool,
end of full_implementation
|
||
4 | FULL_IMPL_TABLE | Public | See coding | 20050610 | FULL_IMPL_TABLE type standard table of full_implementation with default key
|
Method Signatures
Method GET_BADI_DEFINITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BADI_NAME | Call by reference | Type reference (TYPE) | BADI_NAME | Name eines BAdIs | 20050610 | ||
2 | ![]() |
CONTEXT_MODE | Call by reference | Type reference (TYPE) | BADI_CONTEXT_MODE | In welchem Kontex-Modus agiert das BAdI | 20050610 | ||
3 | ![]() |
DEFAULT_CLASS | Call by reference | Type reference (TYPE) | CLASSNAME | Referenztyp | 20050610 | ||
4 | ![]() |
ENHS_NAME | Call by reference | Type reference (TYPE) | ENHSPOTNAME | Name (ID) of an Enhancement Spot | 20060118 | ||
5 | ![]() |
FILTERS | Call by reference | Type reference (TYPE) | CL_BADI_MAIN=>FDECLARATIONS | 20050610 | |||
6 | ![]() |
IF_NAME | Call by reference | Type reference (TYPE) | CLASSNAME | Referenztyp | 20050610 | ||
7 | ![]() |
SINGLE_USE | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20050610 |
Method GET_BADI_DEFINITION on class IF_BADI_INFORMATION_READER has no exception.
Method GET_BADI_IMPLEMENTATIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BADI_NAME | Call by reference | Type reference (TYPE) | BADI_NAME | Name eines BAdIs | 20050610 | ||
2 | ![]() |
IMPLEMENTATIONS | Value transfer | Type reference (TYPE) | FULL_IMPL_TABLE | Einstelliges Kennzeichen | 20050610 | ||
3 | ![]() |
INCLUDE_INACTIVE_IMPLS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20111124 |
Method GET_BADI_IMPLEMENTATIONS on class IF_BADI_INFORMATION_READER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |