SAP ABAP Class CL_ESH_MU_ASSIST_PLAUS_CHECK (Assistance Class for ESH_MU_PLAUS_CHECK)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
     S_ESH_UI_OBJ_MODEL_UI (Package) Object Modelling UI
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20100830
Properties
Class CL_ESH_MU_ASSIST_PLAUS_CHECK  
Short Description Assistance Class for ESH_MU_PLAUS_CHECK    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ESH_UI_OBJ_MODEL_UI   Object Modelling UI 
Created 20100830   SAP 
Last change 20110908   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 CL_ESH_MU_ASSIST_PLAUS_CHECK has no interface implemented.
Friends
Class CL_ESH_MU_ASSIST_PLAUS_CHECK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_BUFSIZE Constant Private Type reference (TYPE) I 7640 Line width of stream 20100913
2 CO_ERR_CHAR Constant Public Type reference (TYPE) I 3 Error: Component of table is not char-based 20100913
3 CO_ERR_FLAT Constant Public Type reference (TYPE) I 2 Error: Table structure is not flat 20100913
4 CO_ERR_TABLE_DESCRIPTION Constant Public Type reference (TYPE) I 1 Error retrieving table description 20100913
5 M_DATALINE Instance attribute Private Type reference (TYPE) DLINE 20100913
6 M_DATATABLE Instance attribute Private Type reference (TYPE) DTABLE 20100913
7 M_OFFSET Instance attribute Private Type reference (TYPE) I 20100913
8 UI_TEXT Static Attribute Public Type reference (TYPE) ESH_S_MU_ASSIST_PC_TEXT Plausibility check: UI texts 20100902
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DATA Instance method Private Method copied from CL_IGS_DATA 20100913
2 ADD_DDIC Instance method Private Method copied from CL_IGS_DATA 20100913
3 ADD_TABLE Instance method Public Method copied from CL_IGS_DATA 20100913
4 BUILD_TEXT Instance method Public Method 20100902
5 CHECK Instance method Public Method 20100831
6 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100902
7 GET_MODELLIST_AS_STRING Static method Public Method 20100915
8 GET_RESULT_AS_STRING Static method Public Method 20100914
9 RESULT_BY_CHECK Instance method Public Method 20100831
10 RESULT_BY_CRITERIA Instance method Public Method 20100831
11 RESULT_BY_OBJECT Instance method Public Method 20100831
12 SET_EXEMPTION Instance method Public Method 20100920
Events
Class CL_ESH_MU_ASSIST_PLAUS_CHECK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 DDICSTRUCT Private See coding 20100913 begin of ddicstruct, tag(8) type c, value(40) type c, end of ddicstruct
2 DDICTAB Private See coding 20100913 ddictab type standard table of ddicstruct
3 DLINE Public See coding 20100913 dline(9999) type x
4 DTABLE Public See coding 20100913 dtable type standard table of dline
Method Signatures

Method ADD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMNWIDTHS Call by reference Object reference (TYPE REF TO) CL_ABAP_VIEW_OFFLEN ABAP Structure View with Offsets and Lengths 20100913
2 Importing NEWDATA Call by reference Type reference (TYPE) STANDARD TABLE 20100913
3 Importing TABLEWIDTH Call by reference Type reference (TYPE) I 20100913

Method ADD_DATA on class CL_ESH_MU_ASSIST_PLAUS_CHECK has no exception.

Method ADD_DDIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BINARY Value transfer Type reference (TYPE) BOOLEAN Is data of type X 20100913
2 Exporting COLUMNWIDTHS Call by reference Object reference (TYPE REF TO) CL_ABAP_VIEW_OFFLEN ABAP Structure View with Offsets and Lengths 20100913
3 Importing NAME Value transfer Type reference (TYPE) C Name of data table (max. 40 characters) 20100913
4 Importing NEWDATA Call by reference Type reference (TYPE) STANDARD TABLE 20100913
5 Exporting RESULT Call by reference Type reference (TYPE) I Result 20100913
6 Exporting TABLEWIDTH Call by reference Type reference (TYPE) I Width of table 20100913

Method ADD_DDIC on class CL_ESH_MU_ASSIST_PLAUS_CHECK has no exception.

Method ADD_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATATABLE Value transfer Type reference (TYPE) DTABLE 20100913
2 Importing NAME Value transfer Type reference (TYPE) C Name of data table (max. 40 characters) 20100913
3 Importing NEWDATA Call by reference Type reference (TYPE) STANDARD TABLE Data to be transfered 20100913

Method ADD_TABLE on class CL_ESH_MU_ASSIST_PLAUS_CHECK has no exception.

Method BUILD_TEXT Signature

Method BUILD_TEXT on class CL_ESH_MU_ASSIST_PLAUS_CHECK has no parameter.
Method BUILD_TEXT on class CL_ESH_MU_ASSIST_PLAUS_CHECK has no exception.

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MODEL_ID Call by reference Type reference (TYPE) ESH_T_OM_PC_TEMPLATE_ID Plausiblity check: List of template IDs 20100831
2 Importing IT_SCOPE Call by reference Type reference (TYPE) ESH_T_OM_PC_SCOPE Plausibility Check: Test scope 20100831
3 Importing IT_SWC_ID Call by reference Type reference (TYPE) ESH_T_OM_PC_SWC_ID Plausiblity check: List of SWC IDs 20100831
4 Importing IT_USER_ID Call by reference Type reference (TYPE) ESH_T_OM_PC_USER_ID Plausiblity check: List of user IDs 20100831
5 Importing IV_ALL_SWCS Call by reference Type reference (TYPE) ESH_E_OM_FLAG General flag 20100831
6 Returning RT_UI_RESULT Value transfer Type reference (TYPE) ESH_T_OM_PC_UI_RESULT Plausiblity Check: UI structure for result by check 20100831

Method CHECK on class CL_ESH_MU_ASSIST_PLAUS_CHECK has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_ESH_MU_ASSIST_PLAUS_CHECK has no parameter.
Method CONSTRUCTOR on class CL_ESH_MU_ASSIST_PLAUS_CHECK has no exception.

Method GET_MODELLIST_AS_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MODELLIST Call by reference Type reference (TYPE) ESH_T_MU_BO_LIST 20100915
2 Returning RV_STRING Value transfer Type reference (TYPE) STRING 20100915

Method GET_MODELLIST_AS_STRING on class CL_ESH_MU_ASSIST_PLAUS_CHECK has no exception.

Method GET_RESULT_AS_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RESULT Call by reference Type reference (TYPE) ESH_T_OM_PC_UI_RESULT Plausiblity Check: UI structure for result by check 20100914
2 Returning RV_STRING Value transfer Type reference (TYPE) STRING 20100914

Method GET_RESULT_AS_STRING on class CL_ESH_MU_ASSIST_PLAUS_CHECK has no exception.

Method RESULT_BY_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_UI_RESULT Call by reference Type reference (TYPE) ESH_T_OM_PC_UI_RESULT Plausiblity Check: UI structure for result by check 20100831

Method RESULT_BY_CHECK on class CL_ESH_MU_ASSIST_PLAUS_CHECK has no exception.

Method RESULT_BY_CRITERIA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_UI_RESULT Call by reference Type reference (TYPE) ESH_T_OM_PC_UI_RESULT Plausiblity Check: UI structure for result by check 20100831

Method RESULT_BY_CRITERIA on class CL_ESH_MU_ASSIST_PLAUS_CHECK has no exception.

Method RESULT_BY_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_UI_RESULT Call by reference Type reference (TYPE) ESH_T_OM_PC_UI_RESULT Plausiblity Check: UI structure for result by check 20100831

Method RESULT_BY_OBJECT on class CL_ESH_MU_ASSIST_PLAUS_CHECK has no exception.

Method SET_EXEMPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_UI_RESULT Call by reference Type reference (TYPE) ESH_S_OM_PC_UI_RESULT Plausiblity Check: UI structure for result by check 20100920
2 Returning RV_ERROR Value transfer Type reference (TYPE) ABAP_BOOL 20100920

Method SET_EXEMPTION on class CL_ESH_MU_ASSIST_PLAUS_CHECK has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 703