SAP /IWBEP/CL_SBDSP_UTILITY OO Class - SB - Domain Model - Utility class









/IWBEP/CL_SBDSP_UTILITY is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /IWBEP/CL_SBDSP_UTILITY including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of /IWBEP/CL_SBDSP_UTILITY SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ATTR_WITHOUT_DIDIC_TYPEAttribute without didic typePrivate
CALL METHOD /iwbep/cl_sbdsp_utility=>ATTR_WITHOUT_DIDIC_TYPE...more details

CHECK_IF_TAB_OR_STRCheck if table of structurePrivate
CALL METHOD /iwbep/cl_sbdsp_utility=>CHECK_IF_TAB_OR_STR...more details

CHECK_RFC_DESTINATIONCheck if RFC Destination exists in the systemPublic
CALL METHOD /iwbep/cl_sbdsp_utility=>CHECK_RFC_DESTINATION...more details

CHECK_SYSTEM_FIELDCheck if the system field is validPublic
CALL METHOD /iwbep/cl_sbdsp_utility=>CHECK_SYSTEM_FIELD...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD /iwbep/cl_sbdsp_utility=>CLASS_CONSTRUCTOR...more details

GET_ATTR_DETAILSGet Attribute detailsPublic
CALL METHOD /iwbep/cl_sbdsp_utility=>GET_ATTR_DETAILS...more details

GET_BASE_TYPEGet base typePrivate
CALL METHOD /iwbep/cl_sbdsp_utility=>GET_BASE_TYPE...more details

GET_DDIC_ATTR_DETAILSGet DDIC attribute detailsPublic
CALL METHOD /iwbep/cl_sbdsp_utility=>GET_DDIC_ATTR_DETAILS...more details

GET_DDIC_SIMPLE_ATTRGet DDIC simple attributePrivate
CALL METHOD /iwbep/cl_sbdsp_utility=>GET_DDIC_SIMPLE_ATTR...more details

GET_DECLARATION_TYPEGet declaration type import/export/changingPrivate
CALL METHOD /iwbep/cl_sbdsp_utility=>GET_DECLARATION_TYPE...more details

GET_DESCGet descriptionPublic
CALL METHOD /iwbep/cl_sbdsp_utility=>GET_DESC...more details

GET_DIDIC_DATAGet DIDIC dataPublic
CALL METHOD /iwbep/cl_sbdsp_utility=>GET_DIDIC_DATA...more details

GET_FM_DETAILSGet FM detailesPublic
CALL METHOD /iwbep/cl_sbdsp_utility=>GET_FM_DETAILS...more details

GET_SIMPLE_ATTR_DESCGet simple attribute descriptionPrivate
CALL METHOD /iwbep/cl_sbdsp_utility=>GET_SIMPLE_ATTR_DESC...more details

GET_TABLE_ACCESS_MODEGet table access modePrivate
CALL METHOD /iwbep/cl_sbdsp_utility=>GET_TABLE_ACCESS_MODE...more details

IS_BAPIRET2Check if table/structure is type BAPIRET2Private
CALL METHOD /iwbep/cl_sbdsp_utility=>IS_BAPIRET2...more details

IS_RANGECheck if table is defiend as range tablePrivate
CALL METHOD /iwbep/cl_sbdsp_utility=>IS_RANGE...more details

MAX_HITSmax hitsPrivate
CALL METHOD /iwbep/cl_sbdsp_utility=>MAX_HITS...more details

RESET_IS_LOGSet is logPublic
CALL METHOD /iwbep/cl_sbdsp_utility=>RESET_IS_LOG...more details

SET_PATHSet attribute pathPublic
CALL METHOD /iwbep/cl_sbdsp_utility=>SET_PATH...more details

VALIDATE_DS_PROPERTY_TYPEValidate data source attr. and model property types matchPublic
CALL METHOD /iwbep/cl_sbdsp_utility=>VALIDATE_DS_PROPERTY_TYPE...more details



/IWBEP/CL_SBDSP_UTILITY attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
MV_IS_LOGStatic AttributeData element for domain BOOLE: TRUE (='X') and FALSE (=' ')LIKE
BOOLE_D
Private
MV_MAX_HITSInstance AttributeData element for domain BOOLE: TRUE (='X') and FALSE (=' ')LIKE
BOOLE_D
Private




/IWBEP/CL_SBDSP_UTILITY types

TT_RFC_FUNINIT -
T_DFIES -

Links to Related Class(s)

/IWBEP/C...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!