SAP /DSD/SL_CL_TA_BALANCE OO Class - 'Transaction' Difference Determination









/DSD/SL_CL_TA_BALANCE 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 /DSD/SL_CL_TA_BALANCE 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 /DSD/SL_IF_TRANSACTION_AREA

Method list of /DSD/SL_CL_TA_BALANCE 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
CONSTRUCTORConstructorPublic
CALL METHOD /dsd/sl_cl_ta_balance=>CONSTRUCTOR...more details

GET_DEFAULT_LAYOUTDetermine the Default LayoutPublic
CALL METHOD /dsd/sl_cl_ta_balance=>GET_DEFAULT_LAYOUT...more details

IS_MAINTENANCE_ALLOWEDIs Data Maintenance Allowed?Private
CALL METHOD /dsd/sl_cl_ta_balance=>IS_MAINTENANCE_ALLOWED...more details

ON_DISPLAY_MBAL_USINGEvent Handler for 'DISPLAY_mBAL_USING'Public
CALL METHOD /dsd/sl_cl_ta_balance=>ON_DISPLAY_MBAL_USING...more details

ON_DISPLAY_QBAL_USINGEvent Handler for 'DISPLAY_QBAL_USING'Public
CALL METHOD /dsd/sl_cl_ta_balance=>ON_DISPLAY_QBAL_USING...more details

ON_FOCUS_CHANGED_MSEvent Handler for 'FOCUS_CHANGED' of Work Area MessagePrivate
CALL METHOD /dsd/sl_cl_ta_balance=>ON_FOCUS_CHANGED_MS...more details

ON_MBAL_USINGEvent Handler for 'ON_QBAL_USING'Public
CALL METHOD /dsd/sl_cl_ta_balance=>ON_MBAL_USING...more details

ON_NOK_CHANGED_MSEvent Handler for 'NOK_CHANGED' of Work Area MessagePrivate
CALL METHOD /dsd/sl_cl_ta_balance=>ON_NOK_CHANGED_MS...more details

ON_NO_WA_USINGEvent Handler for 'NO_WA_USING'Public
CALL METHOD /dsd/sl_cl_ta_balance=>ON_NO_WA_USING...more details

ON_QBAL_USINGEvent Handler for 'ON_QBAL_USING'Public
CALL METHOD /dsd/sl_cl_ta_balance=>ON_QBAL_USING...more details

ON_SAVE_SLDEvent Handler for 'SAVE_SLD'Public
CALL METHOD /dsd/sl_cl_ta_balance=>ON_SAVE_SLD...more details

ON_SHOW_WA_USINGEvent Handler for 'SHOW_WA_USING'Public
CALL METHOD /dsd/sl_cl_ta_balance=>ON_SHOW_WA_USING...more details

SET_EVENT_HANDLERRegister the Event HandlersPrivate
CALL METHOD /dsd/sl_cl_ta_balance=>SET_EVENT_HANDLER...more details



/DSD/SL_CL_TA_BALANCE 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
MC_ID_WA_DETAILConstantID Work Area Details'DETAIL'LIKE
CHAR10
Public
MC_ID_WA_MESSAGEConstantID Work Area Header'MESSAGE'LIKE
CHAR10
Public
MC_ID_WA_USINGConstantID Work Area Details'USING'LIKE
CHAR10
Public
MC_VARHANDLE_HDConstantALV Handle for Variant Saving - Header Details'BLHD'LIKE
CHAR4
Public
MC_VARHANDLE_MBConstantALV Handle for Variant Saving - MBAL Details'BLMB'LIKE
CHAR4
Public
MC_VARHANDLE_MSConstantALV Handle for Variant Saving - Messages'BLMS'LIKE
CHAR4
Public
MC_VARHANDLE_QBConstantALV Handle for Variant Saving - QBAL Details'BLQB'LIKE
CHAR4
Public
MC_VARHANDLE_UMConstantALV Handle for Variant Saving - Header Details'BLUM'LIKE
CHAR4
Public
MC_VARHANDLE_UQConstantALV Handle for Variant Saving - Messages'BLUQ'LIKE
CHAR4
Public
MR_BUFFERInstance AttributeEdit Data BufferLIKE
/DSD/SL_CL_DATA_BUFFER
Private
MR_WA_DETAILInstance AttributeWork Area DETAILLIKE
/DSD/SL_CL_WA_BALANCE_DETAIL
Private
MR_WA_MESSAGEInstance AttributeWork Area MessageLIKE
/DSD/SL_CL_WA_BALANCE_MESSAGE
Private
MR_WA_USINGInstance AttributeWork Area UsageLIKE
/DSD/SL_CL_WA_BALANCE_USING
Private
MS_KEY_OLDInstance AttributeStructure: Select Search Results with VisitLIKE
/DSD/SL_SELECTVISIT_KEY_S
Private
MT_TOUR_KEYSInstance AttributeTable Type Key Tour HeaderLIKE
/DSD/HH_RAHD_KEY_TT
Private
M_ACTIVEInstance AttributeTransaction Active?/DSD/SL_CL_CONST=>YESLIKE
/DSD/HH_CHECKBOX
Private
M_BSOInstance AttributeDSD Route Settlement: Settlement OfficeLIKE
/DSD/SL_BSO
Private
M_MODE_MAINTAINInstance AttributeMaintenance Mode?LIKE
/DSD/HH_CHECKBOX
Private
M_SLTYPInstance AttributeDSD Route Settlement: Settlement TypeLIKE
/DSD/SL_TYP
Private
M_VISIBLE_DETAILInstance AttributeDetails Visible? (When Active)LIKE
/DSD/HH_CHECKBOX
Private
M_VISIBLE_MESSAGEInstance AttributeMessages Visible? (When Active)LIKE
/DSD/HH_CHECKBOX
Private
M_VISIBLE_USINGInstance AttributeDetails Visible? (When Active)LIKE
/DSD/HH_CHECKBOX
Private


Links to Related Class(s)

/DSD/SL_...
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!