SAP /BDL/CL_TASK_FACTORY OO Class - Factory for class objects (Singleton)









/BDL/CL_TASK_FACTORY 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 /BDL/CL_TASK_FACTORY including details of:

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



Method list of /BDL/CL_TASK_FACTORY 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
GET_CREATORReturn reference to a task creator objectPublic
CALL METHOD /bdl/cl_task_factory=>GET_CREATOR...more details

GET_REFERENCEReturn reference to singleton objectPublic
CALL METHOD /bdl/cl_task_factory=>GET_REFERENCE...more details

GET_TASKReturn reference to a task objectPublic
CALL METHOD /bdl/cl_task_factory=>GET_TASK...more details

GET_TASK_FMReturn name of FM that performs task actionPublic
CALL METHOD /bdl/cl_task_factory=>GET_TASK_FM...more details

GET_TASK_LISTReturn list of available tasksPublic
CALL METHOD /bdl/cl_task_factory=>GET_TASK_LIST...more details

GET_TASK_TEXTReturn short text for taskPublic
CALL METHOD /bdl/cl_task_factory=>GET_TASK_TEXT...more details

IS_TASK_ACTIVEIs task handled by class?Public
CALL METHOD /bdl/cl_task_factory=>IS_TASK_ACTIVE...more details



/BDL/CL_TASK_FACTORY 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
AR_REFERENCEStatic AttributeReference to singleton objectLIKE
/BDL/CL_TASK_FACTORY
Private
CF_ADDON_DOWNLOADConstantTaskname'ADDON_DOWNLOAD'LIKE
CHAR40
Public
CF_CATEGORY_ALLConstantCategory: all'*'LIKE
CHAR1
Private
CF_CATEGORY_RTCCTOOLConstantCategory: RTCCTOOL'RTCCTOOL'LIKE
CHAR12
Private
CF_CATEGORY_SDCCConstantCategory: SDCC'SDCC'LIKE
CHAR12
Private
CF_CERTIFICATE_RENEWALConstantTaskname'CERTIFICATE_RENEWAL'LIKE
CHAR40
Public
CF_DELETE_OLD_SDCC_DATAConstantTaskname'DELETE_OLD_SDCC_DATA'LIKE
CHAR40
Public
CF_EXPORT_DOWNLOADConstantTaskname'EXPORT_DOWNLOAD'LIKE
CHAR40
Public
CF_LICENSE_DATAConstantTaskname'LICENSE_DATA'LIKE
CHAR40
Public
CF_MAINTAIN_SDCCConstantTaskname'MAINTAIN_SDCC'LIKE
CHAR40
Public
CF_REQUEST_DATAConstantTaskname'REQUEST_DATA'LIKE
CHAR40
Public
CF_RTCCTOOLConstantTaskname'RTCCTOOL'LIKE
CHAR40
Public
CF_SEND_DATAConstantTaskname'SEND_DATA'LIKE
CHAR40
Public
CF_SERVICE_DEFINITION_REFRESHConstantTaskname'SERVICE_DEFINITION_REFRESH'LIKE
CHAR40
Public
CF_SESSION_REFRESHConstantTaskname'SESSION_REFRESH'LIKE
CHAR40
Public
CF_STATUS_ACTIVEConstantTask status active'A'LIKE
CHAR1
Private


Links to Related Class(s)

/BDL/CL_...
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!