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_AREA

Method 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 NameDescriptionVisability
CONSTRUCTORConstructorPublic
CALL METHOD /dsd/sl_cl_ta_delful=>CONSTRUCTOR...more details

GET_DEFAULT_LAYOUTDetermine the Default LayoutPrivate
CALL METHOD /dsd/sl_cl_ta_delful=>GET_DEFAULT_LAYOUT...more details

ON_BE_RELATION_CHANGEDEvent Handler for 'BE_RELATION_CHANGED' of Work area HeaderPrivate
CALL METHOD /dsd/sl_cl_ta_delful=>ON_BE_RELATION_CHANGED...more details

ON_DATA_DELETED_HDEvent Handler for 'DATA_DELETED' of Work Area HeaderPrivate
CALL METHOD /dsd/sl_cl_ta_delful=>ON_DATA_DELETED_HD...more details

ON_DATA_DELETED_ITEvent Handler for 'DATA_DELETED' of Work Area ItemsPrivate
CALL METHOD /dsd/sl_cl_ta_delful=>ON_DATA_DELETED_IT...more details

ON_DELIVERY_CANCELED_HDEvent Handler for 'DELIVERY_CANCELED' in Work Area HeaderPrivate
CALL METHOD /dsd/sl_cl_ta_delful=>ON_DELIVERY_CANCELED_HD...more details

ON_FOCUS_CHANGED_HDEvent Handler for 'FOCUS_CHANGED' of Work Area HeaderPrivate
CALL METHOD /dsd/sl_cl_ta_delful=>ON_FOCUS_CHANGED_HD...more details

ON_FOCUS_CHANGED_ITEvent Handler for 'FOCUS_CHANGED' of Work Area ItemsPrivate
CALL METHOD /dsd/sl_cl_ta_delful=>ON_FOCUS_CHANGED_IT...more details

ON_FOCUS_LOST_ITEvent Handler for 'FOCUS_LOST' of ItemsPrivate
CALL METHOD /dsd/sl_cl_ta_delful=>ON_FOCUS_LOST_IT...more details

ON_NOK_CHANGED_CDEvent Handler for 'NOK_CHANGED' of Work Area ConditionsPrivate
CALL METHOD /dsd/sl_cl_ta_delful=>ON_NOK_CHANGED_CD...more details

ON_NOK_CHANGED_HDEvent Handler for 'NOK_CHANGED' of Work Area HeaderPrivate
CALL METHOD /dsd/sl_cl_ta_delful=>ON_NOK_CHANGED_HD...more details

ON_NOK_CHANGED_ITEvent Handler for 'NOK_CHANGED' of Work Area ItemsPrivate
CALL METHOD /dsd/sl_cl_ta_delful=>ON_NOK_CHANGED_IT...more details

SET_EVENT_HANDLERRegister the Event HandlersPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MC_ID_WA_CONDConstantID Work Area Conditions'COND'LIKE
/DSD/SL_ID_WA_AREA
Public
MC_ID_WA_HEADERConstantID Work Area Header'HEADER'LIKE
/DSD/SL_ID_WA_AREA
Public
MC_ID_WA_ITEMConstantID Work Area Items'ITEM'LIKE
/DSD/SL_ID_WA_AREA
Public
MC_MSG_CLASSConstantName of the Message Class'/DSD/SL_DELFUL'LIKE
DDOBJNAME
Public
MC_VARHANDLE_CDConstantALV Handle for Variant Saving - Conditions'DFCD'LIKE
CHAR4
Public
MC_VARHANDLE_HDConstantALV Handle for Variant Saving - Header'DFHD'LIKE
CHAR4
Public
MC_VARHANDLE_ITConstantALV Handle for Variant Saving - Item'DFIT'LIKE
CHAR4
Public
MR_WA_CONDInstance AttributeWork Area ConditionsLIKE
/DSD/SL_CL_WA_DELFUL_COND
Private
MR_WA_HEADERInstance AttributeWork Area HeaderLIKE
/DSD/SL_CL_WA_DELFUL_HEADER
Private
MR_WA_ITEMInstance AttributeWork Area ItemsLIKE
/DSD/SL_CL_WA_DELFUL_ITEM
Private
M_ACTIVEInstance AttributeTransaction Active?/DSD/SL_CL_CONST=>YESLIKE
/DSD/HH_CHECKBOX
Private
M_DELIVERYInstance AttributeMode: Delivery <-> Purchase OrderLIKE
/DSD/HH_CHECKBOX
Private
M_SCREEN_POS_CONDInstance AttributePosition of the Area on the ScreenLIKE
INT4
Private
M_SCREEN_POS_HEADERInstance AttributePosition of the Area on the ScreenLIKE
INT4
Private
M_SCREEN_POS_ITEMInstance AttributePosition of the Area on the ScreenLIKE
INT4
Private
M_VISIBLE_CONDInstance AttributeConditions Visible? (When Active)LIKE
/DSD/HH_CHECKBOX
Private
M_VISIBLE_HEADERInstance AttributeHeader Data Visible? (When Active)LIKE
/DSD/HH_CHECKBOX
Private
M_VISIBLE_ITEMInstance AttributeItems 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!