SAP ABAP Class /BDL/CL_TASK_LICENSE_DATA (Represents 'License Data' task)
Hierarchy
☛
ST-PI (Software Component) SAP Solution Tools Plug-In
⤷
SV-SMG-SDD (Application Component) Service Data Download
⤷
/BDL/TASKMANAGER (Package) Task Manager
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BDL/IF_ADMIN_TASK | Administrative task | 20080403 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /BDL/IF_TASK | Interface for task class | 20080325 |
Properties
| Class | /BDL/CL_TASK_LICENSE_DATA | |
| Short Description | Represents 'License Data' task | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | /BDL/TASKMANAGER | Task Manager |
| Created | 20080325 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /BDL/IF_ADMIN_TASK | Administrative task | 20080403 | ||
| 2 | /BDL/IF_TASK | Interface for task class | 20080325 |
Friends
Class /BDL/CL_TASK_LICENSE_DATA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | /BDL/TASKS-STATUS | 'D' | Status: Deleted | 20080404 | ||
| 2 | Constant | Private | Type reference (TYPE) | /BDL/TASKS-STATUS | 'E' | Status: Error | 20080404 | ||
| 3 | Constant | Private | Type reference (TYPE) | /BDL/TASKS-STATUS | 'P' | Status: Finished | 20080404 | ||
| 4 | Constant | Private | Type reference (TYPE) | /BDL/TASKS-STATUS | 'I' | Status: In process | 20080404 | ||
| 5 | Constant | Private | Type reference (TYPE) | /BDL/TASKS-STATUS | 'N' | Status: New | 20080404 | ||
| 6 | Constant | Private | Type reference (TYPE) | /BDL/TASKS-STATUS | 'S' | Status: Scheduled | 20080404 | ||
| 7 | Constant | Private | Type reference (TYPE) | /BDL/TASKS-TASKNAME | 'LICENSE_DATA' | Task name | 20080328 | ||
| 8 | Instance attribute | Private | Type reference (TYPE) | /BDL/TASKS-ID | Task ID | 20080325 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | FLAG | Task is locked | 20080519 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | FLAG | Maintain structure has been changed | 20080521 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | FLAG | Task attributes have been changed | 20080521 | |||
| 12 | Static Attribute | Private | Type reference (TYPE) | TY_AUTHORIZATION | Authorization | 20080402 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | /BDL/MAINTAIN | Additional information for administrational tasks | 20080520 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | /BDL/TASKS | Task structure | 20080328 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | Authorization check - internal | 20080402 | |
| 2 | Instance method | Private | Method | Modify db table entry for task | 20080326 | |
| 3 | Instance method | Public | Constructor | Constructor | 20080325 | |
| 4 | Instance method | Private | Method | Write entry into task log | 20080327 |
Events
Class /BDL/CL_TASK_LICENSE_DATA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_AUTHORIZATION | Private | See coding | 20080402 | |
Method Signatures
Method AUTHORIZATION_CHECK_INTERNAL Signature
Method AUTHORIZATION_CHECK_INTERNAL on class /BDL/CL_TASK_LICENSE_DATA has no parameter.
Method AUTHORIZATION_CHECK_INTERNAL on class /BDL/CL_TASK_LICENSE_DATA has no exception.
Method CHANGE_ON_DB Signature
Method CHANGE_ON_DB on class /BDL/CL_TASK_LICENSE_DATA has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Update on DB failed | 20080327 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IF_FOR_CREATION | Call by reference | Type reference (TYPE) | FLAG | Open task for creation | 20080526 | |||
| 2 | IF_ID | Call by reference | Type reference (TYPE) | /BDL/TASKS-ID | Task ID | 20080325 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Entry in /bdl/maintain is missing | 20080526 | ||
| 2 | ID not found | 20080520 |
Method WRITE_TASK_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IF_TEXT | Call by reference | Type reference (TYPE) | /BDL/TASK_LOG-MSG_TEXT | Log text | 20080327 | |||
| 2 | IF_TYPE | Call by reference | Type reference (TYPE) | /BDL/TASK_LOG-MSG_TYPE | Type of log entry | 20080327 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Writing log entry failed | 20080327 | ||
| 2 | Text is empty | 20080327 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 2005_1_46C |