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 IF_LXE_PP_TRANSPORT 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 ABB_DONE Instance attribute Private Type reference (TYPE) LXEBOOL Abbreviations Finished 20120622
2 CHANGE_DATE_END Instance attribute Private Type reference (TYPE) DATUM Change Date (to) 20120622
3 CHANGE_DATE_START Instance attribute Private Type reference (TYPE) DATUM Change Date (from) 20120622
4 CHANGE_USER Instance attribute Private Type reference (TYPE) UNAME Change User 20120622
5 CREATE_DATE_END Instance attribute Private Type reference (TYPE) DATUM Creation Date (to) 20120622
6 CREATE_DATE_START Instance attribute Private Type reference (TYPE) DATUM Creation Date (from) 20120622
7 CREATE_USER Instance attribute Private Type reference (TYPE) UNAME Creation User 20120622
8 CURSOR Instance attribute Private Type reference (TYPE) CURSOR DB Cursor 20120622
9 C_PACKAGE_SIZE Constant Private Type reference (TYPE) INT4 50000 Natural number 20120627
10 DOMAIN Instance attribute Private Type reference (TYPE) LXEDOMANAM Domain Name 20120622
11 EXC_DONE Instance attribute Private Type reference (TYPE) LXEBOOL Exceptions Finished 20120622
12 GET_ABB Instance attribute Private Type reference (TYPE) LXEBOOL Get Abbreviations 20120622
13 GET_EXC Instance attribute Private Type reference (TYPE) LXEBOOL Get Exceptions 20120622
14 GET_STD Instance attribute Private Type reference (TYPE) LXEBOOL Get Standards 20120622
15 MAX_QSTATUS Instance attribute Private Type reference (TYPE) LXEPP_STAT Maximum Quality Status 20120622
16 MIN_QSTATUS Instance attribute Private Type reference (TYPE) LXEPP_STAT Minimum Quality Status 20120622
17 SRC_LANG Instance attribute Private Type reference (TYPE) LXEISOLANG Source Language 20120622
18 STD_DONE Instance attribute Private Type reference (TYPE) LXEBOOL Standards Finished 20120622
19 TABLE Instance attribute Private Type reference (TYPE) TABNAME Table Name 20120622
20 TGT_LANG Instance attribute Private Type reference (TYPE) LXEISOLANG Target Language 20120622
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120622
2 CONVERT_TAB_ABB Instance method Private Method Convert to Export Format 20120622
3 CONVERT_TAB_EXC Instance method Private Method Convert to Export Format 20120622
4 CONVERT_TAB_STD Instance method Private Method Convert to Export Format 20120622
5 GET_ABBREVIATIONS Instance method Private Method Get Abbreviations 20120622
6 GET_CHUNK_STD Instance method Private Method Get Data Chunk 20120622
7 GET_EXCEPTIONS Instance method Private Method Get Exceptions 20120622
8 GET_NEXT_TABLE Instance method Private Method Get Next Table 20120622
9 GET_STRING Instance method Private Method Get Text as String 20120622
10 OPEN_CURSOR 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 Importing I_CHANGE_DATE_END Call by reference Type reference (TYPE) DATUM Change Date (to) 20120622
2 Importing I_CHANGE_DATE_START Call by reference Type reference (TYPE) DATUM Change Date (from) 20120622
3 Importing I_CHANGE_USER Call by reference Type reference (TYPE) UNAME Change User 20120622
4 Importing I_CREATE_DATE_END Call by reference Type reference (TYPE) DATUM Creation Date (to) 20120622
5 Importing I_CREATE_DATE_START Call by reference Type reference (TYPE) DATUM Creation Date (from) 20120622
6 Importing I_CREATE_USER Call by reference Type reference (TYPE) UNAME Creation User 20120622
7 Importing I_DOMAIN Call by reference Type reference (TYPE) LXEDOMANAM Domain Name 20120622
8 Importing I_GET_ABB Call by reference Type reference (TYPE) LXEBOOL Get Abbreviations 20120622
9 Importing I_GET_EXC Call by reference Type reference (TYPE) LXEBOOL Get Exceptions 20120622
10 Importing I_GET_STD Call by reference Type reference (TYPE) LXEBOOL Get Standards 20120622
11 Importing I_MAX_QSTATUS Call by reference Type reference (TYPE) LXEPP_STAT Maximum Quality Status 20120622
12 Importing I_MIN_QSTATUS Call by reference Type reference (TYPE) LXEPP_STAT Minimum Quality Status 20120622
13 Importing I_SRC_LANG Call by reference Type reference (TYPE) LXEISOLANG Source Language 20120622
14 Importing 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 Exporting ET_PP Call by reference Type reference (TYPE) IF_LXE_PP_TRANSPORT=>TT_P_EXP 20120622
2 Importing IT_PPA Call by reference Type reference (TYPE) TT_PPA Proposal Pool 20120622
# Exception Resumable Description Created on
1 CX_LXE_PP Proposal Pool 20120622

Method CONVERT_TAB_EXC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PP Call by reference Type reference (TYPE) IF_LXE_PP_TRANSPORT=>TT_P_EXP 20120622
2 Importing IT_PPX Call by reference Type reference (TYPE) TT_PPX Proposal Pool 20120622
# Exception Resumable Description Created on
1 CX_LXE_PP Proposal Pool 20120622

Method CONVERT_TAB_STD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PP Call by reference Type reference (TYPE) IF_LXE_PP_TRANSPORT=>TT_P_EXP 20120622
2 Importing IT_PP1 Call by reference Type reference (TYPE) TT_PP1 Proposal Pool 20120622
# Exception Resumable Description Created on
1 CX_LXE_PP Proposal Pool 20120622

Method GET_ABBREVIATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PP Call by reference Type reference (TYPE) IF_LXE_PP_TRANSPORT=>TT_P_EXP Proposal Table 20120622
# Exception Resumable Description Created on
1 CX_LXE_PP Proposal Pool 20120622

Method GET_CHUNK_STD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PP Call by reference Type reference (TYPE) IF_LXE_PP_TRANSPORT=>TT_P_EXP Proposal Table 20120622
2 Exporting E_DONE Call by reference Type reference (TYPE) LXEBOOL Selection Finished 20130219
# Exception Resumable Description Created on
1 CX_LXE_PP Proposal Pool 20120622

Method GET_EXCEPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PP Call by reference Type reference (TYPE) IF_LXE_PP_TRANSPORT=>TT_P_EXP Proposal Table 20120622
# Exception Resumable Description Created on
1 CX_LXE_PP Proposal Pool 20120622

Method GET_NEXT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 Importing I_HASH Call by reference Type reference (TYPE) LXE_PPHASH Hash 20120622
2 Returning R_STRING Value transfer Type reference (TYPE) STRING 20120622
# Exception Resumable Description Created on
1 CX_LXE_PP 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