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_AREAMethod 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 Name | Description | Visability |
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD /dsd/sl_cl_ta_balance=>CONSTRUCTOR...more details | ||
| GET_DEFAULT_LAYOUT | Determine the Default Layout | Public |
| CALL METHOD /dsd/sl_cl_ta_balance=>GET_DEFAULT_LAYOUT...more details | ||
| IS_MAINTENANCE_ALLOWED | Is Data Maintenance Allowed? | Private |
| CALL METHOD /dsd/sl_cl_ta_balance=>IS_MAINTENANCE_ALLOWED...more details | ||
| ON_DISPLAY_MBAL_USING | Event Handler for 'DISPLAY_mBAL_USING' | Public |
| CALL METHOD /dsd/sl_cl_ta_balance=>ON_DISPLAY_MBAL_USING...more details | ||
| ON_DISPLAY_QBAL_USING | Event Handler for 'DISPLAY_QBAL_USING' | Public |
| CALL METHOD /dsd/sl_cl_ta_balance=>ON_DISPLAY_QBAL_USING...more details | ||
| ON_FOCUS_CHANGED_MS | Event Handler for 'FOCUS_CHANGED' of Work Area Message | Private |
| CALL METHOD /dsd/sl_cl_ta_balance=>ON_FOCUS_CHANGED_MS...more details | ||
|
| ||
| ON_MBAL_USING | Event Handler for 'ON_QBAL_USING' | Public |
| CALL METHOD /dsd/sl_cl_ta_balance=>ON_MBAL_USING...more details | ||
| ON_NOK_CHANGED_MS | Event Handler for 'NOK_CHANGED' of Work Area Message | Private |
| CALL METHOD /dsd/sl_cl_ta_balance=>ON_NOK_CHANGED_MS...more details | ||
| ON_NO_WA_USING | Event Handler for 'NO_WA_USING' | Public |
| CALL METHOD /dsd/sl_cl_ta_balance=>ON_NO_WA_USING...more details | ||
| ON_QBAL_USING | Event Handler for 'ON_QBAL_USING' | Public |
| CALL METHOD /dsd/sl_cl_ta_balance=>ON_QBAL_USING...more details | ||
| ON_SAVE_SLD | Event Handler for 'SAVE_SLD' | Public |
| CALL METHOD /dsd/sl_cl_ta_balance=>ON_SAVE_SLD...more details | ||
| ON_SHOW_WA_USING | Event Handler for 'SHOW_WA_USING' | Public |
| CALL METHOD /dsd/sl_cl_ta_balance=>ON_SHOW_WA_USING...more details | ||
| SET_EVENT_HANDLER | Register the Event Handlers | Private |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MC_ID_WA_DETAIL | Constant | ID Work Area Details | 'DETAIL' | LIKE CHAR10 | Public |
| MC_ID_WA_MESSAGE | Constant | ID Work Area Header | 'MESSAGE' | LIKE CHAR10 | Public |
| MC_ID_WA_USING | Constant | ID Work Area Details | 'USING' | LIKE CHAR10 | Public |
| MC_VARHANDLE_HD | Constant | ALV Handle for Variant Saving - Header Details | 'BLHD' | LIKE CHAR4 | Public |
| MC_VARHANDLE_MB | Constant | ALV Handle for Variant Saving - MBAL Details | 'BLMB' | LIKE CHAR4 | Public |
| MC_VARHANDLE_MS | Constant | ALV Handle for Variant Saving - Messages | 'BLMS' | LIKE CHAR4 | Public |
| MC_VARHANDLE_QB | Constant | ALV Handle for Variant Saving - QBAL Details | 'BLQB' | LIKE CHAR4 | Public |
| MC_VARHANDLE_UM | Constant | ALV Handle for Variant Saving - Header Details | 'BLUM' | LIKE CHAR4 | Public |
| MC_VARHANDLE_UQ | Constant | ALV Handle for Variant Saving - Messages | 'BLUQ' | LIKE CHAR4 | Public |
| MR_BUFFER | Instance Attribute | Edit Data Buffer | LIKE /DSD/SL_CL_DATA_BUFFER | Private | |
| MR_WA_DETAIL | Instance Attribute | Work Area DETAIL | LIKE /DSD/SL_CL_WA_BALANCE_DETAIL | Private | |
| MR_WA_MESSAGE | Instance Attribute | Work Area Message | LIKE /DSD/SL_CL_WA_BALANCE_MESSAGE | Private | |
| MR_WA_USING | Instance Attribute | Work Area Usage | LIKE /DSD/SL_CL_WA_BALANCE_USING | Private | |
| MS_KEY_OLD | Instance Attribute | Structure: Select Search Results with Visit | LIKE /DSD/SL_SELECTVISIT_KEY_S | Private | |
| MT_TOUR_KEYS | Instance Attribute | Table Type Key Tour Header | LIKE /DSD/HH_RAHD_KEY_TT | Private | |
| M_ACTIVE | Instance Attribute | Transaction Active? | /DSD/SL_CL_CONST=>YES | LIKE /DSD/HH_CHECKBOX | Private |
| M_BSO | Instance Attribute | DSD Route Settlement: Settlement Office | LIKE /DSD/SL_BSO | Private | |
| M_MODE_MAINTAIN | Instance Attribute | Maintenance Mode? | LIKE /DSD/HH_CHECKBOX | Private | |
| M_SLTYP | Instance Attribute | DSD Route Settlement: Settlement Type | LIKE /DSD/SL_TYP | Private | |
| M_VISIBLE_DETAIL | Instance Attribute | Details Visible? (When Active) | LIKE /DSD/HH_CHECKBOX | Private | |
| M_VISIBLE_MESSAGE | Instance Attribute | Messages Visible? (When Active) | LIKE /DSD/HH_CHECKBOX | Private | |
| M_VISIBLE_USING | Instance Attribute | Details 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