SAP /DSD/SL_CL_TA_DELFUL OO Class - 'Transaction' Delivery Execution
/DSD/SL_CL_TA_DELFUL 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_DELFUL 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_DELFUL 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_delful=>CONSTRUCTOR...more details | ||
| GET_DEFAULT_LAYOUT | Determine the Default Layout | Private |
| CALL METHOD /dsd/sl_cl_ta_delful=>GET_DEFAULT_LAYOUT...more details | ||
| ON_BE_RELATION_CHANGED | Event Handler for 'BE_RELATION_CHANGED' of Work area Header | Private |
| CALL METHOD /dsd/sl_cl_ta_delful=>ON_BE_RELATION_CHANGED...more details | ||
| ON_DATA_DELETED_HD | Event Handler for 'DATA_DELETED' of Work Area Header | Private |
| CALL METHOD /dsd/sl_cl_ta_delful=>ON_DATA_DELETED_HD...more details | ||
| ON_DATA_DELETED_IT | Event Handler for 'DATA_DELETED' of Work Area Items | Private |
| CALL METHOD /dsd/sl_cl_ta_delful=>ON_DATA_DELETED_IT...more details | ||
| ON_DELIVERY_CANCELED_HD | Event Handler for 'DELIVERY_CANCELED' in Work Area Header | Private |
| CALL METHOD /dsd/sl_cl_ta_delful=>ON_DELIVERY_CANCELED_HD...more details | ||
|
| ||
| ON_FOCUS_CHANGED_HD | Event Handler for 'FOCUS_CHANGED' of Work Area Header | Private |
| CALL METHOD /dsd/sl_cl_ta_delful=>ON_FOCUS_CHANGED_HD...more details | ||
| ON_FOCUS_CHANGED_IT | Event Handler for 'FOCUS_CHANGED' of Work Area Items | Private |
| CALL METHOD /dsd/sl_cl_ta_delful=>ON_FOCUS_CHANGED_IT...more details | ||
| ON_FOCUS_LOST_IT | Event Handler for 'FOCUS_LOST' of Items | Private |
| CALL METHOD /dsd/sl_cl_ta_delful=>ON_FOCUS_LOST_IT...more details | ||
| ON_NOK_CHANGED_CD | Event Handler for 'NOK_CHANGED' of Work Area Conditions | Private |
| CALL METHOD /dsd/sl_cl_ta_delful=>ON_NOK_CHANGED_CD...more details | ||
| ON_NOK_CHANGED_HD | Event Handler for 'NOK_CHANGED' of Work Area Header | Private |
| CALL METHOD /dsd/sl_cl_ta_delful=>ON_NOK_CHANGED_HD...more details | ||
| ON_NOK_CHANGED_IT | Event Handler for 'NOK_CHANGED' of Work Area Items | Private |
| CALL METHOD /dsd/sl_cl_ta_delful=>ON_NOK_CHANGED_IT...more details | ||
| SET_EVENT_HANDLER | Register the Event Handlers | Private |
| CALL METHOD /dsd/sl_cl_ta_delful=>SET_EVENT_HANDLER...more details | ||
/DSD/SL_CL_TA_DELFUL 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_COND | Constant | ID Work Area Conditions | 'COND' | LIKE /DSD/SL_ID_WA_AREA | Public |
| MC_ID_WA_HEADER | Constant | ID Work Area Header | 'HEADER' | LIKE /DSD/SL_ID_WA_AREA | Public |
| MC_ID_WA_ITEM | Constant | ID Work Area Items | 'ITEM' | LIKE /DSD/SL_ID_WA_AREA | Public |
| MC_MSG_CLASS | Constant | Name of the Message Class | '/DSD/SL_DELFUL' | LIKE DDOBJNAME | Public |
| MC_VARHANDLE_CD | Constant | ALV Handle for Variant Saving - Conditions | 'DFCD' | LIKE CHAR4 | Public |
| MC_VARHANDLE_HD | Constant | ALV Handle for Variant Saving - Header | 'DFHD' | LIKE CHAR4 | Public |
| MC_VARHANDLE_IT | Constant | ALV Handle for Variant Saving - Item | 'DFIT' | LIKE CHAR4 | Public |
| MR_WA_COND | Instance Attribute | Work Area Conditions | LIKE /DSD/SL_CL_WA_DELFUL_COND | Private | |
| MR_WA_HEADER | Instance Attribute | Work Area Header | LIKE /DSD/SL_CL_WA_DELFUL_HEADER | Private | |
| MR_WA_ITEM | Instance Attribute | Work Area Items | LIKE /DSD/SL_CL_WA_DELFUL_ITEM | Private | |
| M_ACTIVE | Instance Attribute | Transaction Active? | /DSD/SL_CL_CONST=>YES | LIKE /DSD/HH_CHECKBOX | Private |
| M_DELIVERY | Instance Attribute | Mode: Delivery <-> Purchase Order | LIKE /DSD/HH_CHECKBOX | Private | |
| M_SCREEN_POS_COND | Instance Attribute | Position of the Area on the Screen | LIKE INT4 | Private | |
| M_SCREEN_POS_HEADER | Instance Attribute | Position of the Area on the Screen | LIKE INT4 | Private | |
| M_SCREEN_POS_ITEM | Instance Attribute | Position of the Area on the Screen | LIKE INT4 | Private | |
| M_VISIBLE_COND | Instance Attribute | Conditions Visible? (When Active) | LIKE /DSD/HH_CHECKBOX | Private | |
| M_VISIBLE_HEADER | Instance Attribute | Header Data Visible? (When Active) | LIKE /DSD/HH_CHECKBOX | Private | |
| M_VISIBLE_ITEM | Instance Attribute | Items 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