SAP ABAP Class /IWFND/CL_TRANSPORT (Helper class for transport requests)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CS (Application Component) IWF Common Services
⤷
/IWFND/DST_COMMON (Package) GW Framework - Design Time Common Components

⤷

⤷

Properties
Class | /IWFND/CL_TRANSPORT | |
Short Description | Helper class for transport requests | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /IWFND/DST_COMMON | GW Framework - Design Time Common Components |
Created | 20090709 | SAP |
Last change | 20141120 | |
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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /IWFND/CL_TRANSPORT has no interface implemented.
Friends
Class /IWFND/CL_TRANSPORT has no friend class.
Attributes
Class /IWFND/CL_TRANSPORT has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | appends dev objects to a transport request | 20100330 |
2 | ![]() |
Static method | Private | Method | Append Objects to a Task | 20120308 |
3 | ![]() |
Static method | Public | Method | appends table content to a transport request | 20090709 |
4 | ![]() |
Static method | Public | Method | appends table content to a transport request w/o commit | 20100913 |
5 | ![]() |
Static method | Private | Method | Get keylength of specified table | 20120308 |
6 | ![]() |
Static method | Private | Method | Request/Task ? | 20120308 |
Events
Class /IWFND/CL_TRANSPORT has no event.
Types
Class /IWFND/CL_TRANSPORT has no local type.
Method Signatures
Method APPEND_OBJECT_TO_TRANSPORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CV_TR_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | the transport request number | 20100330 | ||
2 | ![]() |
IT_OBJECTS | Call by reference | Type reference (TYPE) | TR_OBJECTS | 20100330 | |||
3 | ![]() |
IV_LOCK_OBJECTS | Call by reference | Type reference (TYPE) | XFELD | Lock Objects | 20110714 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Transport Exception | 20100330 |
Method APPEND_TO_TASK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_E071 | Call by reference | Type reference (TYPE) | TR_OBJECTS | Objects | 20120308 | ||
2 | ![]() |
IT_E071K | Call by reference | Type reference (TYPE) | TR_KEYS | Table Keys | 20120308 | ||
3 | ![]() |
IV_TRANSPORT | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20120308 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Transport Exception | 20120308 |
Method APPEND_TO_TRANSPORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CV_TR_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | the transport request number | 20090709 | ||
2 | ![]() |
IT_CONTENT | Call by reference | Type reference (TYPE) | ANY TABLE | the table entriescontaining only key fields or cpl value set | 20090709 | ||
3 | ![]() |
IV_COMPONENT_ID | Call by reference | Type reference (TYPE) | /IWFND/DST_SELECTION_COMPONENT | optinal value if dynamic transport management for deletion | 20091215 | ||
4 | ![]() |
IV_KEYLENGTH | Call by reference | Type reference (TYPE) | I | the length of the key values, see DDIC | 20090709 | ||
5 | ![]() |
IV_KEY_COMP_NUMBER | Call by reference | Type reference (TYPE) | I | 20100908 | |||
6 | ![]() |
IV_TABLENAME | Call by reference | Type reference (TYPE) | TABLENAM | the name of the table in upper cases | 20090709 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Transport Exception | 20090713 |
Method APPEND_TO_TRANSPORT_WO_COMMIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CV_TR_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20100913 | ||
2 | ![]() |
IT_CONTENT | Call by reference | Type reference (TYPE) | ANY TABLE | 20100913 | |||
3 | ![]() |
IV_CREATE_GENERIC_KEY | Call by reference | Type reference (TYPE) | ABAP_BOOL | For tables which combined keys exeed 120 characters | 20140314 | ||
4 | ![]() |
IV_KEYLENGTH | Call by reference | Type reference (TYPE) | I | 20100913 | |||
5 | ![]() |
IV_KEY_COMP_NUMBER | Call by reference | Type reference (TYPE) | I | 20100913 | |||
6 | ![]() |
IV_TABLENAME | Call by reference | Type reference (TYPE) | TABLENAM | Name of table to be processed | 20100913 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100913 |
Method GET_TABLENAME_KEYLENGTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TABLENAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20120308 | ||
2 | ![]() |
RV_KEYLENGTH | Value transfer | Type reference (TYPE) | I | 20120308 |
Method GET_TABLENAME_KEYLENGTH on class /IWFND/CL_TRANSPORT has no exception.
Method IS_TASK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TR_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20120308 | ||
2 | ![]() |
RV_TASK | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20120308 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Transport Exception | 20120308 |
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 100 |