SAP ABAP Interface /PLMB/IF_EX_SPI_MB_CHECK (Interface for Metadata Check Mechanism)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SPI (Application Component) Service Provider Infrastructure
     /PLMB/BA_SPI_TOOLS (Package) Service Provider Infrastructure Tools
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/CL_EX_SPI_MB_ATTR_CONSIS Class for BAdI: Check Attribute Consistency 20100625
2 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/CL_EX_SPI_MB_DDIC_TYPES Class for BAdI: Check DDIC Statements 20100715
3 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/CL_EX_SPI_MB_ENRICHMENTS Class for BAdi: Check Metadata enrichments 20130429
4 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/CL_EX_SPI_MB_NODE_DEF Class for BAdI: Check Node/ Parent Node existency 20130429
5 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/CL_EX_SPI_MB_QUERY Class for BAdI: Check Unique Query Name 20100720
6 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/CL_EX_SPI_MB_SIDEEFFECT Class for BAdI: Check Side Effects 20100625
7 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/CL_EX_SPI_MB_VERSION Class for BAdI: Check Version-Dependent Attribute Maint. 20100706
Properties
Interface /PLMB/IF_EX_SPI_MB_CHECK  
Short Description Interface for Metadata Check Mechanism    
General Data
Package /PLMB/BA_SPI_TOOLS   Service Provider Infrastructure Tools 
Created 20100625   SAP 
Last changed 20131127   SAP 
Unicode checks active    
Forward declarations
Interface /PLMB/IF_EX_SPI_MB_CHECK has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_BADI_INTERFACE Tag Interface for BAdIs 20100625
Friends
Interface /PLMB/IF_EX_SPI_MB_CHECK has no friend.
Attributes
Interface /PLMB/IF_EX_SPI_MB_CHECK has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method Check Metadata attributes 20100625
Events
Interface /PLMB/IF_EX_SPI_MB_CHECK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_CHECK_INFO Public See coding 20100625 BEGIN OF s_check_info, check_name TYPE char50, abbid TYPE /plmb/spi_abbid, node TYPE /plmb/spi_node_name, action TYPE /plmb/spi_action_name, attribute TYPE char30, description TYPE string, error TYPE i, warning TYPE i, information TYPE i, text_id TYPE sotr_conc, END OF s_check_info
2 T_CHECK_INFO Public See coding 20100625 t_check_info TYPE TABLE OF s_check_info
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CHECK_RESULT Call by reference Type reference (TYPE) T_CHECK_INFO 20100625
2 Importing IS_E_METADATA_ABBID Call by reference Type reference (TYPE) /PLMB/S_SPI_METADATA_ABBID 20130429
3 Importing IS_METADATA_ABBID Call by reference Type reference (TYPE) /PLMB/S_SPI_METADATA_ABBID 20130429
4 Importing IT_E_METADATA_NODE Call by reference Type reference (TYPE) /PLMB/T_SPI_METADATA_NODE 20130429
5 Importing IT_METADATA_NODE Call by reference Type reference (TYPE) /PLMB/T_SPI_METADATA_NODE 20130429
6 Importing IV_ABBID Call by reference Type reference (TYPE) /PLMB/SPI_ABBID 20130429
7 Importing IV_METADATA_VERSION Call by reference Type reference (TYPE) /PLMB/SPI_METADATA_VERSION 20130429

Method CHECK on Interface /PLMB/IF_EX_SPI_MB_CHECK has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 703