SAP ABAP Class CL_EAM_TL_HEADER (Class for task list header)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PM-PRM-TL (Application Component) Maintenance Task Lists
     EAM_TL_API (Package) EAM Task List API
Properties
Class CL_EAM_TL_HEADER  
Short Description Class for task list header    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package EAM_TL_API   EAM Task List API 
Created 20090804   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_EAM_TL_HEADER has no forward declaration.
Interfaces
Class CL_EAM_TL_HEADER has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_EAM_TASKLIST 20100203 Main controller class for task lists
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_EQ_TL Constant Private Type reference (TYPE) PLNTY 'E' Task List Type Equipment 20090922
2 GC_FL_TL Constant Private Type reference (TYPE) PLNTY 'T' Task List Type Functional Location 20090922
3 GC_GEN_TL Constant Private Type reference (TYPE) PLNTY 'A' Task List Type General 20090922
4 GC_LOSGR_MAX Constant Private Type reference (TYPE) LOSGRBIS '99999999.000' To lot size 20091030
5 GC_LOSGR_MIN Constant Private Type reference (TYPE) LOSGRVON '0.000' From Lot Size 20091030
6 GC_TRTYP_CHANGE Constant Private Type reference (TYPE) TRTYP 'V' Transaction type 20091012
7 GC_TRTYP_CREATE Constant Private Type reference (TYPE) TRTYP 'H' Transaction type 20091012
8 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_EAM_TL_HEADER Class for task list header 20090804
9 MT_EAPL Instance attribute Private Type reference (TYPE) EAM_TL_T_EAPL Table for equipment data in tasklist api 20101125
10 MT_TAPL Instance attribute Private Type reference (TYPE) EAM_TL_T_TAPL Table for functional location relation data in task list 20101125
11 MV_TABIX Instance attribute Private Type reference (TYPE) SYTABIX Index of Internal Tables 20090904
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Private Method Checks the fields before create/update 20091012
2 CHECK_ASSEMBLY Instance method Private Method Checks assembly (ISTRU) 20090903
3 CHECK_DELETION_FLAG Instance method Private Method Checks archiving deletion flag (DELKZ) 20090904
4 CHECK_EXTERNAL_ID Instance method Private Method Checks the field (TL_EXTID) external ID of task list 20090928
5 CHECK_EXT_NUMBERING Instance method Private Method Checks QM external numbering (EXTNUM) 20090904
6 CHECK_INSPECTION_POINTS Instance method Private Method Checks QM inspection points (SLWBEZ) 20090904
7 CHECK_MAINT_STRATEGY Instance method Private Method Checks maintenance strategy (STRAT) 20090903
8 CHECK_PLNNR_FOR_TECHOBJNR Instance method Private Method Check PLNNR's for Technical Object 20091203
9 CHECK_PROFILE Instance method Private Method Process profile dependant fields 20091030
10 CHECK_REFERENCE_ELEMENT Instance method Private Method Checks reference element PM/CS (ADPSP) 20090929
11 CHECK_SYS_CONDITION Instance method Private Method Checks system condition (ANLZU) 20090903
12 CHECK_TL_KEY Instance method Private Method Checks key fields (PLNNR,PLNAL,PLNTY) for TL creation 20090922
13 CHECK_TL_PLANT Instance method Private Method Checks plant associated with the task list 20090805
14 CHECK_TL_PLN_GROUP Instance method Private Method Checks planner group associated with the task list 20090805
15 CHECK_TL_STATUS Instance method Private Method Checks status of the task list 20090805
16 CHECK_TL_TYPE Instance method Protected Method Checks relevant for the task list type (E, T, A) 20090805
17 CHECK_TL_USAGE Instance method Private Method Checks usage associated with the task list (E, T) 20090805
18 CHECK_WRKCNTR Instance method Private Method Checks work center for task list 20090814
19 CHECK_XHIERTL Instance method Private Method Checks the field (XHIERTL) x-flag of hierarchy of task list 20091017
20 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20090804
21 CREATE Instance method Public Method Creates header data for the task list 20090918
22 DELETE Instance method Public Method Deletes TL header data 20090907
23 GET_INSTANCE Static method Public Method Returns singleton instance 20090804
24 GET_PLNNR_FROM_TECHOBJNR Instance method Private Method Determination of PLNNR from the given EQUNR/TPLNR 20090804
25 GET_TECHOBJNR_FROM_PLNNR Instance method Public Method Determination of EQUNR/TPLNR from the given PLNNR 20090923
26 INPUT_CHECKS Instance method Protected Method Executes the input data checks 20090804
27 MESSAGE_TL_NOT_FOUND Instance method Private Method Raises error message 20100120
28 READ Instance method Public Method Reads header data from the buffer 20090810
29 UPDATE Instance method Public Method Updates header data 20090902
30 UPDATE_QM_DATA Instance method Private Method Updates QM data before TL update 20090907
Events
Class CL_EAM_TL_HEADER has no event.
Types
Class CL_EAM_TL_HEADER has no local type.
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_PLKOD Call by reference Type reference (TYPE) PLKOD I/O table for task list headers 20091012
2 Importing IS_PLKOD_NEW Call by reference Type reference (TYPE) PLKOD I/O table for task list headers 20091012
3 Importing IS_PLKOD_OLD Call by reference Type reference (TYPE) PLKOD I/O table for task list headers 20091012
4 Importing IS_RC27E Call by reference Type reference (TYPE) RC27E PM Object Master View Task List 20091012
5 Importing IV_DATE Call by reference Type reference (TYPE) STTAG Key Date 20091012
6 Importing IV_TRTYP Call by reference Type reference (TYPE) TRTYP Transaction type 20091012
7 Importing IV_WRKCN_PLANT Call by reference Type reference (TYPE) WERKS_D Plant 20091020
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER Exception class for tasklist header 20091012
2 CX_EAM_TL_CONS_HIERARCHY Exception class for task list hierarchy 20091012

Method CHECK_ASSEMBLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MATNR Call by reference Type reference (TYPE) ISTRU Assembly 20090903
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER Exception class for tasklist header 20090903

Method CHECK_DELETION_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PLKOD_NEW Call by reference Type reference (TYPE) PLKOD I/O table for task list headers 20090904
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER Exception class for tasklist header 20090904

Method CHECK_EXTERNAL_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TL_EXTID Call by reference Type reference (TYPE) TL_EXTID A&D: External ID of Task List 20090928
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HIERARCHY Exception class for task list hierarchy 20090928

Method CHECK_EXT_NUMBERING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTNUM Call by reference Type reference (TYPE) QEXTNUM External Numbering of Units to be Inspected 20090904
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER Exception class for tasklist header 20090904

Method CHECK_INSPECTION_POINTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PLKOD Call by reference Type reference (TYPE) PLKOD I/O table for task list headers 20090904
2 Importing IV_SLWBEZ Call by reference Type reference (TYPE) QSLWBEZ Identification for the Inspection Point Field Combination 20090904
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER Exception class for tasklist header 20090904

Method CHECK_MAINT_STRATEGY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STRAT Call by reference Type reference (TYPE) STRAT Maintenance strategy 20090903
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER Exception class for tasklist header 20090903

Method CHECK_PLNNR_FOR_TECHOBJNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PLNNR Call by reference Type reference (TYPE) PLNNR Key for Task List Group 20091203
2 Importing IT_EAPL Call by reference Type reference (TYPE) EAM_TL_T_EAPL Table for equipment data in tasklist api 20091203
3 Importing IT_TAPL Call by reference Type reference (TYPE) EAM_TL_T_TAPL Table for functional location relation data in task list 20091203
4 Importing IV_HTL_REQ Call by reference Type reference (TYPE) XHIERTL Sign: Task List Contains Hierarchical Operations 20091203
5 Importing IV_TRTYP Call by reference Type reference (TYPE) TRTYP Transaction type 20091203
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER Exception class for tasklist header 20091203

Method CHECK_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_PLKOD Call by reference Type reference (TYPE) PLKOD I/O table for task list headers 20091030
2 Importing IV_PROFILE Call by reference Type reference (TYPE) PROFID_STD Profile 20091030
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER Exception class for tasklist header 20091030

Method CHECK_REFERENCE_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ADPSP Call by reference Type reference (TYPE) ADDCOMPARE_CORE Reference Element PM/PS 20090929
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER Exception class for tasklist header 20090929

Method CHECK_SYS_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ANLZU Call by reference Type reference (TYPE) ANLZU Syst.Condition 20090903
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER Exception class for tasklist header 20090903

Method CHECK_TL_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RC27E Call by reference Type reference (TYPE) RC27E PM Object Master View Task List 20091012
2 Exporting EV_PLNAL Call by reference Type reference (TYPE) PLNAL Group Counter 20090922
3 Exporting EV_PLNNR Call by reference Type reference (TYPE) PLNNR Key for Task List Group 20090922
4 Exporting EV_PLNTY Call by reference Type reference (TYPE) PLNTY Task List Type 20090922
5 Importing IV_AENNR Call by reference Type reference (TYPE) AENNR Change Number 20100203
6 Importing IV_DATE Call by reference Type reference (TYPE) STTAG Key Date 20090922
7 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment Number 20090922
8 Importing IV_PLNAL Call by reference Type reference (TYPE) PLNAL Group Counter 20090922
9 Importing IV_PLNNR Call by reference Type reference (TYPE) PLNNR Key for Task List Group 20090922
10 Importing IV_PLNTY Call by reference Type reference (TYPE) PLNTY Task List Type 20090922
11 Importing IV_TPLNR Call by reference Type reference (TYPE) TPLNR Functional Location 20090922
12 Importing IV_XHIERTL Call by reference Type reference (TYPE) XHIERTL Sign: Task List Contains Hierarchical Operations 20091127
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER Exception class for tasklist header 20090922

Method CHECK_TL_PLANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PLANT Call by reference Type reference (TYPE) WERKS_D Plant 20090805
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER 20090827

Method CHECK_TL_PLN_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PLANT Call by reference Type reference (TYPE) WERKS_D Plant 20090807
2 Importing IV_PLNGR Call by reference Type reference (TYPE) VAGRP Responsible planner group/department 20090805
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER 20090827

Method CHECK_TL_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STATUS Call by reference Type reference (TYPE) PLNST Status 20090805
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER 20090827

Method CHECK_TL_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RC27E Call by reference Type reference (TYPE) RC27E PM Object Master View Task List 20091012
2 Exporting EV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment Number 20091021
3 Exporting EV_PLNNR Call by reference Type reference (TYPE) PLNNR Key for Task List Group 20090805
4 Exporting EV_TPLNR Call by reference Type reference (TYPE) TPLNR Functional Location 20091021
5 Importing IV_DATE Call by reference Type reference (TYPE) STTAG Key Date 20090909
6 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment Number 20090805
7 Importing IV_HTL_REQ Call by reference Type reference (TYPE) XHIERTL Sign: Task List Contains Hierarchical Operations 20091203
8 Importing IV_PLNNR Call by reference Type reference (TYPE) PLNNR Key for Task List Group 20090805
9 Importing IV_PLNTY Call by reference Type reference (TYPE) PLNTY Task List Type 20090805
10 Importing IV_TPLNR Call by reference Type reference (TYPE) TPLNR Functional Location 20090805
11 Importing IV_TRTYP Call by reference Type reference (TYPE) TRTYP Transaction type 20091203
12 Importing IV_USAGE Call by reference Type reference (TYPE) VERWE Use by user or system 20090805
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER 20090827

Method CHECK_TL_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment Number 20090805
2 Importing IV_TPLNR Call by reference Type reference (TYPE) TPLNR Functional Location 20090805
3 Importing IV_UPDATE Call by reference Type reference (TYPE) CHAR1 Single-Character Indicator 20090904
4 Importing IV_USAGE Call by reference Type reference (TYPE) VERWE Use by user or system 20090805
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER 20090827

Method CHECK_WRKCNTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATE Call by reference Type reference (TYPE) DATS Field of type DATS 20090814
2 Importing IV_ID Call by reference Type reference (TYPE) OBJEKTID Application area ID: Purchasing 20090814
3 Importing IV_PLANT Call by reference Type reference (TYPE) WERKS_D Plant 20090814
4 Importing IV_PLNTY Call by reference Type reference (TYPE) PLNTY Task List Type 20090814
5 Importing IV_WRKCNTR Call by reference Type reference (TYPE) ARBPL Work center 20090814
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER 20090827

Method CHECK_XHIERTL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_XHIERTL Call by reference Type reference (TYPE) XHIERTL Sign: Task List Contains Hierarchical Operations 20091017
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HIERARCHY Exception class for task list hierarchy 20091017

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_EAM_TL_HEADER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_EAM_TL_HEADER has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PLNAL Call by reference Type reference (TYPE) PLNAL Group Counter 20090918
2 Exporting EV_PLNNR Call by reference Type reference (TYPE) PLNNR Key for Task List Group 20090918
3 Importing IS_HDR_DATA Call by reference Type reference (TYPE) EAM_S_HDR_INS Task List API: Header data insert structure 20091020
4 Importing IV_AENNR Call by reference Type reference (TYPE) AENNR SPACE Change Number 20090918
5 Importing IV_DATE Call by reference Type reference (TYPE) STTAG SY-DATUM Key Date 20090918
6 Importing IV_PROFILE Call by reference Type reference (TYPE) PROFID_STD Profile 20091030
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER Exception class for tasklist header 20090918

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PLKOD Call by reference Type reference (TYPE) PLKOD I/O table for task list headers 20090907
2 Importing IV_AENNR Call by reference Type reference (TYPE) AENNR SPACE Change Number 20090907
3 Importing IV_DATE Call by reference Type reference (TYPE) STTAG SY-DATUM Key Date 20090907
4 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment Number 20091208
5 Importing IV_TABIX Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20090910
6 Importing IV_TPLNR Call by reference Type reference (TYPE) TPLNR Functional Location 20091208
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER Exception class for tasklist header 20090907
2 CX_EAM_TL_CONS_HIERARCHY Exception class for task list hierarchy 20090928
3 CX_EAM_TL_CONS_LONGTEXT Dynamic exception class for tasklist longtexts 20091007

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_EAM_TL_HEADER Class for task list header 20090804

Method GET_INSTANCE on class CL_EAM_TL_HEADER has no exception.

Method GET_PLNNR_FROM_TECHOBJNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PLNNR Call by reference Type reference (TYPE) PLNNR Key for Task List Group 20090804
2 Importing IV_DATE Call by reference Type reference (TYPE) STTAG Key Date 20090910
3 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment Number 20090804
4 Importing IV_HTL_REQ Call by reference Type reference (TYPE) XHIERTL Sign: Task List Contains Hierarchical Operations 20091203
5 Importing IV_PLANT Call by reference Type reference (TYPE) WERKS_D Plant 20090910
6 Importing IV_TPLNR Call by reference Type reference (TYPE) TPLNR Functional Location 20090804
7 Importing IV_TRTYP Call by reference Type reference (TYPE) TRTYP Transaction type 20091203
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER Exception class for tasklist header 20091130

Method GET_TECHOBJNR_FROM_PLNNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment Number 20090923
2 Exporting EV_TPLNR Call by reference Type reference (TYPE) TPLNR Functional Location 20090923
3 Importing IV_PLNAL Call by reference Type reference (TYPE) PLNAL Group Counter 20090923
4 Importing IV_PLNNR Call by reference Type reference (TYPE) PLNNR Key for Task List Group 20090923
5 Importing IV_PLNTY Call by reference Type reference (TYPE) PLNTY Task List Type 20090923

Method GET_TECHOBJNR_FROM_PLNNR on class CL_EAM_TL_HEADER has no exception.

Method INPUT_CHECKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PLNNR Call by reference Type reference (TYPE) PLNNR Key for Task List Group 20090805
2 Importing IV_DATE Call by reference Type reference (TYPE) STTAG Key Date 20090909
3 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment Number 20090804
4 Importing IV_HTL_REQ Call by reference Type reference (TYPE) XHIERTL Sign: Task List Contains Hierarchical Operations 20091203
5 Importing IV_PLANT Call by reference Type reference (TYPE) WERKS_D Plant 20090804
6 Importing IV_PLNGR Call by reference Type reference (TYPE) VAGRP Responsible planner group/department 20090804
7 Importing IV_PLNNR Call by reference Type reference (TYPE) PLNNR Key for Task List Group 20090804
8 Importing IV_PLNTY Call by reference Type reference (TYPE) PLNTY Task List Type 20090804
9 Importing IV_STATUS Call by reference Type reference (TYPE) PLNST Status 20090804
10 Importing IV_TPLNR Call by reference Type reference (TYPE) TPLNR Functional Location 20090804
11 Importing IV_USAGE Call by reference Type reference (TYPE) VERWE Use by user or system 20090804
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER Exception class for tasklist header 20090909
2 CX_EAM_TL_CONS_HIERARCHY Exception class for task list hierarchy 20091203

Method MESSAGE_TL_NOT_FOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment Number 20100120
2 Importing IV_PLNAL Call by reference Type reference (TYPE) PLNAL Group Counter 20100121
3 Importing IV_PLNNR Call by reference Type reference (TYPE) PLNNR Key for Task List Group 20100120
4 Importing IV_PLNTY Call by reference Type reference (TYPE) PLNTY Task List Type 20100120
5 Importing IV_TPLNR Call by reference Type reference (TYPE) TPLNR Functional Location 20100120
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER Exception class for tasklist header 20100121

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PLKOD Call by reference Type reference (TYPE) EAM_T_PLKOD Task list header dialog table type 20090810
2 Exporting ET_PLKOD_EXT Call by reference Type reference (TYPE) EAM_T_PLKOD_EXT Task List API: Header data with technical objests IDs 20090923
3 Exporting EV_LOCKED Call by reference Type reference (TYPE) C Flag: Task list is locked 20091014
4 Importing IV_DATE Call by reference Type reference (TYPE) DATUM Date 20090810
5 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment Number 20090828
6 Importing IV_LOCK Call by reference Type reference (TYPE) FLG_ENQ Read with lock 20090909
7 Importing IV_PLANT Call by reference Type reference (TYPE) WERKS_D Plant 20090810
8 Importing IV_PLNAL Call by reference Type reference (TYPE) PLNAL Group Counter 20090810
9 Importing IV_PLNGR Call by reference Type reference (TYPE) VAGRP Responsible planner group/department 20090810
10 Importing IV_PLNNR Call by reference Type reference (TYPE) PLNNR Key for Task List Group 20090810
11 Importing IV_PLNTY Call by reference Type reference (TYPE) PLNTY Task List Type 20090810
12 Importing IV_STATUS Call by reference Type reference (TYPE) PLNST Status 20090810
13 Importing IV_TPLNR Call by reference Type reference (TYPE) TPLNR Functional Location 20090828
14 Importing IV_USAGE Call by reference Type reference (TYPE) VERWE Use by user or system 20090810
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER 20090827

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_HEADER Call by reference Type reference (TYPE) EAM_S_HDR_INS Task List API: Header data update structure 20091020
2 Importing IS_HEADERX Call by reference Type reference (TYPE) EAM_S_PLKOD_UP Task List API: Update flags for TL header data change 20091020
3 Importing IV_AENNR Call by reference Type reference (TYPE) AENNR SPACE Change Number 20090902
4 Importing IV_DATE Call by reference Type reference (TYPE) STTAG SY-DATUM Key Date 20090902
5 Importing IV_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment Number 20091208
6 Importing IV_TABIX Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20090910
7 Importing IV_TPLNR Call by reference Type reference (TYPE) TPLNR Functional Location 20091208
# Exception Resumable Description Created on
1 CX_EAM_TL_CONS_HEADER Exception class for tasklist header 20090902
2 CX_EAM_TL_CONS_HIERARCHY Exception class for task list hierarchy 20090925
3 CX_EAM_TL_CONS_LONGTEXT Dynamic exception class for tasklist longtexts 20091007

Method UPDATE_QM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_PLKOD Call by reference Type reference (TYPE) PLKOD I/O table for task list headers 20090907
2 Importing IS_PLKOD Call by reference Type reference (TYPE) PLKOD I/O table for task list headers 20090907

Method UPDATE_QM_DATA on class CL_EAM_TL_HEADER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 605