SAP ABAP Class CL_SIW_CHECK_RESULT (Result obejcts for check procedure)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-SIW (Application Component) Service Implementation Workbench
     S_SIW_CORE (Package) Core of Service Implementation Workbench
Properties
Class CL_SIW_CHECK_RESULT  
Short Description Result obejcts for check procedure    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_SIW_CORE   Core of Service Implementation Workbench 
Created 20070514   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SIW_CHECK_RESULT has no forward declaration.
Interfaces
Class CL_SIW_CHECK_RESULT has no interface implemented.
Friends
Class CL_SIW_CHECK_RESULT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 EXC Instance attribute Private Object reference (TYPE REF TO) CX_ROOT 20070514
2 STR_MSG Instance attribute Private Type reference (TYPE) BAL_S_MSG 20070514
3 TAB_FIELDNAMES Instance attribute Private See coding 20070514
4 TEXT Instance attribute Private Type reference (TYPE) STRING 20070514
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FIELDNAMES Instance method Public Method Add Fieldnames to Result 20070514
2 APPEND_FIELDNAME Instance method Private Method Add Fieldname to Result 20101123
3 CONVERT2EXCEPTION Instance method Public Method Converts the Result to an Exception 20110112
4 GET_BAL_MSG Instance method Public Method Get BAL-Log Message if Set 20070529
5 GET_EXCEPTION Instance method Public Method Get Exception of Result if Set 20070529
6 GET_FIELDNAMES Instance method Public Method Get All Fieldnames 20070514
7 GET_TEXT Instance method Public Method Get Text if Set 20070529
8 S_CREATE_WITH_EXCEPTION Static method Public Method Create Result With Exception 20070514
9 S_CREATE_WITH_MSG Static method Public Method Create Result With Msg-Structure ( Moved to BAL_S_MSG) 20070514
10 S_CREATE_WITH_TEXT Static method Public Method Create Result With Text 20070514
Events
Class CL_SIW_CHECK_RESULT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_TAB_FIELDNAMES Public See coding 20070514 Typ_TAB_FIELDNAMES type STANDARD TABLE OF string with DEFAULT KEY
Method Signatures

Method ADD_FIELDNAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Value transfer Type reference (TYPE) CSEQUENCE 20070514
2 Importing I_TAB_FIELDNAMES Value transfer Type reference (TYPE) STANDARD TABLE 20070514

Method ADD_FIELDNAMES on class CL_SIW_CHECK_RESULT has no exception.

Method APPEND_FIELDNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) CSEQUENCE 20101123

Method APPEND_FIELDNAME on class CL_SIW_CHECK_RESULT has no exception.

Method CONVERT2EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_EXCEPTION Value transfer Object reference (TYPE REF TO) CX_ROOT Exception 20110112

Method CONVERT2EXCEPTION on class CL_SIW_CHECK_RESULT has no exception.

Method GET_BAL_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_BAL_MSG Value transfer Type reference (TYPE) BAL_S_MSG Application Log: Message Data 20070529

Method GET_BAL_MSG on class CL_SIW_CHECK_RESULT has no exception.

Method GET_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_EXCEPTION Value transfer Object reference (TYPE REF TO) CX_ROOT Abstract Superclass for All Global Exceptions 20070529

Method GET_EXCEPTION on class CL_SIW_CHECK_RESULT has no exception.

Method GET_FIELDNAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TAB_FIELDNAMES Value transfer Type reference (TYPE) TYP_TAB_FIELDNAMES 20070514

Method GET_FIELDNAMES on class CL_SIW_CHECK_RESULT has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TEXT Value transfer Type reference (TYPE) STRING 20070529

Method GET_TEXT on class CL_SIW_CHECK_RESULT has no exception.

Method S_CREATE_WITH_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXC Call by reference Object reference (TYPE REF TO) CX_ROOT Abstract Superclass for All Global Exceptions 20070514
2 Importing I_FIELDNAME Value transfer Type reference (TYPE) CSEQUENCE 20070514
3 Returning R_CHECK_ERROR Value transfer Object reference (TYPE REF TO) CL_SIW_CHECK_RESULT 20070514

Method S_CREATE_WITH_EXCEPTION on class CL_SIW_CHECK_RESULT has no exception.

Method S_CREATE_WITH_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Value transfer Type reference (TYPE) CSEQUENCE 20070514
2 Importing I_STR_MSG Value transfer Type reference (TYPE) ANY 20070514
3 Returning R_CHECK_ERROR Value transfer Object reference (TYPE REF TO) CL_SIW_CHECK_RESULT 20070514

Method S_CREATE_WITH_MSG on class CL_SIW_CHECK_RESULT has no exception.

Method S_CREATE_WITH_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Value transfer Type reference (TYPE) CSEQUENCE 20070514
2 Importing I_TEXT Value transfer Type reference (TYPE) CSEQUENCE 20070514
3 Returning R_CHECK_ERROR Value transfer Object reference (TYPE REF TO) CL_SIW_CHECK_RESULT Result obejcts for check procedure 20070514

Method S_CREATE_WITH_TEXT on class CL_SIW_CHECK_RESULT has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in