SAP CL_BSP_MODEL OO Class - BSP: Model Basis Class









CL_BSP_MODEL 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 CL_BSP_MODEL including details of:

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

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BSP_MODEL

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BSP_MODEL_BINDING

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BSP_MODEL_SETTER_GETTER

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BSP_MODEL_UTIL

Method list of CL_BSP_MODEL 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
BUILD_ATTRIBUTE_PATHPrivate
CALL METHOD cl_bsp_model=>BUILD_ATTRIBUTE_PATH...more details

CLASS_CONSTRUCTORPrivate
CALL METHOD cl_bsp_model=>CLASS_CONSTRUCTOR...more details

CONVERT_FROM_STRINGPrivate
CALL METHOD cl_bsp_model=>CONVERT_FROM_STRING...more details

CONVERT_TO_STRINGPrivate
CALL METHOD cl_bsp_model=>CONVERT_TO_STRING...more details

CREATEFactory Method for all Model ImplementationsPublic
CALL METHOD cl_bsp_model=>CREATE...more details

CREATE_STANDALONE_MODELFactory Method for all Model ImplementationsPublic
CALL METHOD cl_bsp_model=>CREATE_STANDALONE_MODEL...more details

DISASSEMBLE_PATHPrivate
CALL METHOD cl_bsp_model=>DISASSEMBLE_PATH...more details

EXISTS_ATTRIBUTEChecks whether an attribute exists on the modelPrivate
CALL METHOD cl_bsp_model=>EXISTS_ATTRIBUTE...more details

GET_ATTRIBUTEPrivate
CALL METHOD cl_bsp_model=>GET_ATTRIBUTE...more details

GET_ATTRIBUTE_AS_REFPrivate
CALL METHOD cl_bsp_model=>GET_ATTRIBUTE_AS_REF...more details

GET_ATTRIBUTE_DATA_REFPrivate
CALL METHOD cl_bsp_model=>GET_ATTRIBUTE_DATA_REF...more details

GET_ATTRIBUTE_METADATAPrivate
CALL METHOD cl_bsp_model=>GET_ATTRIBUTE_METADATA...more details

GET_ATTRIBUTE_NAMEPrivate
CALL METHOD cl_bsp_model=>GET_ATTRIBUTE_NAME...more details

GET_ATTRIBUTE_TYPEReturns type (see co_type_...) of an attributePrivate
CALL METHOD cl_bsp_model=>GET_ATTRIBUTE_TYPE...more details

GET_BINDING_INTERFACEPrivate
CALL METHOD cl_bsp_model=>GET_BINDING_INTERFACE...more details

GET_CONVERSION_EXITReturns the name of the conversion exit, if availablePrivate
CALL METHOD cl_bsp_model=>GET_CONVERSION_EXIT...more details

GET_CURRENCY_DECIMALSFetches the decimal point of a currency fieldPrivate
CALL METHOD cl_bsp_model=>GET_CURRENCY_DECIMALS...more details

GET_ERRORSPrivate
CALL METHOD cl_bsp_model=>GET_ERRORS...more details

GET_GETTERReturns the name of the getterPrivate
CALL METHOD cl_bsp_model=>GET_GETTER...more details

GET_IDPrivate
CALL METHOD cl_bsp_model=>GET_ID...more details

GET_METADATAReturns the name of the conversion exit, if availablePrivate
CALL METHOD cl_bsp_model=>GET_METADATA...more details

GET_METADATA_GETTERReturns the names of the metadata getterPrivate
CALL METHOD cl_bsp_model=>GET_METADATA_GETTER...more details

GET_SETTERReturns the name of the setterPrivate
CALL METHOD cl_bsp_model=>GET_SETTER...more details

INITPrivate
CALL METHOD cl_bsp_model=>INIT...more details

INSTANTIATEPrivate
CALL METHOD cl_bsp_model=>INSTANTIATE...more details

IS_ATTRIBUTE_VALIDPrivate
CALL METHOD cl_bsp_model=>IS_ATTRIBUTE_VALID...more details

IS_BINDING_EXPRESSIONPrivate
CALL METHOD cl_bsp_model=>IS_BINDING_EXPRESSION...more details

RESET_ERRORSPrivate
CALL METHOD cl_bsp_model=>RESET_ERRORS...more details

SET_ATTRIBUTEPrivate
CALL METHOD cl_bsp_model=>SET_ATTRIBUTE...more details

SPLIT_BINDING_EXPRESSIONPrivate
CALL METHOD cl_bsp_model=>SPLIT_BINDING_EXPRESSION...more details



CL_BSP_MODEL 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
ABSOLUTE_IDStatic AttributeAbsolute (Prefixed) IDLIKE
STRING
Private
CO_CONV_EXIT_INPUTStatic AttributeConversionExit for Input0LIKE
I
Private
CO_CONV_EXIT_OUTPUTStatic AttributeConversionExit for Output1LIKE
I
Private
CO_ERROR_ERRORInstance AttributeLIKE
Private
CO_ERROR_FATAL_ERRORInstance AttributeLIKE
Private
CO_ERROR_INFOInstance AttributeLIKE
Private
CO_ERROR_SUCCESSInstance AttributeLIKE
Private
CO_ERROR_WARNINGInstance AttributeLIKE
Private
CO_TYPE_SIMPLEInstance AttributeLIKE
Private
CO_TYPE_STRUCTInstance AttributeLIKE
Private
CO_TYPE_TABLEInstance AttributeLIKE
Private
CO_TYPE_UNSUPPORTEDInstance AttributeLIKE
Private
ERRORSInstance AttributeErrorsLIKE
CL_BSP_MESSAGES
Protected
IDInstance AttributeUnique ID within the componentLIKE
STRING
Private
INVALID_ATTRIBUTESInstance AttributeList of invalid attributes plus string valueLIKE
TIHTTPNVP
Private
METADATAStatic AttributeMetadataLIKE
TMETADATA
Private
M_FORMFIELDSInstance AttributeHTTP Framework (iHTTP) Table Name/Value PairsLIKE
TIHTTPNVP
Protected
OWNERInstance AttributeCreating ControllerLIKE
CL_BSP_CONTROLLER2
Private
OWNER_IDInstance AttributeUnique ID of the Creating ControllerLIKE
STRING
Private
RTTI_BASEStatic AttributeSelf-description of Model Basis ClassLIKE
CL_ABAP_CLASSDESCR
Private
SETGETSInstance AttributeTable with setters/gettersLIKE
TSETGET
Private


Links to Related Class(s)

CL_BSP_M...
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!