SAP CL_SADL_ENTITY_TRANSACTIONAL OO Class - Base Implementation of SADL Entity Transactional









CL_SADL_ENTITY_TRANSACTIONAL 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_SADL_ENTITY_TRANSACTIONAL 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_BADI_INTERFACE

Interface Implementation

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

Interface Implementation

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

Interface Implementation

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

Method list of CL_SADL_ENTITY_TRANSACTIONAL 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
CONSTRUCTORPublic
CALL METHOD cl_sadl_entity_transactional=>CONSTRUCTOR...more details

CREATE_TABLE_AND_APPEND_LINEPrivate
CALL METHOD cl_sadl_entity_transactional=>CREATE_TABLE_AND_APPEND_LINE...more details

GET_SADL_ENTITYProtected
CALL METHOD cl_sadl_entity_transactional=>GET_SADL_ENTITY...more details

_ADD_MESSAGEProtected
CALL METHOD cl_sadl_entity_transactional=>_ADD_MESSAGE...more details

_CREATEProtected
CALL METHOD cl_sadl_entity_transactional=>_CREATE...more details

_CREATE_ACTION_PARAMETER_REFProtected
CALL METHOD cl_sadl_entity_transactional=>_CREATE_ACTION_PARAMETER_REF...more details

_CREATE_BY_ASSOCIATIONProtected
CALL METHOD cl_sadl_entity_transactional=>_CREATE_BY_ASSOCIATION...more details

_CREATE_BY_ASSOCIATION_SINGLEProtected
CALL METHOD cl_sadl_entity_transactional=>_CREATE_BY_ASSOCIATION_SINGLE...more details

_CREATE_ENTITY_KEY_STRUCT_REFProtected
CALL METHOD cl_sadl_entity_transactional=>_CREATE_ENTITY_KEY_STRUCT_REF...more details

_CREATE_ENTITY_KEY_TABLE_REFProtected
CALL METHOD cl_sadl_entity_transactional=>_CREATE_ENTITY_KEY_TABLE_REF...more details

_CREATE_ENTITY_STRUCTURE_REFProtected
CALL METHOD cl_sadl_entity_transactional=>_CREATE_ENTITY_STRUCTURE_REF...more details

_CREATE_ENTITY_TABLE_REFProtected
CALL METHOD cl_sadl_entity_transactional=>_CREATE_ENTITY_TABLE_REF...more details

_CREATE_MESSAGE_HANDLERProtected
CALL METHOD cl_sadl_entity_transactional=>_CREATE_MESSAGE_HANDLER...more details

_CREATE_SINGLEProtected
CALL METHOD cl_sadl_entity_transactional=>_CREATE_SINGLE...more details

_DELETEProtected
CALL METHOD cl_sadl_entity_transactional=>_DELETE...more details

_DELETE_SINGLEProtected
CALL METHOD cl_sadl_entity_transactional=>_DELETE_SINGLE...more details

_EXECUTEProtected
CALL METHOD cl_sadl_entity_transactional=>_EXECUTE...more details

_EXECUTE_SINGLEProtected
CALL METHOD cl_sadl_entity_transactional=>_EXECUTE_SINGLE...more details

_GET_MESSAGE_HANDLERProtected
CALL METHOD cl_sadl_entity_transactional=>_GET_MESSAGE_HANDLER...more details

_GET_PROPERTIESProtected
CALL METHOD cl_sadl_entity_transactional=>_GET_PROPERTIES...more details

_GET_PROPERTIES_ACTIONProtected
CALL METHOD cl_sadl_entity_transactional=>_GET_PROPERTIES_ACTION...more details

_GET_PROPERTIES_ASSOCIATIONProtected
CALL METHOD cl_sadl_entity_transactional=>_GET_PROPERTIES_ASSOCIATION...more details

_GET_PROPERTIES_ELEMENTSProtected
CALL METHOD cl_sadl_entity_transactional=>_GET_PROPERTIES_ELEMENTS...more details

_GET_PROPERTIES_ENTITYProtected
CALL METHOD cl_sadl_entity_transactional=>_GET_PROPERTIES_ENTITY...more details

_READProtected
CALL METHOD cl_sadl_entity_transactional=>_READ...more details

_READ_BY_ASSOCIATIONProtected
CALL METHOD cl_sadl_entity_transactional=>_READ_BY_ASSOCIATION...more details

_READ_BY_ASSOCIATION_SINGLEProtected
CALL METHOD cl_sadl_entity_transactional=>_READ_BY_ASSOCIATION_SINGLE...more details

_READ_KEYS_BY_ASSOCIATIONProtected
CALL METHOD cl_sadl_entity_transactional=>_READ_KEYS_BY_ASSOCIATION...more details

_READ_KEY_BY_ASSOC_SINGLEProtected
CALL METHOD cl_sadl_entity_transactional=>_READ_KEY_BY_ASSOC_SINGLE...more details

_READ_SINGLEProtected
CALL METHOD cl_sadl_entity_transactional=>_READ_SINGLE...more details

_UPDATEProtected
CALL METHOD cl_sadl_entity_transactional=>_UPDATE...more details

_UPDATE_SINGLEProtected
CALL METHOD cl_sadl_entity_transactional=>_UPDATE_SINGLE...more details



CL_SADL_ENTITY_TRANSACTIONAL 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
CO_REGISTERConstant'Register transactional condition provider'LIKE
STRING
Protected
MO_MESSAGE_HANDLERInstance AttributeLIKE
CL_SADL_FRWK_MESSAGE_HANDLER
Private
MO_SADL_ENTITYInstance AttributeLIKE
IF_SADL_ENTITY
Protected
MV_SADL_ENTITY_TYPEInstance AttributeLIKE
SADL_ENTITY_TYPE
Protected




CL_SADL_ENTITY_TRANSACTIONAL types

TT_KEY_ELEMENT_VALUES -
TY_KEY_ELEMENT_VALUE -

Links to Related Class(s)

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