SAP ABAP Class CL_LXE_PPAT_CONTROLLER (Controller class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-TTL (Application Component) Translation Tools
     SLXE_PPAT (Package) Proposal Pool Analysis Tool
Properties
Class CL_LXE_PPAT_CONTROLLER  
Short Description Controller class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLXE_PPAT   Proposal Pool Analysis Tool 
Created 20120524   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 CL_LXE_PPAT_CONTROLLER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_LXE_PPAT_OPERATOR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 IF_LXE_PP_PPAT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_LXE_PPAT_CONTROLLER has no interface implemented.
Friends
Class CL_LXE_PPAT_CONTROLLER has no friend class.
Attributes
Class CL_LXE_PPAT_CONTROLLER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 AUTO_DELETE Static method Public Method 20121030
2 CHECK_LIST_NUM Static method Public Method Check the valid worklist/object list 20121212
3 DELETE Static method Public Method 20120524
4 DISPLAY Static method Public Method 20120524
5 GENERATE Static method Public Method 20120703
6 GENERATE_BATCH Static method Public Method 20121018
7 GET_EXTRA_STATUS Static method Private Method 20120829
8 GET_RUNS Static method Public Method 20120625
9 REFRESH Static method Private Method 20120702
Events
Class CL_LXE_PPAT_CONTROLLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_JOBID Public See coding 20121019 TT_JOBID TYPE TABLE OF T_JOBID with key jobid
2 T_JOBID Public See coding 20121019 BEGIN OF T_JOBID, JOBID TYPE LXE_ID, creator TYPE UNAME, DESCRIPTION TYPE LXE0255LIN, END OF T_JOBID
Method Signatures

Method AUTO_DELETE Signature

Method AUTO_DELETE on class CL_LXE_PPAT_CONTROLLER has no parameter.
# Exception Resumable Description Created on
1 CX_LXE_PPAT Exception Class of PPAT 20121030

Method CHECK_LIST_NUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20121212
2 Importing I_LISTID Call by reference Type reference (TYPE) LXEPPAT_LISTID ListID for both worklist and object list 20121212
3 Importing I_PPATTYPE Call by reference Type reference (TYPE) LXEPPAT_TYPE PPAT Type 20121212

Method CHECK_LIST_NUM on class CL_LXE_PPAT_CONTROLLER has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RUN Call by reference Type reference (TYPE) CL_LXE_PPAT_OPERATOR=>TT_RUN 20120626
# Exception Resumable Description Created on
1 CX_LXE_PPAT Exception Class of PPAT 20120524

Method DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ANALYSIS Call by reference Type reference (TYPE) IF_LXE_PP_PPAT=>TT_ANALYSIS_DATA 20120724
2 Importing IT_TEAM Call by reference Type reference (TYPE) CL_LXE_PPAT_OPERATOR=>TT_TEAM 20120704
3 Importing I_IS_DIVIDED_DOMN Call by reference Type reference (TYPE) C 20120827
4 Importing I_RUNID Call by reference Type reference (TYPE) LXE_ID 20120704
5 Importing I_SLANG Call by reference Type reference (TYPE) LXEISOLANG Translation Language 20120705
6 Importing I_TLANG Call by reference Type reference (TYPE) LXEISOLANG Translation Language 20120705
# Exception Resumable Description Created on
1 CX_LXE_PPAT Exception Class of PPAT 20120524

Method GENERATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_LANG_PAIR Call by reference Type reference (TYPE) LXEPPAT_TT_LANG_PAIR 20120703
2 Importing IT_LIST_NUM Call by reference Type reference (TYPE) LXEPPAT_TT_LISTID 20120703
3 Importing IT_TRANSLATOR Call by reference Type reference (TYPE) IF_LXE_PP_PPAT=>TT_USER_NAME 20120703
4 Importing I_DESCRIPTION Call by reference Type reference (TYPE) LXE0255LIN 20120703
5 Importing I_IS_CHECK_OBJECT_TYPE Call by reference Type reference (TYPE) BOOLEAN '' 20120703
6 Importing I_PPAT_TYPE Call by reference Type reference (TYPE) LXEPPAT_TYPE 20120703
7 Importing I_PROPOSAL_FIND_TYPE Call by reference Type reference (TYPE) CL_LXE_PPAT_PP_FINDER=>T_PP_FINDER 20120703
# Exception Resumable Description Created on
1 CX_LXE_PPAT 20120703

Method GENERATE_BATCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RUNID Value transfer Type reference (TYPE) LXE_ID 20121018
2 Importing IT_LANG_PAIR Call by reference Type reference (TYPE) LXEPPAT_TT_LANG_PAIR 20121018
3 Importing IT_LIST_NUM Call by reference Type reference (TYPE) LXEPPAT_TT_LISTID 20121018
4 Importing IT_TRANSLATOR Call by reference Type reference (TYPE) IF_LXE_PP_PPAT=>TT_USER_NAME 20121018
5 Importing I_DESCRIPTION Call by reference Type reference (TYPE) LXE0255LIN 20121018
6 Importing I_IS_CHECK_OBJECT_TYPE Call by reference Type reference (TYPE) BOOLEAN '' 20121018
7 Importing I_PPAT_TYPE Call by reference Type reference (TYPE) LXEPPAT_TYPE 20121018
8 Importing I_PROPOSAL_FIND_TYPE Call by reference Type reference (TYPE) CL_LXE_PPAT_PP_FINDER=>T_PP_FINDER 20121018
# Exception Resumable Description Created on
1 CX_LXE_PPAT 20121018

Method GET_EXTRA_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RUN Call by reference Type reference (TYPE) CL_LXE_PPAT_OPERATOR=>TT_RUN 20120829

Method GET_EXTRA_STATUS on class CL_LXE_PPAT_CONTROLLER has no exception.

Method GET_RUNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RUN Call by reference Type reference (TYPE) CL_LXE_PPAT_OPERATOR=>TT_RUN 20120625
2 Importing IT_LANG_PAIR Call by reference Type reference (TYPE) LXEPPAT_TT_LANG_PAIR 20120625
3 Importing IT_RUNID Call by reference Type reference (TYPE) CL_LXE_PPAT_CONTROLLER=>TT_JOBID 20121018
4 Importing I_PPAT_TYPE Call by reference Type reference (TYPE) LXEPPAT_TYPE 20120625
# Exception Resumable Description Created on
1 CX_LXE_PPAT 20120625

Method REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IT_DEL_RUN Call by reference Type reference (TYPE) CL_LXE_PPAT_OPERATOR=>TT_RUN 20120711
2 Changing IT_RUN Call by reference Type reference (TYPE) CL_LXE_PPAT_OPERATOR=>TT_RUN 20120702
# Exception Resumable Description Created on
1 CX_LXE_PPAT Exception Class of PPAT 20120702
History
Last changed by/on SAP  20130531 
SAP Release Created in 740