SAP ABAP Class CL_AXT_BADI_IMPLEMENTATION (BADI implementation generation element)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-GTF-EEW (Application Component) Easy Enhancement Workbench
⤷
AXT_GENERATION_FRAMEWORK (Package) Extensibility Generation Framework
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_ELEMENT | General generation element | 20080208 |
Properties
| Class | CL_AXT_BADI_IMPLEMENTATION | |
| Short Description | BADI implementation generation element | |
| Super Class | CL_AXT_ELEMENT | General generation element |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | AXT_GENERATION_FRAMEWORK | Extensibility Generation Framework |
| Created | 20080208 | SAP |
| Last change | 20100303 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_AXT_BADI_IMPLEMENTATION has no interface implemented.
Friends
Class CL_AXT_BADI_IMPLEMENTATION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | COMT_GOX_FIELDNAME | 'COMPOSITE' | GOX parameter for composite enhancement | 20080306 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | COMT_GOX_FIELDNAME | 'IMPL_CLASS' | GOX parameter for implementing class | 20080306 | ||
| 3 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'BAD_IMPL' | BADI implementation parameter | 20080226 | ||
| 4 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'ENH_COMP' | Enhancement composite parameter | 20080226 | ||
| 5 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'IMPL_CLASS' | Implementation class parameter | 20080226 | ||
| 6 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'NEW_ENH_IMPL' | Enhancement implementation | 20080306 | ||
| 7 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'REF_BADI_IMPL' | Reference BADI implementation parameter | 20080226 | ||
| 8 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'REF_ENH_IMPL' | Enhancement implementation | 20080306 | ||
| 9 | Instance attribute | Private | Type reference (TYPE) | AXTT_BADI_IMPLEMENTATION | BADI implementations | 20080226 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | ENHCOMPOSITENAME | Enhancement composite | 20080226 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | ENHNAME | Reference enhancement implementation | 20080306 | |||
| 12 | Static Attribute | Private | Type reference (TYPE) | AXT_DESCRIPTION | Element description: BADI implementation | 20081201 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Compares BADI specific attributes | 20080307 | |
| 2 | Static method | Public | Method | Checks if all Badi implemetnations are valid | 20080307 | |
| 3 | Static method | Public | Method | Checks if enhancement composite | 20080307 | |
| 4 | Static method | Public | Method | Checks that enhancement implementation is valid | 20080307 | |
| 5 | Static method | Private | Method | Checks all mandatory parameters for the element | 20080409 | |
| 6 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20081201 | |
| 7 | Instance method | Public | Constructor | CONSTRUCTOR | 20080221 | |
| 8 | Static method | Public | Method | Returns a new BADI implementation element (easy signature) | 20080226 | |
| 9 | Instance method | Public | Method | Returns Badi implementations | 20080227 | |
| 10 | Instance method | Public | Method | Returns enhancement composite | 20080227 | |
| 11 | Instance method | Public | Method | Returns enhancement implementation | 20080306 |
Events
Class CL_AXT_BADI_IMPLEMENTATION has no event.
Types
Class CL_AXT_BADI_IMPLEMENTATION has no local type.
Method Signatures
Method ARE_SPECIFIC_ATTRIBUTES_EQUAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_BADI_IMPL_TARGET | Call by reference | Object reference (TYPE REF TO) | CL_AXT_BADI_IMPLEMENTATION | BADI implementation generation element | 20080307 | |||
| 2 | RV_ARE_EQUAL | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20080307 |
Method ARE_SPECIFIC_ATTRIBUTES_EQUAL on class CL_AXT_BADI_IMPLEMENTATION has no exception.
Method CHECK_BADI_IMPLEMENTATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_BADI_IMPLEMENTATION | Call by reference | Type reference (TYPE) | AXTT_BADI_IMPLEMENTATION | BADI implementation | 20080326 | |||
| 2 | IV_REF_ENH_IMPLEMENTATION | Call by reference | Type reference (TYPE) | ENHNAME | ID of an Enhancement | 20080326 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Badi implementations are invalid | 20080307 |
Method CHECK_ENHANCEMENT_COMPOSITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ENHANCEMENT_COMPOSITE | Call by reference | Type reference (TYPE) | ENHCOMPOSITENAME | ID of a Composite Enhancement Implementation | 20080307 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Enhancement composite is invalid | 20080307 |
Method CHECK_ENH_IMPLEMENTATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ENH_IMPLEMENTATION | Call by reference | Type reference (TYPE) | ENHNAME | ID of an Enhancement | 20080307 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Enhancement implementation is invalid | 20080307 |
Method CHECK_MANDATORY_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_BADI_IMPLEMENTATION | Call by reference | Type reference (TYPE) | AXTT_BADI_IMPLEMENTATION | BADI implementations | 20080409 | |||
| 2 | IV_REF_ENH_IMPLEMENTATION | Call by reference | Type reference (TYPE) | ENHNAME | Reference enhancement implementation | 20080409 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Mandatory parameters invalid | 20080409 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_AXT_BADI_IMPLEMENTATION has no parameter.
Method CLASS_CONSTRUCTOR on class CL_AXT_BADI_IMPLEMENTATION has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PREDECESSOR | Call by reference | Type reference (TYPE) | AXTT_PREDECESSOR | Element predecessors | 20080221 | |||
| 2 | IV_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | AXT_OBJECT_TYPE | Object Type | 20081013 | |||
| 3 | IV_ID | Call by reference | Type reference (TYPE) | AXT_GUID | Element id | 20080225 | |||
| 4 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | AXT_NAME | Element name | 20080221 | |||
| 5 | IV_SYNC | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | CL_AXT_CONSTANTS=>GC_TRUE | Synchonous generation | 20080221 |
Method CONSTRUCTOR on class CL_AXT_BADI_IMPLEMENTATION has no exception.
Method CREATE_BADI_IMPL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_BADI_IMPLEMENTATION | Call by reference | Type reference (TYPE) | AXTT_BADI_IMPLEMENTATION | BADI implementations | 20080226 | |||
| 2 | IV_ENH_COMPOSITE | Call by reference | Type reference (TYPE) | ENHCOMPOSITENAME | Enhancement composite | 20080226 | |||
| 3 | IV_ID | Call by reference | Type reference (TYPE) | AXT_GUID | Element id | 20080226 | |||
| 4 | IV_NEW_ENH_IMPLEMENTATION | Call by reference | Type reference (TYPE) | ENHNAME | New enhancement implementation | 20080306 | |||
| 5 | IV_REF_ENH_IMPLEMENTATION | Call by reference | Type reference (TYPE) | ENHNAME | Reference enhancement implementation | 20080306 | |||
| 6 | RR_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20080226 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Data invalid error | 20080310 |
Method GET_BADI_IMPLEMENTATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RRT_BADI_IMPLEMENTATIONS | Value transfer | Object reference (TYPE REF TO) | AXTT_BADI_IMPLEMENTATION | BADI implementations | 20080227 |
Method GET_BADI_IMPLEMENTATIONS on class CL_AXT_BADI_IMPLEMENTATION has no exception.
Method GET_ENH_COMPOSITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ENH_COMPOSITE | Value transfer | Type reference (TYPE) | ENHCOMPOSITENAME | ID of a Composite Enhancement Implementation | 20080227 |
Method GET_ENH_COMPOSITE on class CL_AXT_BADI_IMPLEMENTATION has no exception.
Method GET_REF_ENH_IMPLEMENTATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ENH_IMPLEMENTATION | Value transfer | Type reference (TYPE) | ENHNAME | ID of an Enhancement | 20080306 |
Method GET_REF_ENH_IMPLEMENTATION on class CL_AXT_BADI_IMPLEMENTATION has no exception.
History
| Last changed by/on | SAP | 20100303 |
| SAP Release Created in | 700 |