SAP ABAP Class /IWBEP/CL_SBCM_TEXT_UTIL (Utility class for text elements handling)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SB (Application Component) Gateway Service Builder
     /IWBEP/SB_GENCMN (Package) Gateway Service Builder # Generator Common Parts
Properties
Class /IWBEP/CL_SBCM_TEXT_UTIL  
Short Description Utility class for text elements handling    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWBEP/SB_GENCMN   Gateway Service Builder # Generator Common Parts 
Created 20120315   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /IWBEP/CL_SBCM_TEXT_UTIL has no interface implemented.
Friends
Class /IWBEP/CL_SBCM_TEXT_UTIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MV_OBJECT_NAME Instance attribute Private Type reference (TYPE) PROGRAMM ABAP Program Name 20120315
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_FOR_UPDATE Instance method Private Method Checks if update is required 20120315
2 CONSTRUCTOR Instance method Public Constructor 20120315
3 CREATE_TEXTPOOL Instance method Public Method Creates text pool for a given object 20120315
4 DELETE_TEXTPOOL Instance method Public Method Deletes text pool for a given object 20120315
5 READ_TEXTPOOL Instance method Public Method Reads text pool for a given object 20120315
6 UPDATE_TEXTPOOL Instance method Public Method Update text pool for a given object 20120315
Events
Class /IWBEP/CL_SBCM_TEXT_UTIL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_TEXTPOOL Public Type reference (TYPE) TEXTPOOL ABAP Text Pool Definition 20120315
2 TY_T_TEXTPOOL Public Type reference (TYPE) TEXTPOOL_TABLE Information on Program Text Elements 20120315
Method Signatures

Method CHECK_FOR_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_UPD_REQ Value transfer Type reference (TYPE) ABAP_BOOL Update required or not 20120315
2 Importing XTEXTPOOL Call by reference Type reference (TYPE) TY_T_TEXTPOOL Information on Program Text Elements 20120315
3 Importing YTEXTPOOL Call by reference Type reference (TYPE) TY_T_TEXTPOOL Information on Program Text Elements 20120315

Method CHECK_FOR_UPDATE on class /IWBEP/CL_SBCM_TEXT_UTIL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLASS_NAME Call by reference Type reference (TYPE) SEOCLSNAME Class name 20120315
2 Importing IV_PROGRAM_NAME Call by reference Type reference (TYPE) PROGRAMM ABAP Program Name 20120315
# Exception Resumable Description Created on
1 /IWBEP/CX_SBMC_TEXT 20120527

Method CREATE_TEXTPOOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TEXTPOOL Call by reference Type reference (TYPE) TY_T_TEXTPOOL Information on Program Text Elements 20120315
2 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SPRAS SY-LANGU Language Key 20120315
3 Returning RV_SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL Textpool creation status 20120315

Method CREATE_TEXTPOOL on class /IWBEP/CL_SBCM_TEXT_UTIL has no exception.

Method DELETE_TEXTPOOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SPRAS SY-LANGU Language Key 20120315
2 Returning RV_SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL Textpool deletion status 20120315

Method DELETE_TEXTPOOL on class /IWBEP/CL_SBCM_TEXT_UTIL has no exception.

Method READ_TEXTPOOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SPRAS SY-LANGU Language Key 20120315
2 Returning RT_TEXTPOOL Value transfer Type reference (TYPE) TY_T_TEXTPOOL Information on Program Text Elements 20120315

Method READ_TEXTPOOL on class /IWBEP/CL_SBCM_TEXT_UTIL has no exception.

Method UPDATE_TEXTPOOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TEXTPOOL Call by reference Type reference (TYPE) TY_T_TEXTPOOL Information on Program Text Elements 20120315
2 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SPRAS SY-LANGU Language Key 20120315
3 Returning RV_SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL Textpool update status 20120315

Method UPDATE_TEXTPOOL on class /IWBEP/CL_SBCM_TEXT_UTIL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 200