SAP ABAP Class CL_LXE_PP1_READ_DB (Proposal Pool File Export)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DOC-TTL (Application Component) Translation Tools
⤷
SLXE_PP1 (Package) Proposal Pool

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_LXE_PP_DB_READ | Read Data Package from DB | 20120622 |
Properties
Class | CL_LXE_PP1_READ_DB | |
Short Description | Proposal Pool File Export | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SLXE_PP1 | Proposal Pool |
Created | 20120622 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_LXE_PP_DB_READ | Read Data Package from DB | 20120622 |
Friends
Class CL_LXE_PP1_READ_DB has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LXEBOOL | Abbreviations Finished | 20120622 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DATUM | Change Date (to) | 20120622 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DATUM | Change Date (from) | 20120622 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | UNAME | Change User | 20120622 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DATUM | Creation Date (to) | 20120622 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DATUM | Creation Date (from) | 20120622 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | UNAME | Creation User | 20120622 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CURSOR | DB Cursor | 20120622 | ||
9 | ![]() |
Constant | Private | Type reference (TYPE) | INT4 | 50000 | Natural number | 20120627 | |
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LXEDOMANAM | Domain Name | 20120622 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LXEBOOL | Exceptions Finished | 20120622 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LXEBOOL | Get Abbreviations | 20120622 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LXEBOOL | Get Exceptions | 20120622 | ||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LXEBOOL | Get Standards | 20120622 | ||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LXEPP_STAT | Maximum Quality Status | 20120622 | ||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LXEPP_STAT | Minimum Quality Status | 20120622 | ||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LXEISOLANG | Source Language | 20120622 | ||
18 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LXEBOOL | Standards Finished | 20120622 | ||
19 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TABNAME | Table Name | 20120622 | ||
20 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LXEISOLANG | Target Language | 20120622 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20120622 |
2 | ![]() |
Instance method | Private | Method | Convert to Export Format | 20120622 |
3 | ![]() |
Instance method | Private | Method | Convert to Export Format | 20120622 |
4 | ![]() |
Instance method | Private | Method | Convert to Export Format | 20120622 |
5 | ![]() |
Instance method | Private | Method | Get Abbreviations | 20120622 |
6 | ![]() |
Instance method | Private | Method | Get Data Chunk | 20120622 |
7 | ![]() |
Instance method | Private | Method | Get Exceptions | 20120622 |
8 | ![]() |
Instance method | Private | Method | Get Next Table | 20120622 |
9 | ![]() |
Instance method | Private | Method | Get Text as String | 20120622 |
10 | ![]() |
Instance method | Private | Method | Open Cursor | 20120622 |
Events
Class CL_LXE_PP1_READ_DB has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_PP1 | Private | See coding | 20120622 | tt_pp1 TYPE STANDARD TABLE OF lxe_pp___1
|
||
2 | TT_PPA | Private | See coding | 20120622 | tt_ppa TYPE STANDARD TABLE OF lxe_ppa__1
|
||
3 | TT_PPX | Private | See coding | 20120622 | tt_ppx TYPE STANDARD TABLE OF lxe_ppx__1
|
Method Signatures
Method CONSTRUCTOR 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 | Change Date (to) | 20120622 | ||
2 | ![]() |
I_CHANGE_DATE_START | Call by reference | Type reference (TYPE) | DATUM | 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 | Creation Date (to) | 20120622 | ||
5 | ![]() |
I_CREATE_DATE_START | Call by reference | Type reference (TYPE) | DATUM | Creation Date (from) | 20120622 | ||
6 | ![]() |
I_CREATE_USER | Call by reference | Type reference (TYPE) | UNAME | Creation User | 20120622 | ||
7 | ![]() |
I_DOMAIN | Call by reference | Type reference (TYPE) | LXEDOMANAM | Domain Name | 20120622 | ||
8 | ![]() |
I_GET_ABB | Call by reference | Type reference (TYPE) | LXEBOOL | Get Abbreviations | 20120622 | ||
9 | ![]() |
I_GET_EXC | Call by reference | Type reference (TYPE) | LXEBOOL | Get Exceptions | 20120622 | ||
10 | ![]() |
I_GET_STD | Call by reference | Type reference (TYPE) | LXEBOOL | Get Standards | 20120622 | ||
11 | ![]() |
I_MAX_QSTATUS | Call by reference | Type reference (TYPE) | LXEPP_STAT | Maximum Quality Status | 20120622 | ||
12 | ![]() |
I_MIN_QSTATUS | Call by reference | Type reference (TYPE) | LXEPP_STAT | Minimum Quality Status | 20120622 | ||
13 | ![]() |
I_SRC_LANG | Call by reference | Type reference (TYPE) | LXEISOLANG | Source Language | 20120622 | ||
14 | ![]() |
I_TGT_LANG | Call by reference | Type reference (TYPE) | LXEISOLANG | Target Language | 20120622 |
Method CONSTRUCTOR on class CL_LXE_PP1_READ_DB has no exception.
Method CONVERT_TAB_ABB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_PP | Call by reference | Type reference (TYPE) | IF_LXE_PP_TRANSPORT=>TT_P_EXP | 20120622 | |||
2 | ![]() |
IT_PPA | Call by reference | Type reference (TYPE) | TT_PPA | Proposal Pool | 20120622 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Proposal Pool | 20120622 |
Method CONVERT_TAB_EXC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_PP | Call by reference | Type reference (TYPE) | IF_LXE_PP_TRANSPORT=>TT_P_EXP | 20120622 | |||
2 | ![]() |
IT_PPX | Call by reference | Type reference (TYPE) | TT_PPX | Proposal Pool | 20120622 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Proposal Pool | 20120622 |
Method CONVERT_TAB_STD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_PP | Call by reference | Type reference (TYPE) | IF_LXE_PP_TRANSPORT=>TT_P_EXP | 20120622 | |||
2 | ![]() |
IT_PP1 | Call by reference | Type reference (TYPE) | TT_PP1 | Proposal Pool | 20120622 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Proposal Pool | 20120622 |
Method GET_ABBREVIATIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_PP | Call by reference | Type reference (TYPE) | IF_LXE_PP_TRANSPORT=>TT_P_EXP | Proposal Table | 20120622 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Proposal Pool | 20120622 |
Method GET_CHUNK_STD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_PP | Call by reference | Type reference (TYPE) | IF_LXE_PP_TRANSPORT=>TT_P_EXP | Proposal Table | 20120622 | ||
2 | ![]() |
E_DONE | Call by reference | Type reference (TYPE) | LXEBOOL | Selection Finished | 20130219 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Proposal Pool | 20120622 |
Method GET_EXCEPTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_PP | Call by reference | Type reference (TYPE) | IF_LXE_PP_TRANSPORT=>TT_P_EXP | Proposal Table | 20120622 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Proposal Pool | 20120622 |
Method GET_NEXT_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_FOUND | Value transfer | Type reference (TYPE) | LXEBOOL | Boolean | 20120622 |
Method GET_NEXT_TABLE on class CL_LXE_PP1_READ_DB has no exception.
Method GET_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_HASH | Call by reference | Type reference (TYPE) | LXE_PPHASH | Hash | 20120622 | ||
2 | ![]() |
R_STRING | Value transfer | Type reference (TYPE) | STRING | 20120622 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Proposal Pool | 20120622 |
Method OPEN_CURSOR Signature
Method OPEN_CURSOR on class CL_LXE_PP1_READ_DB has no parameter.
Method OPEN_CURSOR on class CL_LXE_PP1_READ_DB has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |