SAP ABAP Class /IPRO/IF_EX_TEXT_SRCH_DEF (Business add-in interface /IPRO/IF_EX_ELMNT_DEF)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IPRO/CL_EX_TEXT_SRCH_DEF BAdI class /IPRO/CL_EX_TEXT_SRCH_DEF 20040602
2 Interface implementation (CLASS c. INTERFACES i_ref)  /IPRO/CL_IM_TEXT_SRCH_IMP Imp. class for BAdI imp. /IPRO/TEXT_SRCH_IMP 20040603
Properties
Class /IPRO/IF_EX_TEXT_SRCH_DEF  
Short Description Business add-in interface /IPRO/IF_EX_ELMNT_DEF    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 1   
Package      
Created 20040602   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IPRO/IF_EX_TEXT_SRCH_DEF has no forward declaration.
Interfaces
Class /IPRO/IF_EX_TEXT_SRCH_DEF has no interface implemented.
Friends
Class /IPRO/IF_EX_TEXT_SRCH_DEF has no friend class.
Attributes
Class /IPRO/IF_EX_TEXT_SRCH_DEF has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_PLAIN_TEXT Instance method Public Method Search a substring within the raw string text 20040713
2 SEARCH Instance method Public Method Search a substring within the raw string text 20040602
3 SEARCH2 Instance method Public Method Search a substring within the full text in string 20040602
Events
Class /IPRO/IF_EX_TEXT_SRCH_DEF has no event.
Types
Class /IPRO/IF_EX_TEXT_SRCH_DEF has no local type.
Method Signatures

Method GET_PLAIN_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENCODING Call by reference Type reference (TYPE) /IPRO/ENCODING Encoding name 20040713
2 Importing IV_FORMAT Call by reference Type reference (TYPE) ANY The content format 20040713
3 Importing IV_FULLTEXT Call by reference Type reference (TYPE) XSTRING Full text of the element 20040713
4 Returning RV_STRING Value transfer Type reference (TYPE) STRING The result plain text 20040713
# Exception Resumable Description Created on
1 /IPRO/CX_INVALID_FORMAT Invalid format exception 20040713

Method SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENCODING Call by reference Type reference (TYPE) /IPRO/ENCODING Encoding name 20040602
2 Importing IV_FORMAT Call by reference Type reference (TYPE) ANY The content format 20040602
3 Importing IV_FULLTEXT Call by reference Type reference (TYPE) XSTRING Full text of the element 20040602
4 Importing IV_IGNORE_CASE Value transfer Type reference (TYPE) BOOLEAN 'X' If ignoring case 20040602
5 Importing IV_SUBSTRING Call by reference Type reference (TYPE) STRING The substring to be searched 20040602
6 Returning RV_CODE Value transfer Type reference (TYPE) BOOLEAN If the substring is found 20040602
# Exception Resumable Description Created on
1 /IPRO/CX_INVALID_FORMAT Invalid format exception 20040602

Method SEARCH2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FULLTEXT Call by reference Type reference (TYPE) STRING The full text string 20040602
2 Importing IV_IGNORE_CASE Value transfer Type reference (TYPE) BOOLEAN 'X' If ignoring case 20040602
3 Importing IV_SUBSTRING Call by reference Type reference (TYPE) STRING The string to be searched 20040602
4 Returning RV_CODE Value transfer Type reference (TYPE) BOOLEAN If the substring is found 20040602

Method SEARCH2 on class /IPRO/IF_EX_TEXT_SRCH_DEF has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in