SAP ABAP Class CL_EEF_ADJ_CONFL_BADI_CL_SYNT (Syntax Error in Implementing Class)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-CEX-BAD (Application Component) Customer Enhancements: BAdIs
⤷
SEEF_REDEFINITION_BADI (Package) Enhancement Framework Redefinition BAdI
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_EEF_ADJ_CONFL_BADI_CLASS | 20060418 |
Properties
| Class | CL_EEF_ADJ_CONFL_BADI_CL_SYNT | |
| Short Description | Syntax Error in Implementing Class | |
| Super Class | CL_EEF_ADJ_CONFL_BADI_CLASS | |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | SEEF_REDEFINITION_BADI | Enhancement Framework Redefinition BAdI |
| Created | 20060418 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_EEF_ADJ_CONFL_BADI_CL_SYNT has no forward declaration.
Interfaces
Class CL_EEF_ADJ_CONFL_BADI_CL_SYNT has no interface implemented.
Friends
Class CL_EEF_ADJ_CONFL_BADI_CL_SYNT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | See coding | Internal Buffer of Syntax Check Results | 20110928 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Create | 20060418 | |
| 2 | Static method | Public | Method | Deletes the internal buffer of the syntax check results | 20110928 |
Events
Class CL_EEF_ADJ_CONFL_BADI_CL_SYNT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_SYNTAX_CHECK_RESULT | Private | See coding | Structure for Saving Syntax Check Results | 20110928 | BEGIN OF ty_syntax_check_result,
impl_class TYPE enh_badi_impl_data-impl_class,
error_message TYPE string,
error_line TYPE i,
error_word TYPE string,
subrc TYPE sysubrc,
END OF ty_syntax_check_result
|
Method Signatures
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BADI_IMPLEMENTATION | Call by reference | Type reference (TYPE) | ENH_BADI_IMPL_DATA | BADI_IMPLEMENTATION | 20060418 | |||
| 2 | CONFLICT | Value transfer | Object reference (TYPE REF TO) | CL_EEF_ADJ_CONFL_BADI_CLASS | CONFLICT | 20060418 | |||
| 3 | ENHANCEMENT_SPOT | Call by reference | Object reference (TYPE REF TO) | CL_ENH_TOOL_BADI_DEF | ENHANCEMENT_SPOT | 20060418 | |||
| 4 | ENHANCEMENT_TOOL | Call by reference | Object reference (TYPE REF TO) | CL_ENH_TOOL_BADI_IMPL | ENHANCEMENT_TOOL | 20060418 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Interner Fehler beim Enhancement Abgleich | 20060502 |
Method REFRESH_BUFFER Signature
Method REFRESH_BUFFER on class CL_EEF_ADJ_CONFL_BADI_CL_SYNT has no parameter.
Method REFRESH_BUFFER on class CL_EEF_ADJ_CONFL_BADI_CL_SYNT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |