SAP ABAP Class CL_DERIVED_TRANS_TRL (Derived Business Transactions)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   FIN-FSCM-TRM-TM-AC (Application Component) Transfer to Financial Accounting
     FTR_TREASURY_LEDGER (Package) Treasury Ledger
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_STATE State Management for a 'Managed Object' 19990819
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_USER_DATA_TRG Owner of User Data 19990820
Properties
Class CL_DERIVED_TRANS_TRL  
Short Description Derived Business Transactions    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 10  Persistent Class 
Package FTR_TREASURY_LEDGER   Treasury Ledger 
Created 19990819   SAP 
Last change 20050109   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_OS_SYSTEM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 TPMCO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_OS_STATE State Management for a 'Managed Object' 19990819
2 IF_USER_DATA_TRG Owner of User Data 19990820
Friends
# Friend Modeled only Created on Description
1 CB_DERIVED_TRANS_TRL 20011030 Base Agent Derived Business Transactions
2 CL_QUERY_SERVICE_TRL 20030114 Treasury Ledger Query Service
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CREATE_DATE Instance attribute Private Type reference (TYPE) TPM_BT_CREATE_DATE Creation Date of the Operative Business Transaction 20011015
2 CREATE_TIME Instance attribute Private Type reference (TYPE) TPM_BT_CREATE_TIME Creation Time of the Operative Business Transaction 20011015
3 DERIVTRANSSTAT Instance attribute Private Type reference (TYPE) TPM_DERIVTRANSSTAT Status of a Business Transaction of Category: 'Derived BT' 20011015
4 DIST_TRANS_ID Instance attribute Private Type reference (TYPE) TPM_BUSTRANSID Identifier of the Routing Slip - Business Transaction 20011015
5 POSITION_DATE Instance attribute Private Type reference (TYPE) TPM_POSITION_DATE Position value date 20011015
6 RF_DIST_TRANS_ID Instance attribute Private Type reference (TYPE) TPM_BUSTRANSID Identifier of the Distributor Business Transaction 20011015
7 TAB_DERIVFLOW Instance attribute Private Type reference (TYPE) TRLY_DERIVFLOW Flows 20011015
8 TAB_DERIVFLOW_PERS Instance attribute Private Type reference (TYPE) TRLY_DERIVFLOW_PERS Persistent Flows 20011015
9 TR_ACC_CODE Instance attribute Private Type reference (TYPE) TPM_ACC_CODE Accounting Code 20011015
10 USER_DATA Instance attribute Private Object reference (TYPE REF TO) CL_USER_DATA_TRG Globally Unique Identifier 20011015
11 VALUATION_AREA Instance attribute Private Type reference (TYPE) TPM_VAL_AREA Valuation Area 20011015
Methods
# Method Level Visibility Method type Description Created on
1 CLS_GET_PERS_BY_BUSTRANSID Static method Public Method Determines the Derived BT for the BT ID 20000901
2 CLS_GET_PERS_BY_ID_LIST Static method Public Method Determined Derived BusTrans for a List of BusTransIDs 20030121
3 CLS_GET_PERS_BY_RFBUSTRANSID Static method Public Method Determines the Derived BT for BT ID of the Original TRL BT 20000901
4 CLS_GET_PERS_BY_RF_ID_LIST Static method Public Method Determined Derived BusTrans for a List of BusTransIDs/VA 20030121
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040618
6 DELETE_TRANSACTION Instance method Public Method Deletes the Transaction and all Flows 19990827
7 DISPLAY Instance method Public Method 19990820
8 FILL_PERS_ATTRIBUTES Instance method Public Event handling method Fills Pers. Attribute tab_derivflow_pers Just Before Saving 20000901
9 FIX_TRANSACTION Instance method Public Method Set Transaction to Fixed 20000523
10 GETU_ATTRIBUTES Instance method Public Method Read Attributes 19990825
11 GET_CREATE_DATE Instance method Private Get-method of a virtual attribute Reads attribute CREATE_DATE 19990908
12 GET_CREATE_TIME Instance method Private Get-method of a virtual attribute Reads attribute CREATE_TIME 19990908
13 GET_DERIVTRANSSTAT Instance method Private Get-method of a virtual attribute Reads attribute DERIVTRANSSTAT 19990819
14 GET_DIST_TRANS_ID Instance method Private Get-method of a virtual attribute Reads attribute DIST_TRANS_ID 19990819
15 GET_POSITION_DATE Instance method Private Get-method of a virtual attribute Reads attribute POSITION_DATE 19990819
16 GET_RF_DIST_TRANS_ID Instance method Private Get-method of a virtual attribute Reads attribute RF_DIST_TRANS_ID 20000105
17 GET_TAB_DERIVFLOW Instance method Private Get-method of a virtual attribute Reads Attribute TAB_DERIVFLOW 20000901
18 GET_TAB_DERIVFLOW_PERS Instance method Private Get-method of a virtual attribute Reads Attribute TAB_DERIVFLOW_PERS 20000901
19 GET_TR_ACC_CODE Instance method Private Get-method of a virtual attribute Reads attribute TR_ACC_CODE 19990819
20 GET_USER_DATA Instance method Private Get-method of a virtual attribute Reads attribute USER_DATA 19990819
21 GET_VALUATION_AREA Instance method Private Get-method of a virtual attribute Reads attribute VALUATION_AREA 19990819
22 IF_GET_DESCRIPTION Instance method Public Method 19990820
23 INITIALIZE_FROM_TRL_TRANS Instance method Public Method Initializes new Business Transaction from TRL Transaction 19990823
24 REVERSE_TRANSACTION Instance method Public Method Reverses the Transaction 19990827
25 SETU_ATTRIBUTES Instance method Public Method Set Attributes 20000901
26 SET_CREATE_DATE Instance method Private Set-method of a virtual attribute Set attribute CREATE_DATE 19990908
27 SET_CREATE_TIME Instance method Private Set-method of a virtual attribute Set attribute CREATE_TIME 19990908
28 SET_DERIVTRANSSTAT Instance method Private Set-method of a virtual attribute Set attribute DERIVTRANSSTAT 19990819
29 SET_DIST_TRANS_ID Instance method Private Set-method of a virtual attribute Set attribute DIST_TRANS_ID 19990819
30 SET_POSITION_DATE Instance method Private Set-method of a virtual attribute Set attribute POSITION_DATE 19990819
31 SET_RF_DIST_TRANS_ID Instance method Private Set-method of a virtual attribute Set attribute RF_DIST_TRANS_ID 20000105
32 SET_TAB_DERIVFLOW Instance method Private Set-method of a virtual attribute Sets Attribute TAB_DERIVFLOW 20000901
33 SET_TAB_DERIVFLOW_PERS Instance method Private Set-method of a virtual attribute Sets Attribute TAB_DERIVFLOW_PERS 20000901
34 SET_TR_ACC_CODE Instance method Private Set-method of a virtual attribute Set attribute TR_ACC_CODE 19990819
35 SET_USER_DATA Instance method Private Set-method of a virtual attribute Set attribute USER_DATA 19990819
36 SET_VALUATION_AREA Instance method Private Set-method of a virtual attribute Set attribute VALUATION_AREA 19990819
Events
Class CL_DERIVED_TRANS_TRL has no event.
Types
Class CL_DERIVED_TRANS_TRL has no local type.
Method Signatures

Method CLS_GET_PERS_BY_BUSTRANSID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BUSTRANSID Call by reference Type reference (TYPE) TPM_BUSTRANSID GV ID 20000901
2 Importing IM_TAB_DERIVTRANS Value transfer Type reference (TYPE) TRLY_DERIVTRANS Tabelle abg. GV's 20000901
3 Returning RE_DERIV_TRANS Value transfer Object reference (TYPE REF TO) CL_DERIVED_TRANS_TRL abg. GV 20000901

Method CLS_GET_PERS_BY_BUSTRANSID on class CL_DERIVED_TRANS_TRL has no exception.

Method CLS_GET_PERS_BY_ID_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TAB_BUSTRANSID Call by reference Type reference (TYPE) TRDY_BUSTRANSID Tabelle von IDs 20030121
2 Importing IM_TAB_DERIVTRANS Value transfer Type reference (TYPE) TRLY_DERIVTRANS Tabelle abg. GVs 20030121
3 Returning RE_TAB_DERIVTRANS Value transfer Type reference (TYPE) TRLY_DERIVTRANS Tabelle abg. GVs 20030121

Method CLS_GET_PERS_BY_ID_LIST on class CL_DERIVED_TRANS_TRL has no exception.

Method CLS_GET_PERS_BY_RFBUSTRANSID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_DERIV_TRANS Value transfer Object reference (TYPE REF TO) CL_DERIVED_TRANS_TRL abgeleitete Geschäftsvorfälle 20041214
2 Exporting EX_TAB_DERIV_TRANS Value transfer Type reference (TYPE) TRLY_DERIVTRANS Tabellentyp der TRL Derived Transactions 20041214
3 Importing IM_INCL_DELETABLE Call by reference Type reference (TYPE) TPM_INCL_SIGN TPMCO_CON_TRL_INCL inkl Flag für löschbare GV 20040618
4 Importing IM_INCL_REVERSABLE Call by reference Type reference (TYPE) TPM_INCL_SIGN TPMCO_CON_TRL_INCL inkl Flag für stornierbare GV 20040618
5 Importing IM_INCL_REVERSED Call by reference Type reference (TYPE) TPM_INCL_SIGN TPMCO_CON_TRL_EXCL inkl Flag für stornierte GV 20040618
6 Importing IM_RFBUSTRANSID Call by reference Type reference (TYPE) TPM_REFBUSTRANSID Geschäftsvorfalls-ID des Referenz-Geschäftsvorfall 20030120
7 Importing IM_TAB_DERIVTRANS Value transfer Type reference (TYPE) TRLY_DERIVTRANS Tabelle abg. GV's 20000901
8 Importing IM_VALUATION_AREA Call by reference Type reference (TYPE) TPM_VAL_AREA Bewertungsbereich 20000901

Method CLS_GET_PERS_BY_RFBUSTRANSID on class CL_DERIVED_TRANS_TRL has no exception.

Method CLS_GET_PERS_BY_RF_ID_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TAB_DERIVTRANS Value transfer Type reference (TYPE) TRLY_DERIVTRANS Tabelle abg. GVs 20030121
2 Importing IM_TAB_RF_BUSTRANSID Call by reference Type reference (TYPE) TRDY_BUSTRANSID Tabelle von IDs 20030121
3 Importing IM_VALUATION_AREA Call by reference Type reference (TYPE) TPM_VAL_AREA Bewertungsbereich 20030121
4 Returning RE_TAB_DERIVTRANS Value transfer Type reference (TYPE) TRLY_DERIVTRANS Tabelle abg. GVs 20030121

Method CLS_GET_PERS_BY_RF_ID_LIST on class CL_DERIVED_TRANS_TRL has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_DERIVED_TRANS_TRL has no parameter.
Method CONSTRUCTOR on class CL_DERIVED_TRANS_TRL has no exception.

Method DELETE_TRANSACTION Signature

Method DELETE_TRANSACTION on class CL_DERIVED_TRANS_TRL has no parameter.
Method DELETE_TRANSACTION on class CL_DERIVED_TRANS_TRL has no exception.

Method DISPLAY Signature

Method DISPLAY on class CL_DERIVED_TRANS_TRL has no parameter.
Method DISPLAY on class CL_DERIVED_TRANS_TRL has no exception.

Method FILL_PERS_ATTRIBUTES Signature

Method FILL_PERS_ATTRIBUTES on class CL_DERIVED_TRANS_TRL has no parameter.
Method FILL_PERS_ATTRIBUTES on class CL_DERIVED_TRANS_TRL has no exception.

Method FIX_TRANSACTION Signature

Method FIX_TRANSACTION on class CL_DERIVED_TRANS_TRL has no parameter.
Method FIX_TRANSACTION on class CL_DERIVED_TRANS_TRL has no exception.

Method GETU_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CREATE_DATE Call by reference Type reference (TYPE) TPM_BT_CREATE_DATE Erzeugungsdatum 19990908
2 Exporting EX_CREATE_TIME Call by reference Type reference (TYPE) TPM_BT_CREATE_TIME Erzeugungszeit 19990908
3 Exporting EX_DERIVTRANSSTAT Call by reference Type reference (TYPE) TPM_DERIVTRANSSTAT Status 19990825
4 Exporting EX_DIST_TRANS_ID Call by reference Type reference (TYPE) TPM_BUSTRANSID ID des abgeleiteten GV 19990825
5 Exporting EX_POSITION_DATE Call by reference Type reference (TYPE) TPM_POSITION_DATE Bestandsdatum 19990825
6 Exporting EX_RF_DIST_TRANS_ID Call by reference Type reference (TYPE) TPM_REFBUSTRANSID ID der originären TRL-Transaktion 20000105
7 Exporting EX_TAB_DERIVFLOW Call by reference Type reference (TYPE) TRLY_DERIVFLOW Bewegungen der abgeleiteten Geschäftsvorfälle 20000901
8 Exporting EX_TAB_DERIVFLOW_PERS Call by reference Type reference (TYPE) TRLY_DERIVFLOW_PERS Bewegungen der abg. GV (für die Persistenzabbildung) 20000901
9 Exporting EX_TR_ACC_CODE Call by reference Type reference (TYPE) TPM_ACC_CODE Treasury Buchungskreis 19990825
10 Exporting EX_USER_DATA Call by reference Object reference (TYPE REF TO) CL_USER_DATA_TRG Erfassungs/Änderungsdaten 19990825
11 Exporting EX_VALUATION_AREA Call by reference Type reference (TYPE) TPM_VAL_AREA Bewertungsbereich 19990825

Method GETU_ATTRIBUTES on class CL_DERIVED_TRANS_TRL has no exception.

Method GET_CREATE_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TPM_BT_CREATE_DATE Attributwert 19990908
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method GET_CREATE_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TPM_BT_CREATE_TIME Attributwert 19990908
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method GET_DERIVTRANSSTAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TPM_DERIVTRANSSTAT Attributwert 19990819
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method GET_DIST_TRANS_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TPM_BUSTRANSID Attributwert 19990819
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method GET_POSITION_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TPM_POSITION_DATE Attributwert 19990819
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method GET_RF_DIST_TRANS_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TPM_BUSTRANSID Attributwert 20000105
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method GET_TAB_DERIVFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TRLY_DERIVFLOW Attributwert 20000901
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method GET_TAB_DERIVFLOW_PERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TRLY_DERIVFLOW_PERS Attributwert 20000901
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method GET_TR_ACC_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TPM_ACC_CODE Attributwert 19990819
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method GET_USER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_USER_DATA_TRG Attributwert 19990819
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method GET_VALUATION_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TPM_VAL_AREA Attributwert 19990819
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method IF_GET_DESCRIPTION Signature

Method IF_GET_DESCRIPTION on class CL_DERIVED_TRANS_TRL has no parameter.
Method IF_GET_DESCRIPTION on class CL_DERIVED_TRANS_TRL has no exception.

Method INITIALIZE_FROM_TRL_TRANS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DERIV_TRANS_MGT Call by reference Object reference (TYPE REF TO) CL_DERIVED_TRANSACTION_MGT_TRL Derived transaction Manager 20000524
2 Importing IM_TAB_DERIVFLOW Call by reference Type reference (TYPE) TRLY_DERIVFLOW Bewegungen 20000901
3 Importing IM_TRL_TRANSACTION Call by reference Object reference (TYPE REF TO) CL_TRANSACTION_TRL Referenz Transaktion 19990823

Method INITIALIZE_FROM_TRL_TRANS on class CL_DERIVED_TRANS_TRL has no exception.

Method REVERSE_TRANSACTION Signature

Method REVERSE_TRANSACTION on class CL_DERIVED_TRANS_TRL has no parameter.
Method REVERSE_TRANSACTION on class CL_DERIVED_TRANS_TRL has no exception.

Method SETU_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CREATE_DATE Call by reference Type reference (TYPE) TPM_BT_CREATE_DATE Erzeugungsdatum des operativen Geschäftsvorfalls 20000901
2 Importing IM_CREATE_TIME Call by reference Type reference (TYPE) TPM_BT_CREATE_TIME Erzeugungsuhrzeit des operativen Geschäftsvorfalls 20000901
3 Importing IM_DERIVTRANSSTAT Call by reference Type reference (TYPE) TPM_DERIVTRANSSTAT Status eine Geschäftsvorfall vom Typ: 'abgel-GV' 20000901
4 Importing IM_DIST_TRANS_ID Call by reference Type reference (TYPE) TPM_BUSTRANSID Identifikator des Distributor-Geschäftsvorfalls 20000901
5 Importing IM_POSITION_DATE Call by reference Type reference (TYPE) TPM_POSITION_DATE Bestandsvaluta 20000901
6 Importing IM_RF_DIST_TRANS_ID Call by reference Type reference (TYPE) TPM_REFBUSTRANSID Geschäftsvorfalls-ID des Referenz-Geschäftsvorfall 20000901
7 Importing IM_TAB_DERIVFLOW Call by reference Type reference (TYPE) TRLY_DERIVFLOW Bewegungen der abgeleiteten Geschäftsvorfälle 20000901
8 Importing IM_TAB_DERIVFLOW_PERS Call by reference Type reference (TYPE) TRLY_DERIVFLOW_PERS Bewegungen der abg. GV (für die Persistenzabbildung) 20000901
9 Importing IM_TR_ACC_CODE Call by reference Type reference (TYPE) TPM_ACC_CODE Accounting Kreis 20000901
10 Importing IM_USER_DATA Call by reference Object reference (TYPE REF TO) CL_USER_DATA_TRG Userdaten 20000901
11 Importing IM_VALUATION_AREA Call by reference Type reference (TYPE) TPM_VAL_AREA Bewertungsbereich 20000901

Method SETU_ATTRIBUTES on class CL_DERIVED_TRANS_TRL has no exception.

Method SET_CREATE_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CREATE_DATE Call by reference Type reference (TYPE) TPM_BT_CREATE_DATE Attributwert 19990908
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method SET_CREATE_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CREATE_TIME Call by reference Type reference (TYPE) TPM_BT_CREATE_TIME Attributwert 19990908
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method SET_DERIVTRANSSTAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DERIVTRANSSTAT Call by reference Type reference (TYPE) TPM_DERIVTRANSSTAT Attributwert 19990819
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method SET_DIST_TRANS_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DIST_TRANS_ID Call by reference Type reference (TYPE) TPM_BUSTRANSID Attributwert 19990819
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method SET_POSITION_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_POSITION_DATE Call by reference Type reference (TYPE) TPM_POSITION_DATE Attributwert 19990819
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method SET_RF_DIST_TRANS_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RF_DIST_TRANS_ID Call by reference Type reference (TYPE) TPM_BUSTRANSID Attributwert 20000105
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method SET_TAB_DERIVFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TAB_DERIVFLOW Call by reference Type reference (TYPE) TRLY_DERIVFLOW Attributwert 20000901
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method SET_TAB_DERIVFLOW_PERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TAB_DERIVFLOW_PERS Call by reference Type reference (TYPE) TRLY_DERIVFLOW_PERS Attributwert 20000901
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method SET_TR_ACC_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TR_ACC_CODE Call by reference Type reference (TYPE) TPM_ACC_CODE Attributwert 19990819
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method SET_USER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_USER_DATA Call by reference Object reference (TYPE REF TO) CL_USER_DATA_TRG Attributwert 19990819
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method SET_VALUATION_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUATION_AREA Call by reference Type reference (TYPE) TPM_VAL_AREA Attributwert 19990819
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015
History
Last changed by/on SAP  20050109 
SAP Release Created in