SAP ABAP Message Class SEEF_BADI Message Number 090 (Interface &2 cannot be used (see long text))
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
⤷
⤷
Attribute
| Message class | SEEF_BADI | ||
| Short Description | Messages on BAdIs | ||
| Message Number | |
090 | |
| Documentation status | |||
| Authorization check Error Message | |||
| Changed On | 20130531 |
Message Text
Interface &2 cannot be used (see long text)
Help Document
Diagnosis
- The BAdI is not a single-use BAdI (that is, not a BADI that can be implemented only once). However, the interface has methods with returning or exporting parameters.
- BAdI has the same name as interface .
System Response
Error
Procedure
Define the BAdI as a BAdI that can be implemented once (Single Use BAdI)
Or remove the methods with returning or exporting parameters from the interface.
Or choose a different interface.
Procedure for System Administration
History
| Last changed on/by | 20141121 | SAP | |
| SAP Release Created in | 700 |