SAP ABAP Class CL_FDT_WD_TRANS_ANALYSIS_MODEL (FDT WD: Model class for transport analysis tool)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_WD_TOOLS (Package) BRFplus: Tools in Web Dynpro UI

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_WD_MODEL | FDT WD: Model for Web Dynpro (abstract) | 20080705 |
Properties
Class | CL_FDT_WD_TRANS_ANALYSIS_MODEL | |
Short Description | FDT WD: Model class for transport analysis tool | |
Super Class | CL_FDT_WD_MODEL | FDT WD: Model for Web Dynpro (abstract) |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SFDT_WD_TOOLS | BRFplus: Tools in Web Dynpro UI |
Created | 20080705 | SAP |
Last change | 20130531 | 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) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FDT_WD_TRANS_ANALYSIS_MODEL has no interface implemented.
Friends
Class CL_FDT_WD_TRANS_ANALYSIS_MODEL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'IMPORTED_TRANSPORTS' | 20100901 | ||
2 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'MODEL' | 20080711 | ||
3 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'OPEN_TRANSPORTS' | 20100901 | ||
4 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'PROTOCOL' | 20080723 | ||
5 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'TRANSPORT_DATA_IMP' | 20100901 | ||
6 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'TRANSPORT_DATA_OPEN' | 20100901 | ||
7 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'FDT_WD_TRANS_IMP' | 20100901 | ||
8 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'FDT_WD_TRANS_OPEN' | 20100901 | ||
9 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'TR_DATA' | 20100901 | ||
10 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'TR_DETAILS' | 20100901 | ||
11 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'TR_OBJ_DATA' | 20100901 | ||
12 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'TR_REQ_DATA' | 20100901 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | T_TRANSPORT_DATA | 20101028 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Check and correct the trasnports | 20080706 |
2 | ![]() |
Static method | Private | Method | get the existing IDs from a table of entries | 20101008 |
3 | ![]() |
Static method | Public | Method | Get Objects IDs for a Branch | 20080724 |
4 | ![]() |
Static method | Public | Method | Get all Open transports for a user. | 20080728 |
5 | ![]() |
Instance method | Private | Method | Get the transport data | 20080728 |
Events
Class CL_FDT_WD_TRANS_ANALYSIS_MODEL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_TRANSPORT_DATA | Private | See coding | 20101028 | BEGIN OF s_TRANSPORT_DATA,
tr_request TYPE trkorr,
sort_order type fdt_wd_trans_analysis_sort,
transport_data type fdts_wd_transport_data,
tr_obj_data type fdtt_wd_trans_analysis,
end of s_transport_data
|
||
2 | S_TRREQUEST | Public | See coding | 20080728 | BEGIN OF s_TRREQUEST,
TRSTATUS type TRSTATUS,
trkorr TYPE trkorr,
tr_text type string,
END OF s_TRREQUEST
|
||
3 | T_TRANSPORT_DATA | Private | See coding | 20101028 | t_transport_data type TABLE OF s_transport_data with key tr_request sort_order
|
||
4 | T_TRREQUESTS | Public | See coding | 20080728 | T_TRREQUESTS TYPE STANDARD TABLE OF s_TRREQUEST
|
Method Signatures
Method CHECK_CORRECT_TRANSPORTS Signature
Method CHECK_CORRECT_TRANSPORTS on class CL_FDT_WD_TRANS_ANALYSIS_MODEL has no parameter.
Method CHECK_CORRECT_TRANSPORTS on class CL_FDT_WD_TRANS_ANALYSIS_MODEL has no exception.
Method GET_EXISTING_IDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_EXISTING_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_OBJECT_ID | Object IDs as sorted table | 20101008 | ||
2 | ![]() |
ITS_OBJECT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_OBJECT_ID | Object IDs as sorted table | 20101008 | ||
3 | ![]() |
IV_TABLE_TYPE | Call by reference | Type reference (TYPE) | FDT_TABLE_TYPE | FDT: Table Type | 20101008 |
Method GET_EXISTING_IDS on class CL_FDT_WD_TRANS_ANALYSIS_MODEL has no exception.
Method GET_OBJECT_IDS_FOR_BRANCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | FDTT_WD_TRANS_ANALYSIS | FDT WD transport analysis tool- Table data | 20080724 | ||
2 | ![]() |
IV_APPLN_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20080724 | ||
3 | ![]() |
IV_OBJ_TYPE | Call by reference | Type reference (TYPE) | FDT_OBJECT_TYPE | FDT: Object Type | 20080724 | ||
4 | ![]() |
IV_SORT_ORDER | Call by reference | Type reference (TYPE) | FDT_WD_TRANS_ANALYSIS_SORT | FDT WD: For storing the sort order choice | 20080724 | ||
5 | ![]() |
IV_TAB | Call by reference | Type reference (TYPE) | STRING | 20080724 | |||
6 | ![]() |
IV_TABLE_TYPE | Call by reference | Type reference (TYPE) | FDT_TABLE_TYPE | FDT: Table Type | 20080724 | ||
7 | ![]() |
IV_TRREQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20080724 |
Method GET_OBJECT_IDS_FOR_BRANCH on class CL_FDT_WD_TRANS_ANALYSIS_MODEL has no exception.
Method GET_OPEN_TRANSPORTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_TANSPORTS | Call by reference | Type reference (TYPE) | T_TRREQUESTS | 20080728 | |||
2 | ![]() |
IV_UNAME | Call by reference | Type reference (TYPE) | TR_AS4USER | Owner of a Request or Task | 20080728 |
Method GET_OPEN_TRANSPORTS on class CL_FDT_WD_TRANS_ANALYSIS_MODEL has no exception.
Method GET_TRANSPORT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_TRANSPORT_DATA | Call by reference | Type reference (TYPE) | FDTS_WD_TRANSPORT_DATA | FDT: Structure for basic transport details. | 20080728 | ||
2 | ![]() |
ET_TABLE_DATA | Call by reference | Type reference (TYPE) | FDTT_WD_TRANS_ANALYSIS | FDT WD transport analysis tool- Table data | 20080728 | ||
3 | ![]() |
IV_SORT_ORDER | Call by reference | Type reference (TYPE) | FDT_WD_TRANS_ANALYSIS_SORT | FDT WD: For storing the sort order choice | 20080728 | ||
4 | ![]() |
IV_TRREQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20080728 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20101008 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 712 |