SAP ABAP Interface IF_LXE_PP_TRANSPORT (Transport Methods)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DOC-TTL (Application Component) Translation Tools
⤷
SLXE_PP (Package) Translation - Proposal Pool

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_LXE_PP1_TRANSPORT | Transport | 20120503 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_LXE_PP3_TRANSPORT | Transport | 20121008 |
Properties
Interface | IF_LXE_PP_TRANSPORT | |
Short Description | Transport Methods |
General Data
Package | SLXE_PP | Translation - Proposal Pool |
Created | 20120503 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_LXE_PP_TRANSPORT has no interface.
Friends
Interface IF_LXE_PP_TRANSPORT has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_TRP_TYPE_ABB | Constant | Public | Type reference (TYPE) | T_TRP_TYPE | 'PPA' | Proposal Transport Type | 20120618 | |
2 | C_TRP_TYPE_EXC | Constant | Public | Type reference (TYPE) | T_TRP_TYPE | 'PPX' | Proposal Transport Type | 20120618 | |
3 | C_TRP_TYPE_STD | Constant | Public | Type reference (TYPE) | T_TRP_TYPE | 'PP ' | Proposal Transport Type | 20120618 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get Handle for DB Access | 20120622 |
2 | ![]() |
Instance method | Public | Method | Get All Existing DB Language Pairs | 20120622 |
Events
Interface IF_LXE_PP_TRANSPORT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_P_EXP | Public | See coding | 20120618 | tt_p_exp TYPE SORTED TABLE OF t_p_exp WITH UNIQUE KEY ptype sstring tstring domain
|
||
2 | T_P_EXP | Public | See coding | 20120618 | BEGIN OF t_p_exp,
ptype TYPE lxepptype,
sstring TYPE string,
tstring TYPE string,
domain TYPE lxedomanam,
qstatus TYPE lxepp_stat,
f_name TYPE uname,
f_date TYPE datum,
l_name TYPE uname,
l_date TYPE datum,
END OF t_p_exp
|
||
3 | T_RESULT | Public | See coding | 20120515 | BEGIN OF t_result,
standard_total TYPE i,
standard_used TYPE i,
abbrev_total TYPE i,
abbrev_used TYPE i,
exception_total TYPE i,
exception_used TYPE i,
error TYPE i,
END OF t_result
|
||
4 | T_TRP_TYPE | Public | See coding | 20120618 | t_trp_type TYPE c LENGTH 3
|
Method Signatures
Method CREATE_HANDLE_DB_READ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CHANGE_DATE_END | Call by reference | Type reference (TYPE) | DATUM | '99991231' | Change Date (to) | 20120622 | |
2 | ![]() |
I_CHANGE_DATE_START | Call by reference | Type reference (TYPE) | DATUM | '19000101' | Change Date (from) | 20120622 | |
3 | ![]() |
I_CHANGE_USER | Call by reference | Type reference (TYPE) | UNAME | '*' | Change User | 20120622 | |
4 | ![]() |
I_CREATE_DATE_END | Call by reference | Type reference (TYPE) | DATUM | '99991231' | Creation Date (to) | 20120622 | |
5 | ![]() |
I_CREATE_DATE_START | Call by reference | Type reference (TYPE) | DATUM | '19000101' | Creation Date (from) | 20120622 | |
6 | ![]() |
I_CREATE_USER | Call by reference | Type reference (TYPE) | UNAME | '*' | Creation User | 20120622 | |
7 | ![]() |
I_DELETED | Call by reference | Type reference (TYPE) | LXEBOOL | ABAP_FALSE | Include Deleted Proposals | 20120622 | |
8 | ![]() |
I_DOMAIN | Call by reference | Type reference (TYPE) | LXEDOMANAM | '*' | Domain Name | 20120622 | |
9 | ![]() |
I_GET_ABB | Call by reference | Type reference (TYPE) | LXEBOOL | Get Abbreviations | 20120622 | ||
10 | ![]() |
I_GET_EXC | Call by reference | Type reference (TYPE) | LXEBOOL | Get Exceptions | 20120622 | ||
11 | ![]() |
I_GET_STD | Call by reference | Type reference (TYPE) | LXEBOOL | Get Standards | 20120622 | ||
12 | ![]() |
I_MAX_QSTATUS | Call by reference | Type reference (TYPE) | LXEPP_STAT | '99' | Maximum Quality Status | 20120622 | |
13 | ![]() |
I_MIN_QSTATUS | Call by reference | Type reference (TYPE) | LXEPP_STAT | '01' | Minimum Quality Status | 20120622 | |
14 | ![]() |
I_SRC_LANG | Call by reference | Type reference (TYPE) | LXEISOLANG | Source Language | 20120622 | ||
15 | ![]() |
I_TGT_LANG | Call by reference | Type reference (TYPE) | LXEISOLANG | Target Language | 20120622 | ||
16 | ![]() |
R_HANDLE | Value transfer | Object reference (TYPE REF TO) | IF_LXE_PP_DB_READ | Read Date Package from DB | 20120622 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Proposal Pool | 20120622 |
Method GET_DB_LANG_PAIRS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SRC_LANG | Call by reference | Type reference (TYPE) | LXEISOLANG | SPACE | Source Language | 20120622 | |
2 | ![]() |
I_TGT_LANG | Call by reference | Type reference (TYPE) | LXEISOLANG | SPACE | Target Language | 20120622 | |
3 | ![]() |
RT_LANG_PAIRS | Value transfer | Type reference (TYPE) | LXE_TT_LANGPAIR | Language Pairs | 20120622 |
Method GET_DB_LANG_PAIRS on Interface IF_LXE_PP_TRANSPORT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |