Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_MMPUR_CONSTANTS_IND | Various Indicators | 20091026 |
Properties
Class | CL_EAM_TL_SPACK | |
Short Description | Class for task list API service package | |
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_SPACK has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_MMPUR_CONSTANTS_IND | Various Indicators | 20091026 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CX_EAM_TL_CONS_SPACK | 20091019 | Dynamic exception class for tasklist service packages |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20091106 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20091106 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20091106 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20091106 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20091106 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20091106 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | KAPPL | 'PM' | Application | 20091026 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | AUFTYP | '30' | Order Category | 20091030 | |
9 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_EAM_TL_SPACK | Class for task list API service package | 20090804 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20091106 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20091106 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20091106 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Checks message table from mm service class | 20091106 |
2 | ![]() |
Instance method | Private | Method | Checks operation control key on external or internal | 20091116 |
3 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20090804 |
4 | ![]() |
Instance method | Public | Method | Insert Service Packages | 20091026 |
5 | ![]() |
Instance method | Public | Method | Deletes existing service packages | 20091105 |
6 | ![]() |
Instance method | Private | Method | Get header values for service package from operation | 20091106 |
7 | ![]() |
Static method | Public | Method | Returns singleton instance | 20090804 |
8 | ![]() |
Instance method | Private | Method | Checks and maps service contract limits to internal struc. | 20091109 |
9 | ![]() |
Instance method | Private | Method | Checks and maps service contract limits for update | 20091109 |
10 | ![]() |
Instance method | Private | Method | Checks and maps service limits to internal structure | 20091109 |
11 | ![]() |
Instance method | Private | Method | Checks and maps service limits for update | 20091109 |
12 | ![]() |
Instance method | Private | Method | Checks and maps service lines to internal structure insert | 20091109 |
13 | ![]() |
Instance method | Private | Method | Checks and maps service lines to internal structure update | 20091109 |
14 | ![]() |
Instance method | Private | Method | Checks and maps service outlines to internal structure | 20091109 |
15 | ![]() |
Instance method | Private | Method | Checks and maps service outlines to internal structure upd. | 20091109 |
16 | ![]() |
Instance method | Private | Method | Map service packages for insert | 20091109 |
17 | ![]() |
Instance method | Private | Method | Map service packages for update | 20091106 |
18 | ![]() |
Instance method | Protected | Method | Raises event for logging mmsrv messages | 20091106 |
19 | ![]() |
Instance method | Public | Method | Read Service Packages | 20090810 |
20 | ![]() |
Instance method | Public | Method | Update Service Packages | 20090831 |
21 | ![]() |
Instance method | Public | Method | Updates operation related fields only | 20091125 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | APPEND_MMSRV_MESSAGES | Instance Event (0) |
Public (2) |
Appends messages to main application log | 20091005 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_SRV_IDENT | Public | See coding | 20091106 | BEGIN OF gty_srv_ident,
spack_key TYPE eam_s_tl_spack_ext_key,
spack_lines TYPE srv_service_line_tty,
spack_linex TYPE srv_service_linex_tty,
spack_outline TYPE srv_outline_tty,
spack_outlinex TYPE srv_outlinex_tty,
spack_contr_limits TYPE srv_contract_limits_tty,
spack_contr_limitsx TYPE srv_contract_limitsx_tty,
spack_limit TYPE srv_limit_data,
spack_limitx TYPE srv_limit_datax,
END OF gty_srv_ident
|
||
2 | GTY_SRV_IDENT_TAB | Public | See coding | 20091028 | gty_srv_ident_tab TYPE STANDARD TABLE OF gty_srv_ident
|
Method Signatures
Method CHECK_INTERNAL_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_MESSAGES | Call by reference | Type reference (TYPE) | SRV_MESSAGES_TTY | Table Type: MMSRV Messages | 20091106 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamic exception class for tasklist service packages | 20091106 |
Method CHECK_OPR_CONTROL_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_SRV_IDENT | Call by reference | Type reference (TYPE) | GTY_SRV_IDENT | Task List API: Service Packages external Keys | 20091116 | ||
2 | ![]() |
IS_PLPOD | Call by reference | Type reference (TYPE) | PLPOD | I/O table for task list operations and network activities | 20091124 | ||
3 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | STTAG | Key Date | 20091116 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamic exception class for tasklist service packages | 20091116 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_EAM_TL_SPACK has no parameter.
Method CLASS_CONSTRUCTOR on class CL_EAM_TL_SPACK has no exception.
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SPACK_IDENT | Call by reference | Type reference (TYPE) | GTY_SRV_IDENT_TAB | 20091106 | |||
2 | ![]() |
IT_SPACK_CONTR_LIMITS | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_CONTR_LIMITS | Task list API: Service package contract limits | 20091104 | ||
3 | ![]() |
IT_SPACK_LIMITS | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_LIMITS | Task list API: Service package limit data | 20091104 | ||
4 | ![]() |
IT_SPACK_LINES | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK | Task List API: Serviceline data detail | 20091030 | ||
5 | ![]() |
IT_SPACK_OUTLINES | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_OUTLINE | Task list API: Table containing service package outlines | 20091030 | ||
6 | ![]() |
IV_AENNR | Call by reference | Type reference (TYPE) | AENNR | Change Number | 20091026 | ||
7 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | STTAG | SY-DATUM | Key Date | 20091026 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamic exception class for tasklist service packages | 20091026 |
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_SPACK_CONTR_LIMITS | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_CONTR_LIMITS | Task list API: Service package contract limits | 20091105 | ||
2 | ![]() |
IT_SPACK_LIMITS | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_LIMITS | Task list API: Service package limit data | 20091123 | ||
3 | ![]() |
IT_SPACK_LINES | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK | Task List API: Serviceline data detail | 20091105 | ||
4 | ![]() |
IT_SPACK_OUTLINES | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_OUTLINE | Task list API: Table containing service package outlines | 20091105 | ||
5 | ![]() |
IV_PLNNR | Call by reference | Type reference (TYPE) | PLNNR | Key for Task List Group | 20091116 | ||
6 | ![]() |
IV_PLNTY | Call by reference | Type reference (TYPE) | PLNTY | Task List Type | 20091116 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamic exception class for tasklist service packages | 20091116 |
Method GENERATE_SRV_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_SRV_HEADER | Call by reference | Type reference (TYPE) | SRV_EXT_HEADER | External Header Data | 20091106 | ||
2 | ![]() |
CS_SRV_HEADERX | Call by reference | Type reference (TYPE) | SRV_EXT_HEADERX | Change Parameter: External Header Data | 20091106 | ||
3 | ![]() |
IS_PLPOD | Call by reference | Type reference (TYPE) | PLPOD | I/O table for task list operations and network activities | 20091124 | ||
4 | ![]() |
IS_SRV_KEY | Call by reference | Type reference (TYPE) | EAM_S_TL_SPACK_EXT_KEY | Task List API: Service Packages external Keys | 20091106 | ||
5 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | STTAG | Key Date | 20091106 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamic exception class for tasklist service packages | 20091106 |
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_EAM_TL_SPACK | Class for task list API service package | 20090804 |
Method GET_INSTANCE on class CL_EAM_TL_SPACK has no exception.
Method MAP_SERVICE_CONTR_LIMITS_INS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_SPACKS_IDENT | Call by reference | Type reference (TYPE) | GTY_SRV_IDENT_TAB | 20091109 | |||
2 | ![]() |
IT_SPACK_CONTR_LIMITS | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_CONTR_LIMITS | Task list API: Service package contract limits | 20091109 | ||
3 | ![]() |
IT_SPACK_CONTR_LIMITS_OLD | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_CONTR_LIMITS | Task list API: Service package contract limits | 20091116 | ||
4 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | STTAG | Key Date | 20091109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamic exception class for tasklist service packages | 20091109 |
Method MAP_SERVICE_CONTR_LIMITS_UPD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_SPACKS_IDENT | Call by reference | Type reference (TYPE) | GTY_SRV_IDENT_TAB | 20091109 | |||
2 | ![]() |
IT_SPACK_CONTR_LIMITS | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_CONTR_LIMITS | Task list API: Service package contract limits | 20091109 | ||
3 | ![]() |
IT_SPACK_CONTR_LIMITS_OLD | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_CONTR_LIMITS | Task list API: Service package contract limits | 20091109 | ||
4 | ![]() |
IT_SPACK_CONTR_LIMITS_UP | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_CONTR_LIMITS_UP | Task list API: Update flags for service contract limits | 20091109 | ||
5 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | STTAG | Key Date | 20091109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamic exception class for tasklist service packages | 20091124 |
Method MAP_SERVICE_LIMITS_INS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_SPACKS_IDENT | Call by reference | Type reference (TYPE) | GTY_SRV_IDENT_TAB | 20091109 | |||
2 | ![]() |
IT_SPACK_LIMITS | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_LIMITS | Task list API: Service package limit data | 20091109 | ||
3 | ![]() |
IT_SPACK_LIMITS_OLD | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_LIMITS | Task list API: Service package limit data | 20091109 | ||
4 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | STTAG | Key Date | 20091109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamic exception class for tasklist service packages | 20091109 |
Method MAP_SERVICE_LIMITS_UPD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_SPACKS_IDENT | Call by reference | Type reference (TYPE) | GTY_SRV_IDENT_TAB | 20091109 | |||
2 | ![]() |
IT_SPACK_LIMITS | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_LIMITS | Task list API: Service package limit data | 20091109 | ||
3 | ![]() |
IT_SPACK_LIMITS_OLD | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_LIMITS | Task list API: Service package limit data | 20091109 | ||
4 | ![]() |
IT_SPACK_LIMITS_UP | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_LIMITS_UP | Task list API: Update flags for service limit data | 20091109 | ||
5 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | STTAG | Key Date | 20091109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamic exception class for tasklist service packages | 20091116 |
Method MAP_SERVICE_LINES_INS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_SPACKS_IDENT | Call by reference | Type reference (TYPE) | GTY_SRV_IDENT_TAB | 20091109 | |||
2 | ![]() |
IT_SPACK_LINES | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK | Task List API: Serviceline data detail | 20091109 | ||
3 | ![]() |
IT_SPACK_LINES_OLD | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK | Task List API: Serviceline data detail | 20091109 | ||
4 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | STTAG | Key Date | 20091109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamic exception class for tasklist service packages | 20091109 |
Method MAP_SERVICE_LINES_UPD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_SPACKS_IDENT | Call by reference | Type reference (TYPE) | GTY_SRV_IDENT_TAB | 20091109 | |||
2 | ![]() |
IT_SPACK_LINES | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK | Task List API: Serviceline data detail | 20091109 | ||
3 | ![]() |
IT_SPACK_LINES_OLD | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK | Task List API: Serviceline data detail | 20091109 | ||
4 | ![]() |
IT_SPACK_LINES_UP | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_UPDX | Update structure for MM-SRV Services in Tasklist | 20091109 | ||
5 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | STTAG | Key Date | 20091109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamic exception class for tasklist service packages | 20091124 |
Method MAP_SERVICE_OUTLINES_INS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_SPACKS_IDENT | Call by reference | Type reference (TYPE) | GTY_SRV_IDENT_TAB | 20091109 | |||
2 | ![]() |
IT_SPACK_OUTLINES | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_OUTLINE | Task list API: Table containing service package outlines | 20091109 | ||
3 | ![]() |
IT_SPACK_OUTLINES_OLD | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_OUTLINE | Task list API: Table containing service package outlines | 20091116 | ||
4 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | STTAG | Key Date | 20091109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamic exception class for tasklist service packages | 20091116 |
Method MAP_SERVICE_OUTLINES_UPD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_SPACKS_IDENT | Call by reference | Type reference (TYPE) | GTY_SRV_IDENT_TAB | 20091109 | |||
2 | ![]() |
IT_SPACK_OUTLINES | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_OUTLINE | Task list API: Table containing service package outlines | 20091109 | ||
3 | ![]() |
IT_SPACK_OUTLINES_OLD | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_OUTLINE | Task list API: Table containing service package outlines | 20091109 | ||
4 | ![]() |
IT_SPACK_OUTLINES_UP | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_OUTLINES_UP | Task list API: Flag structure for service pack outlines | 20091109 | ||
5 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | STTAG | Key Date | 20091109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamic exception class for tasklist service packages | 20091124 |
Method MAP_TO_INTERNAL_TABLE_INS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SPACKS_IDENT | Call by reference | Type reference (TYPE) | GTY_SRV_IDENT_TAB | 20091109 | |||
2 | ![]() |
IT_SPACK_CONTR_LIMITS | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_CONTR_LIMITS | Task list API: Service package contract limits | 20091109 | ||
3 | ![]() |
IT_SPACK_LIMITS | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_LIMITS | Task list API: Service package limit data | 20091109 | ||
4 | ![]() |
IT_SPACK_LINES | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK | Task List API: Serviceline data detail | 20091109 | ||
5 | ![]() |
IT_SPACK_OUTLINES | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_OUTLINE | Task list API: Table containing service package outlines | 20091109 | ||
6 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | STTAG | Key Date | 20091109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamic exception class for tasklist service packages | 20091109 |
Method MAP_TO_INTERNAL_TABLE_UPD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SPACKS_IDENT | Call by reference | Type reference (TYPE) | GTY_SRV_IDENT_TAB | 20091109 | |||
2 | ![]() |
IT_SPACK_CONTR_LIMITS | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_CONTR_LIMITS | Task list API: Service package contract limits | 20091109 | ||
3 | ![]() |
IT_SPACK_CONTR_LIMITS_UP | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_CONTR_LIMITS_UP | Task list API: Update flags for service contract limits | 20091109 | ||
4 | ![]() |
IT_SPACK_LIMITS | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_LIMITS | Task list API: Service package limit data | 20091109 | ||
5 | ![]() |
IT_SPACK_LIMITS_UP | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_LIMITS_UP | Task list API: Update flags for service limit data | 20091109 | ||
6 | ![]() |
IT_SPACK_LINES | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK | Task List API: Serviceline data detail | 20091109 | ||
7 | ![]() |
IT_SPACK_LINES_UP | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_UPDX | Update structure for MM-SRV Services in Tasklist | 20091109 | ||
8 | ![]() |
IT_SPACK_OUTLINES | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_OUTLINE | Task list API: Table containing service package outlines | 20091109 | ||
9 | ![]() |
IT_SPACK_OUTLINES_UP | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_OUTLINES_UP | Task list API: Flag structure for service pack outlines | 20091109 | ||
10 | ![]() |
IV_AENNR | Call by reference | Type reference (TYPE) | AENNR | Change Number | 20091109 | ||
11 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | STTAG | Key Date | 20091109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamic exception class for tasklist service packages | 20091116 |
Method RAISE_APPEND_MMSRV_MSG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_MESSAGES | Call by reference | Type reference (TYPE) | SRV_MESSAGES_TTY | Table Type: MMSRV Messages | 20091106 |
Method RAISE_APPEND_MMSRV_MSG on class CL_EAM_TL_SPACK has no exception.
Method READ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SPACK_CONTR_LIMITS | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_CONTR_LIMITS | Task list API: Table containing service package outlines | 20091103 | ||
2 | ![]() |
ET_SPACK_LIMITS | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_LIMITS | Task list API: Service package limit data | 20091103 | ||
3 | ![]() |
ET_SPACK_LINES | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK | Task List API: Serviceline data detail | 20091028 | ||
4 | ![]() |
ET_SPACK_OUTLINES | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_OUTLINE | EAM mm service outline table containing packno | 20091028 | ||
5 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | SY-DATUM | Current Date of Application Server | 20090810 | ||
6 | ![]() |
IV_PLNAL | Call by reference | Type reference (TYPE) | PLNAL | Group Counter | 20090810 | ||
7 | ![]() |
IV_PLNNR | Call by reference | Type reference (TYPE) | PLNNR | Key for Task List Group | 20090810 | ||
8 | ![]() |
IV_PLNTY | Call by reference | Type reference (TYPE) | PLNTY | Task List Type | 20090810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamic exception class for tasklist service packages | 20091103 |
Method UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_SPACK_CONTR_LIMITS | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_CONTR_LIMITS | Task list API: Service package contract limits | 20091110 | ||
2 | ![]() |
IT_SPACK_CONTR_LIMITS_UP | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_CONTR_LIMITS_UP | Task list API: Update flags for service contract limits | 20091110 | ||
3 | ![]() |
IT_SPACK_LIMITS | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_LIMITS | Task list API: Service package limit data | 20091110 | ||
4 | ![]() |
IT_SPACK_LIMITS_UP | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_LIMITS_UP | Task list API: Update flags for service limit data | 20091110 | ||
5 | ![]() |
IT_SPACK_LINES | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK | Task List API: Serviceline data detail | 20091110 | ||
6 | ![]() |
IT_SPACK_LINES_UP | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_UPDX | Update Structure MM-SRV for PM Tasklist | 20091110 | ||
7 | ![]() |
IT_SPACK_OUTLINES | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_OUTLINE | Task list API: Table containing service package outlines | 20091110 | ||
8 | ![]() |
IT_SPACK_OUTLINES_UP | Call by reference | Type reference (TYPE) | EAM_T_TL_SPACK_OUTLINES_UP | Task list API: Flag structure for service pack outlines | 20091110 | ||
9 | ![]() |
IV_AENNR | Call by reference | Type reference (TYPE) | AENNR | Change Number | 20091110 | ||
10 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | STTAG | SY-DATUM | Key Date | 20091110 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamic exception class for tasklist service packages | 20091020 |
Method UPDATE_OPR_RELATED_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_PLPOD | Call by reference | Type reference (TYPE) | PLPOD | I/O table for task list operations and network activities | 20091125 | ||
2 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | STTAG | Key Date | 20091125 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Dynamic exception class for tasklist service packages | 20091125 |
Event Signatures
Event APPEND_MMSRV_MESSAGES Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | EO_LOG_ENTRY | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_EAM_TL_CX_LOG_ENTRY | Log entry for task list log | 20091117 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 605 |