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 ICON 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 AC_STATUS_DELETED Constant Private Type reference (TYPE) /BDL/TASKS-STATUS 'D' Status: Deleted 20080404
2 AC_STATUS_ERROR Constant Private Type reference (TYPE) /BDL/TASKS-STATUS 'E' Status: Error 20080404
3 AC_STATUS_FINISHED Constant Private Type reference (TYPE) /BDL/TASKS-STATUS 'P' Status: Finished 20080404
4 AC_STATUS_IN_PROCESS Constant Private Type reference (TYPE) /BDL/TASKS-STATUS 'I' Status: In process 20080404
5 AC_STATUS_NEW Constant Private Type reference (TYPE) /BDL/TASKS-STATUS 'N' Status: New 20080404
6 AC_STATUS_SCHEDULED Constant Private Type reference (TYPE) /BDL/TASKS-STATUS 'S' Status: Scheduled 20080404
7 AC_TASKNAME Constant Private Type reference (TYPE) /BDL/TASKS-TASKNAME 'LICENSE_DATA' Task name 20080328
8 AF_ID Instance attribute Private Type reference (TYPE) /BDL/TASKS-ID Task ID 20080325
9 AF_LOCKED Instance attribute Private Type reference (TYPE) FLAG Task is locked 20080519
10 AF_MAINTAIN_CHANGED Instance attribute Private Type reference (TYPE) FLAG Maintain structure has been changed 20080521
11 AF_TASK_CHANGED Instance attribute Private Type reference (TYPE) FLAG Task attributes have been changed 20080521
12 AS_AUTHORIZATION Static Attribute Private Type reference (TYPE) TY_AUTHORIZATION Authorization 20080402
13 AS_MAINTAIN Instance attribute Private Type reference (TYPE) /BDL/MAINTAIN Additional information for administrational tasks 20080520
14 AS_TASK Instance attribute Private Type reference (TYPE) /BDL/TASKS Task structure 20080328
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORIZATION_CHECK_INTERNAL Static method Private Method Authorization check - internal 20080402
2 CHANGE_ON_DB Instance method Private Method Modify db table entry for task 20080326
3 CONSTRUCTOR Instance method Public Constructor Constructor 20080325
4 WRITE_TASK_LOG 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_FAILED Update on DB failed 20080327

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_FOR_CREATION Call by reference Type reference (TYPE) FLAG Open task for creation 20080526
2 Importing IF_ID Call by reference Type reference (TYPE) /BDL/TASKS-ID Task ID 20080325
# Exception Resumable Description Created on
1 MAINTAIN_MISSING Entry in /bdl/maintain is missing 20080526
2 NOT_FOUND ID not found 20080520

Method WRITE_TASK_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_TEXT Call by reference Type reference (TYPE) /BDL/TASK_LOG-MSG_TEXT Log text 20080327
2 Importing IF_TYPE Call by reference Type reference (TYPE) /BDL/TASK_LOG-MSG_TYPE Type of log entry 20080327
# Exception Resumable Description Created on
1 INSERT_FAILED Writing log entry failed 20080327
2 TEXT_EMPTY Text is empty 20080327
History
Last changed by/on SAP  20140121 
SAP Release Created in 2005_1_46C