SAP ABAP Class CL_LXE_PP3_READ_DB (Proposal Pool File Export)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-TTL (Application Component) Translation Tools
     SLXE_PP3 (Package) Proposal Pool Test
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 20121008
Properties
Class CL_LXE_PP3_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_PP3   Proposal Pool Test 
Created 20121008   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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)
2 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 20121008
Friends
Class CL_LXE_PP3_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 20121008
2 CHANGE_DATE_END Instance attribute Private Type reference (TYPE) DATUM Change Date (to) 20121008
3 CHANGE_DATE_START Instance attribute Private Type reference (TYPE) DATUM Change Date (from) 20121008
4 CHANGE_USER Instance attribute Private Type reference (TYPE) UNAME Change User 20121008
5 CREATE_DATE_END Instance attribute Private Type reference (TYPE) DATUM Creation Date (to) 20121008
6 CREATE_DATE_START Instance attribute Private Type reference (TYPE) DATUM Creation Date (from) 20121008
7 CREATE_USER Instance attribute Private Type reference (TYPE) UNAME Creation User 20121008
8 CURSOR Instance attribute Private Type reference (TYPE) CURSOR DB Cursor 20121008
9 C_PACKAGE_SIZE Constant Private Type reference (TYPE) INT4 30000 Natural number 20121008
10 DOMAIN Instance attribute Private Type reference (TYPE) LXEDOMANAM Domain Name 20121008
11 FULL_DONE Instance attribute Private Type reference (TYPE) LXEBOOL Standards Finished 20121008
12 GET_ABB Instance attribute Private Type reference (TYPE) LXEBOOL Get Abbreviations 20121008
13 GET_EXC Instance attribute Private Type reference (TYPE) LXEBOOL Get Exceptions 20121008
14 GET_STD Instance attribute Private Type reference (TYPE) LXEBOOL Get Standards 20121008
15 MAX_QSTATUS Instance attribute Private Type reference (TYPE) LXEPP_STAT Maximum Quality Status 20121008
16 MIN_QSTATUS Instance attribute Private Type reference (TYPE) LXEPP_STAT Minimum Quality Status 20121008
17 SRC_LANG Instance attribute Private Type reference (TYPE) LXEISOLANG Source Language 20121008
18 TGT_LANG Instance attribute Private Type reference (TYPE) LXEISOLANG Target Language 20121008
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20121008
2 CONVERT_TAB_ABB Instance method Private Method Convert to Export Format 20121008
3 CONVERT_TAB_STD Instance method Private Method Convert to Export Format 20121008
4 GET_ABBREVIATIONS Instance method Private Method Get Abbreviations 20121008
5 GET_CHUNK_FULL Instance method Private Method Get Data Chunk 20121008
6 OPEN_CURSOR Instance method Private Method Open Cursor 20121008
Events
Class CL_LXE_PP3_READ_DB has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_PP Private See coding 20121008 tt_pp TYPE STANDARD TABLE OF lxe_pp
2 TT_PPA Private See coding 20121008 tt_ppa TYPE STANDARD TABLE OF lxe_pp_abb
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) 20121008
2 Importing I_CHANGE_DATE_START Call by reference Type reference (TYPE) DATUM Change Date (from) 20121008
3 Importing I_CHANGE_USER Call by reference Type reference (TYPE) UNAME Change User 20121008
4 Importing I_CREATE_DATE_END Call by reference Type reference (TYPE) DATUM Creation Date (to) 20121008
5 Importing I_CREATE_DATE_START Call by reference Type reference (TYPE) DATUM Creation Date (from) 20121008
6 Importing I_CREATE_USER Call by reference Type reference (TYPE) UNAME Creation User 20121008
7 Importing I_DOMAIN Call by reference Type reference (TYPE) LXEDOMANAM Domain Name 20121008
8 Importing I_GET_ABB Call by reference Type reference (TYPE) LXEBOOL Get Abbreviations 20121008
9 Importing I_GET_EXC Call by reference Type reference (TYPE) LXEBOOL Get Exceptions 20121008
10 Importing I_GET_STD Call by reference Type reference (TYPE) LXEBOOL Get Standards 20121008
11 Importing I_MAX_QSTATUS Call by reference Type reference (TYPE) LXEPP_STAT Maximum Quality Status 20121008
12 Importing I_MIN_QSTATUS Call by reference Type reference (TYPE) LXEPP_STAT Minimum Quality Status 20121008
13 Importing I_SRC_LANG Call by reference Type reference (TYPE) LXEISOLANG Source Language 20121008
14 Importing I_TGT_LANG Call by reference Type reference (TYPE) LXEISOLANG Target Language 20121008

Method CONSTRUCTOR on class CL_LXE_PP3_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 Changing CT_PP_EXP Call by reference Type reference (TYPE) IF_LXE_PP_TRANSPORT=>TT_P_EXP 20121008
2 Importing IT_PPA Call by reference Type reference (TYPE) TT_PPA Proposal Pool 20121008
# Exception Resumable Description Created on
1 CX_LXE_PP Proposal Pool 20121008

Method CONVERT_TAB_STD Signature

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

Method GET_ABBREVIATIONS Signature

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

Method GET_CHUNK_FULL Signature

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

Method OPEN_CURSOR Signature

Method OPEN_CURSOR on class CL_LXE_PP3_READ_DB has no parameter.
Method OPEN_CURSOR on class CL_LXE_PP3_READ_DB has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740