SAP ABAP Class CL_PS_HLP_THREAD (Thread Controller)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PS-ST (Application Component) Structures
     PSB_API (Package) PS API Package
Properties
Class CL_PS_HLP_THREAD  
Short Description Thread Controller    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PSB_API   PS API Package 
Created 20100406   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_PS_HLP_THREAD has no forward declaration.
Interfaces
Class CL_PS_HLP_THREAD has no interface implemented.
Friends
Class CL_PS_HLP_THREAD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 OR_INPUT_DATA Instance attribute Private Object reference (TYPE REF TO) DATA 20100408
2 OR_OUTPUT_DATA Instance attribute Private Object reference (TYPE REF TO) DATA 20100408
3 OV_IMP_CLASS_NAME Instance attribute Private Type reference (TYPE) SEOCLSNAME Name of the work 20100408
4 OV_INPUT_DATA_TYPE Instance attribute Private Type reference (TYPE) TABNAME Object Type Name 20100408
5 OV_MEMORY_SZE Instance attribute Private Type reference (TYPE) SHM_MEMORY_SIZE 4194304 Memory Size in Bytes 20100408
6 OV_OUTPUT_DATA_TYPE Instance attribute Private Type reference (TYPE) TABNAME Object Type Name 20100408
7 OV_OWNER Instance attribute Public Type reference (TYPE) SY-MODNO Index of External Session 20100408
8 OV_SESSION_ENDED Instance attribute Private Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100406
9 OV_SESSION_STARTED Instance attribute Private Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100406
10 OV_WORK_ENDED Instance attribute Private Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100408
11 OV_WORK_NAME Instance attribute Private Type reference (TYPE) SEOCLSNAME Object Type Name 20100408
12 OV_WORK_STARTED Instance attribute Private Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100408
Methods
# Method Level Visibility Method type Description Created on
1 GET_IMP_CLASS Instance method Public Method 20100408
2 GET_INPUT_DATA Instance method Public Method 20100408
3 GET_OUTPUT_DATA Instance method Public Method 20100408
4 GET_SESSION_ENDED Instance method Public Method 20100408
5 GET_SESSION_STARTED Instance method Public Method 20100408
6 GET_WORK_NAME Instance method Public Method 20100408
7 RESET_SESSION_ENDED Instance method Public Method 20100406
8 RESET_SESSION_STARTED Instance method Public Method 20100406
9 SET_IMP_CLASS Instance method Public Method 20100408
10 SET_INPUT_DATA Instance method Public Method 20100408
11 SET_OUTPUT_DATA Instance method Public Method 20100408
12 SET_SESSION_ENDED Instance method Public Method 20100406
13 SET_SESSION_STARTED Instance method Public Method 20100406
14 SET_WORK_NAME Instance method Public Method 20100408
Events
Class CL_PS_HLP_THREAD has no event.
Types
Class CL_PS_HLP_THREAD has no local type.
Method Signatures

Method GET_IMP_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_IMP_CLASS Value transfer Type reference (TYPE) SEOCLSNAME Object Type Name 20100408

Method GET_IMP_CLASS on class CL_PS_HLP_THREAD has no exception.

Method GET_INPUT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_INPUT_DATA Call by reference Type reference (TYPE) DATA 20100408
2 Exporting EV_INPUT_DATA_TYPE Call by reference Type reference (TYPE) TABNAME Table Name 20100408
3 Exporting EV_RC Call by reference Type reference (TYPE) I 20100408

Method GET_INPUT_DATA on class CL_PS_HLP_THREAD has no exception.

Method GET_OUTPUT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_OUTPUT_DATA Call by reference Type reference (TYPE) DATA 20100408
2 Exporting EV_OUTPUT_DATA_TYPE Call by reference Type reference (TYPE) TABNAME Table Name 20100408
3 Exporting EV_RC Call by reference Type reference (TYPE) I 20100408

Method GET_OUTPUT_DATA on class CL_PS_HLP_THREAD has no exception.

Method GET_SESSION_ENDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_SESSION_STARTED Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100408

Method GET_SESSION_ENDED on class CL_PS_HLP_THREAD has no exception.

Method GET_SESSION_STARTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_SESSION_STARTED Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100408

Method GET_SESSION_STARTED on class CL_PS_HLP_THREAD has no exception.

Method GET_WORK_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_WORK_NAME Value transfer Type reference (TYPE) SEOCLSNAME Object Type Name 20100408

Method GET_WORK_NAME on class CL_PS_HLP_THREAD has no exception.

Method RESET_SESSION_ENDED Signature

Method RESET_SESSION_ENDED on class CL_PS_HLP_THREAD has no parameter.
Method RESET_SESSION_ENDED on class CL_PS_HLP_THREAD has no exception.

Method RESET_SESSION_STARTED Signature

Method RESET_SESSION_STARTED on class CL_PS_HLP_THREAD has no parameter.
Method RESET_SESSION_STARTED on class CL_PS_HLP_THREAD has no exception.

Method SET_IMP_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IMP_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20100408

Method SET_IMP_CLASS on class CL_PS_HLP_THREAD has no exception.

Method SET_INPUT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_RC Value transfer Type reference (TYPE) I 20100408
2 Importing IR_HANDLE Call by reference Object reference (TYPE REF TO) CL_PS_HLP_THREAD_AREA PS Shared meory Area 20100408
3 Importing IR_INPUT_DATA Call by reference Type reference (TYPE) DATA 20100408
4 Importing IV_INPUT_DATA_TYPE Call by reference Type reference (TYPE) TABNAME Table Name 20100408

Method SET_INPUT_DATA on class CL_PS_HLP_THREAD has no exception.

Method SET_OUTPUT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_RC Value transfer Type reference (TYPE) I 20100408
2 Importing IR_HANDLE Call by reference Object reference (TYPE REF TO) CL_PS_HLP_THREAD_AREA PS Shared meory Area 20100408
3 Importing IR_OUTPUT_DATA Call by reference Type reference (TYPE) DATA 20100408
4 Importing IV_OUTPUT_DATA_TYPE Call by reference Type reference (TYPE) TABNAME Table Name 20100408

Method SET_OUTPUT_DATA on class CL_PS_HLP_THREAD has no exception.

Method SET_SESSION_ENDED Signature

Method SET_SESSION_ENDED on class CL_PS_HLP_THREAD has no parameter.
Method SET_SESSION_ENDED on class CL_PS_HLP_THREAD has no exception.

Method SET_SESSION_STARTED Signature

Method SET_SESSION_STARTED on class CL_PS_HLP_THREAD has no parameter.
Method SET_SESSION_STARTED on class CL_PS_HLP_THREAD has no exception.

Method SET_WORK_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WORK_NAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20100408

Method SET_WORK_NAME on class CL_PS_HLP_THREAD has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 606