SAP /IWBEP/IF_SBDSP_DATA_SOUR_ATTR OO Class - SB - DSP - Data Source Attribute









/IWBEP/IF_SBDSP_DATA_SOUR_ATTR 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/IF_SBDSP_DATA_SOUR_ATTR 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/IF_SBDSP_DATA_SOUR_ATTR 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
ADD_CHILDAdd a child nodePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>ADD_CHILD...more details

DELETEDelete the nodePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>DELETE...more details

GET_ASSOCIATED_TYPEGet associated typePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_ASSOCIATED_TYPE...more details

GET_BASE_TYPEGet Base TypePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_BASE_TYPE...more details

GET_CHILDRENGet the child nodesPublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_CHILDREN...more details

GET_CHILD_BY_PATHGet a child by its pathPublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_CHILD_BY_PATH...more details

GET_CONVEXITGet Conversion ExitPublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_CONVEXIT...more details

GET_DATA_ELEMENTGet data elementPublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_DATA_ELEMENT...more details

GET_DATA_SOURCEGet Data SourcePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_DATA_SOURCE...more details

GET_DATA_TYPEGet Data TypePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_DATA_TYPE...more details

GET_DECIMALSGet DecimalsPublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_DECIMALS...more details

GET_DECLARATION_TYPEGet Declaration TypePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_DECLARATION_TYPE...more details

GET_DEFAULT_VALUEGet Default ValuePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_DEFAULT_VALUE...more details

GET_DESCRIPTIONGet DescriptionPublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_DESCRIPTION...more details

GET_DOMAINGet domainPublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_DOMAIN...more details

GET_INTERNAL_DECL_TYPEGet internal Declaration TypePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_INTERNAL_DECL_TYPE...more details

GET_INTERNAL_LENGTHGet Internal LengthPublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_INTERNAL_LENGTH...more details

GET_INTERNAL_NAMEGet internal NamePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_INTERNAL_NAME...more details

GET_IS_KEYGet Is KeyPublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_IS_KEY...more details

GET_IS_MAPPING_ENABLEDGet if attribute is mapping enabledPublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_IS_MAPPING_ENABLED...more details

GET_IS_OPTIONALGet Is OptionalPublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_IS_OPTIONAL...more details

GET_IS_RANGEIf Range table structurePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_IS_RANGE...more details

GET_LENGTHGet LengthPublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_LENGTH...more details

GET_LINE_TYPEGet Line TypePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_LINE_TYPE...more details

GET_LOGGet Bapi Ret2Public
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_LOG...more details

GET_MAX_HITSCheck if attribute is type 'Max hits'Public
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_MAX_HITS...more details

GET_NAMEGet NamePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_NAME...more details

GET_OUTPUT_LENGTHGet Output LengthPublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_OUTPUT_LENGTH...more details

GET_PARENTGet Paerent nodePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_PARENT...more details

GET_PATHGet PathPublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_PATH...more details

GET_TABLE_ACCESSMODEGet table access mode (check if it is a sorted table)Public
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_TABLE_ACCESSMODE...more details

GET_TABLE_HEADERGet table headerPublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_TABLE_HEADER...more details

GET_TYPEGet TypePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>GET_TYPE...more details

IS_NESTING_LEVEL_VALIDCheck if the nesting level is valid at runtimePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>IS_NESTING_LEVEL_VALID...more details

SET_CHILDRENSet the child nodesPublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_CHILDREN...more details

SET_DATA_SOURCESet Data SourcePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_DATA_SOURCE...more details

SET_DECLARATION_TYPESet Declaration TypePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_DECLARATION_TYPE...more details

SET_INTERNAL_DECL_TYPESet internal Declaration TypePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_INTERNAL_DECL_TYPE...more details

SET_INTERNAL_NAMESet internal NamePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_INTERNAL_NAME...more details

SET_IS_KEYSet Is KeyPublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_IS_KEY...more details

SET_IS_LOGSet if attribute is type return structure/tablePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_IS_LOG...more details

SET_IS_MAPPING_ENABLEDSet if attribute is mapping enabledPublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_IS_MAPPING_ENABLED...more details

SET_IS_OPTIONALSet Is OptionalPublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_IS_OPTIONAL...more details

SET_IS_RANGESet if range table structurePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_IS_RANGE...more details

SET_MAX_HITSSet if field is type max hitsPublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_MAX_HITS...more details

SET_NAMESet NamePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_NAME...more details

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

SET_TYPESet TypePublic
CALL METHOD /iwbep/if_sbdsp_data_sour_attr=>SET_TYPE...more details



/IWBEP/IF_SBDSP_DATA_SOUR_ATTR 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
GC_ATTR_TYPEConstantLIKE
Public
GC_DECLARATION_TYPEConstantLIKE
Public
GC_PATH_SEPARATORConstant' 'LIKE
CHAR01
Public
GC_RFC_PARAMCLASSConstantLIKE
Public
GC_RFC_PARAM_DECL_TYPEConstantLIKE
Public
OBJECTTYPEConstantLIKE
Public
PARAMCLASSConstantLIKE
Public




/IWBEP/IF_SBDSP_DATA_SOUR_ATTR types

TS_CHILDREN_INDEX -
TT_ATTRIBUTE -
TT_CHILDREN_INDEX -
TY_ATTRIBUTE -

Links to Related Class(s)

/IWBEP/I...
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!