SAP CA_BUSINESSTRANSACTION_SLD OO Class - Agent SLD









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

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

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CA_BUSINESSTRANSACTION_SLD is CB_BUSINESSTRANSACTION_SLD

Method list of CA_BUSINESSTRANSACTION_SLD 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
CHECK_EVENTChecks if an Event is in the Event ListPrivate
CALL METHOD ca_businesstransaction_sld=>CHECK_EVENT...more details

CLASS_CONSTRUCTORClass ConstructorPublic
CALL METHOD ca_businesstransaction_sld=>CLASS_CONSTRUCTOR...more details

CONVERT_DB_TO_MAPPINGConverts a BT in DB Format to Mapping FormatPrivate
CALL METHOD ca_businesstransaction_sld=>CONVERT_DB_TO_MAPPING...more details

CONVERT_EVENTS_TO_DBConverts EVENTS from Mapping Format to DB FormatPrivate
CALL METHOD ca_businesstransaction_sld=>CONVERT_EVENTS_TO_DB...more details

CONVERT_EVENTS_TO_MAPPINGConverts EVENTS from DB Format to Mapping FormatPrivate
CALL METHOD ca_businesstransaction_sld=>CONVERT_EVENTS_TO_MAPPING...more details

CONVERT_FLOWS_TO_DBConverts Flows from Mapping Format to DB FormatPrivate
CALL METHOD ca_businesstransaction_sld=>CONVERT_FLOWS_TO_DB...more details

CONVERT_FLOWS_TO_MAPPINGConverts Flows from DB Format to Mapping FormatPrivate
CALL METHOD ca_businesstransaction_sld=>CONVERT_FLOWS_TO_MAPPING...more details

DELETE_PERSISTENTPrivate
CALL METHOD ca_businesstransaction_sld=>DELETE_PERSISTENT...more details

GET_CHANGEDPrivate
CALL METHOD ca_businesstransaction_sld=>GET_CHANGED...more details

GET_CREATEDPrivate
CALL METHOD ca_businesstransaction_sld=>GET_CREATED...more details

GET_DELETEDPrivate
CALL METHOD ca_businesstransaction_sld=>GET_DELETED...more details

GET_OID_BY_REFPrivate
CALL METHOD ca_businesstransaction_sld=>GET_OID_BY_REF...more details

GET_PERSISTENT_BY_BUSTRANSIDGets an Object with BusTransIDPrivate
CALL METHOD ca_businesstransaction_sld=>GET_PERSISTENT_BY_BUSTRANSID...more details

GET_PERSISTENT_BY_DEAL_NUMBERGets Object with Transaction NumberPrivate
CALL METHOD ca_businesstransaction_sld=>GET_PERSISTENT_BY_DEAL_NUMBER...more details

GET_PERSISTENT_BY_ID_LISTGets Object with Several BusTransIDsPrivate
CALL METHOD ca_businesstransaction_sld=>GET_PERSISTENT_BY_ID_LIST...more details

GET_PERSISTENT_BY_OIDPrivate
CALL METHOD ca_businesstransaction_sld=>GET_PERSISTENT_BY_OID...more details

GET_STATUSPrivate
CALL METHOD ca_businesstransaction_sld=>GET_STATUS...more details

LOAD_BUFFER_BY_BUSTRANSIDFills Buffer Via BusTransID Valuation AreaPrivate
CALL METHOD ca_businesstransaction_sld=>LOAD_BUFFER_BY_BUSTRANSID...more details

LOAD_BUFFER_BY_DEAL_NUMBERFills the Buffer Via Company Code, Val Area, Transaction No.Private
CALL METHOD ca_businesstransaction_sld=>LOAD_BUFFER_BY_DEAL_NUMBER...more details

LOAD_BUFFER_BY_ID_LISTFills the Buffer Via BusTransID, Valuation AreaPrivate
CALL METHOD ca_businesstransaction_sld=>LOAD_BUFFER_BY_ID_LIST...more details

LOAD_DB_BUFFERLoad DB Buffer for Registered BTPublic
CALL METHOD ca_businesstransaction_sld=>LOAD_DB_BUFFER...more details

REFRESH_PERSISTENTDeletes the Runtime Objects at the end of current os trans.Public
CALL METHOD ca_businesstransaction_sld=>REFRESH_PERSISTENT...more details

REFRESH_RUNTIMEDeletes the Runtime Objects for the ClassPublic
CALL METHOD ca_businesstransaction_sld=>REFRESH_RUNTIME...more details

REGISTER_FOR_REFRESHRegister for runtime refresh for current os transactionPublic
CALL METHOD ca_businesstransaction_sld=>REGISTER_FOR_REFRESH...more details

REG_TRANS_FOR_DB_BUFFERRegister Business Transaction for DB Buffer-LoadPublic
CALL METHOD ca_businesstransaction_sld=>REG_TRANS_FOR_DB_BUFFER...more details



CA_BUSINESSTRANSACTION_SLD 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
AGENTStatic AttributeClass Agent - SingletonLIKE
CA_BUSINESSTRANSACTION_SLD
Public
BUFFERInstance AttributeLIKE
Private
DB_BUFFER_EVENTInstance AttributeLIKE
Private
DB_BUFFER_FLOWInstance AttributeLIKE
Private
DB_BUFFER_REG_TRANSInstance AttributeLIKE
Private
DB_BUFFER_TRANSInstance AttributeLIKE
Private




CA_BUSINESSTRANSACTION_SLD types

TYP_VA_BUSTRANS -
TYP_VA_BUSTRANS_TAS -

Links to Related Class(s)

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