SAP ABAP Class CL_WORKINGSTOCK_TLV (Worklist for Valuation of Subledger Positions)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   FIN-FSCM-TRM-TM-AC (Application Component) Transfer to Financial Accounting
     FTR_TRL_VALUATION (Package) CFM TM: Valuation
Properties
Class CL_WORKINGSTOCK_TLV  
Short Description Worklist for Valuation of Subledger Positions    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FTR_TRL_VALUATION   CFM TM: Valuation 
Created 19991123   SAP 
Last change 20070913   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WORKINGSTOCK_TLV has no forward declaration.
Interfaces
Class CL_WORKINGSTOCK_TLV has no interface implemented.
Friends
Class CL_WORKINGSTOCK_TLV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 OSINITIALIZED Constant Private Type reference (TYPE) I 1 Initialized 20010219
2 PMBATCH Constant Private Type reference (TYPE) TPM_TLV_PROCESS_MODE 1 Processing Mode Batch 20000526
3 PMDIALOG Constant Private Type reference (TYPE) TPM_TLV_PROCESS_MODE 0 Processing Mode Dialog 20000526
4 PMDIALOGNOPOS Constant Private Type reference (TYPE) TPM_TLV_PROCESS_MODE 2 Processing Mode Dialog with Position Display 20000526
5 PMPOST Constant Private Type reference (TYPE) TPM_POSTING_MODE 0 Posting Mode "Post" 20000526
6 PMREVERSE Constant Private Type reference (TYPE) TPM_POSTING_MODE 1 Posting Mode "Reverse" 20000526
7 _FLG_ERROR Instance attribute Private Type reference (TYPE) CHAR1 Errors Occurred 20040416
8 _FLG_NO_POS Instance attribute Private Type reference (TYPE) CHAR1 No items exist 20040416
9 _PAR Instance attribute Private Type reference (TYPE) TRGS_PAR Parallel Processing Control 20040416
10 _POSITIONS Instance attribute Private Type reference (TYPE) TLVY_POS_DISPLAY Positions to be Valued 19991123
11 _P_PROTOCOL Instance attribute Private Object reference (TYPE REF TO) CL_PROTOCOL_TLV Log 20040416
12 _RECEIVED_JOBS Instance attribute Private Type reference (TYPE) I Received Parallel Jobs 20040415
13 _SELECTION Instance attribute Private Object reference (TYPE REF TO) CL_SELECTION_TLV Selection Parameters for the Positions 20000525
14 _SENDED_JOBS Instance attribute Private Type reference (TYPE) I Sent Parallel Jobs 20040415
15 _STATE Instance attribute Private Type reference (TYPE) I 0 Internal Status of the Object 20010219
16 _STR_SELECTION Instance attribute Private Type reference (TYPE) TLVS_SELECTION Selection Criteria 20040401
17 _TAB_POS Instance attribute Private Type reference (TYPE) TLVY_POS Positions with Business Transactions 20040419
18 _TASKS Instance attribute Private Type reference (TYPE) TRGY_PAR_TASK Tasks called by RFC 20040416
Methods
# Method Level Visibility Method type Description Created on
1 CLS_PROGRESS_INDICATOR Static method Private Method 20111026
2 INITIALIZE Instance method Public Method Initializes the Working Stock with a Number of Positions 19991123
3 MANAGE_OUTPUT_IMP Instance method Private Method Executes Output of Impairment Data 20040416
4 MANAGE_OUTPUT_VAL Instance method Private Method Executes Output of Valuation Data 20040416
5 OLD_PROCESS Instance method Public Method Executes Processing 20040419
6 OLD_SELECT_POSITIONS Instance method Private Method Selects the Positions for Processing 20040419
7 PROCESS Instance method Public Method Executes Processing 20040419
8 PROCESS_IMP Instance method Private Method Executes Processing for Impairment 20040419
9 PROCESS_VAL Instance method Public Method Executes Processing for Valuation 20040419
10 PROCESS_VAL_PARALLEL Instance method Private Method Executes Parallel Processing for Valuation 20040419
11 RFC_CALLBACK Instance method Public Method RFC Call Callback 20040416
12 SELECT_POSITIONS Instance method Private Method Selects Positions to be Processed 20040419
Events
Class CL_WORKINGSTOCK_TLV has no event.
Types
Class CL_WORKINGSTOCK_TLV has no local type.
Method Signatures

Method CLS_PROGRESS_INDICATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CURRENT Call by reference Type reference (TYPE) SY-TABIX Index of Internal Tables 20111026
2 Importing IM_STEP Call by reference Type reference (TYPE) I 20111026
3 Importing IM_TOTAL Call by reference Type reference (TYPE) SY-TABIX Index of Internal Tables 20111026

Method CLS_PROGRESS_INDICATOR on class CL_WORKINGSTOCK_TLV has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SELECTION Call by reference Object reference (TYPE REF TO) CL_SELECTION_TLV Stichtag und Bewertungstyp 19991123
2 Importing IM_STR_SELECTION Call by reference Type reference (TYPE) TLVS_SELECTION Selektionskriterien 20040419
3 Importing IM_TAB_POSITION Call by reference Type reference (TYPE) TLVY_POS Positionen 20040419
# Exception Resumable Description Created on
1 SELECTION_INVALID Selektionsobjekt ungültig 20010219

Method MANAGE_OUTPUT_IMP Signature

Method MANAGE_OUTPUT_IMP on class CL_WORKINGSTOCK_TLV has no parameter.
Method MANAGE_OUTPUT_IMP on class CL_WORKINGSTOCK_TLV has no exception.

Method MANAGE_OUTPUT_VAL Signature

Method MANAGE_OUTPUT_VAL on class CL_WORKINGSTOCK_TLV has no parameter.
Method MANAGE_OUTPUT_VAL on class CL_WORKINGSTOCK_TLV has no exception.

Method OLD_PROCESS Signature

Method OLD_PROCESS on class CL_WORKINGSTOCK_TLV has no parameter.
# Exception Resumable Description Created on
1 NOT_INITIALIZED Nicht initialisiert 20040419

Method OLD_SELECT_POSITIONS Signature

Method OLD_SELECT_POSITIONS on class CL_WORKINGSTOCK_TLV has no parameter.
Method OLD_SELECT_POSITIONS on class CL_WORKINGSTOCK_TLV has no exception.

Method PROCESS Signature

Method PROCESS on class CL_WORKINGSTOCK_TLV has no parameter.
# Exception Resumable Description Created on
1 NOT_INITIALIZED Nicht initialisiert 20040419

Method PROCESS_IMP Signature

Method PROCESS_IMP on class CL_WORKINGSTOCK_TLV has no parameter.
Method PROCESS_IMP on class CL_WORKINGSTOCK_TLV has no exception.

Method PROCESS_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_FLG_ERROR Call by reference Type reference (TYPE) INT1 Byte Wert 20040419
2 Exporting EX_FLG_NO_POS Call by reference Type reference (TYPE) INT1 Byte Wert 20040419
3 Exporting EX_TAB_MESSAGE Call by reference Type reference (TYPE) BAL_T_MSG Application Log: Table with Messages 20111027
4 Exporting EX_TAB_PROTOCOL_DATA Call by reference Type reference (TYPE) TLVY_PROTOCOL_DATA Tabelle der Protokoll: Alle Informationen zum Bewertungsprot 20060915

Method PROCESS_VAL on class CL_WORKINGSTOCK_TLV has no exception.

Method PROCESS_VAL_PARALLEL Signature

Method PROCESS_VAL_PARALLEL on class CL_WORKINGSTOCK_TLV has no parameter.
Method PROCESS_VAL_PARALLEL on class CL_WORKINGSTOCK_TLV has no exception.

Method RFC_CALLBACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_TASK Call by reference Type reference (TYPE) CLIKE 20040416

Method RFC_CALLBACK on class CL_WORKINGSTOCK_TLV has no exception.

Method SELECT_POSITIONS Signature

Method SELECT_POSITIONS on class CL_WORKINGSTOCK_TLV has no parameter.
Method SELECT_POSITIONS on class CL_WORKINGSTOCK_TLV has no exception.
History
Last changed by/on SAP  20070913 
SAP Release Created in