SAP ABAP Class CL_USER_DATA_TRG (User Data)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   FIN-FSCM-TRM-TM (Application Component) Transaction Manager
     FTR_GENERAL (Package) CFM TM: Application Basis / Global Objects
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' 19990812
Properties
Class CL_USER_DATA_TRG  
Short Description User Data    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 10  Persistent Class 
Package FTR_GENERAL   CFM TM: Application Basis / Global Objects 
Created 19990812   SAP 
Last change 20050109   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CA_USER_DATA_TRG Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_OS_SYSTEM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_OS_STATE State Management for a 'Managed Object' 19990812
Friends
# Friend Modeled only Created on Description
1 CB_USER_DATA_TRG 20020422 Base Agent User Data
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHANGE_DATE Instance attribute Private Type reference (TYPE) DBEAR Last Processed on 20011017
2 CHANGE_NAME Instance attribute Private Type reference (TYPE) RBEAR Employee ID 20011017
3 CHANGE_TCODE Instance attribute Private Type reference (TYPE) TCODE Transaction Code 20011017
4 CHANGE_TIME Instance attribute Private Type reference (TYPE) TBEAR Last edited at 20011017
5 CREATE_DATE Instance attribute Private Type reference (TYPE) DERF First Entered on 20011017
6 CREATE_NAME Instance attribute Private Type reference (TYPE) RERF Entered By 20011017
7 CREATE_TCODE Instance attribute Private Type reference (TYPE) TCODE Transaction Code 20011017
8 CREATE_TIME Instance attribute Private Type reference (TYPE) TERF Time of initial entry 20011017
9 REFERENCE Instance attribute Private Object reference (TYPE REF TO) IF_USER_DATA_TRG Globally Unique Identifier 20011017
Methods
# Method Level Visibility Method type Description Created on
1 CLONE_PERSISTENT Instance method Public Method Generates a Persistent Copy 20030414
2 CLONE_TRANSIENT Instance method Public Method Generates a Transient Copy 20030221
3 GETU_ATTRIBUTES Instance method Public Method Reads all Attributes 19990820
4 GET_CHANGE_DATE Instance method Private Get-method of a virtual attribute Reads attribute CHANGE_DATE 19990812
5 GET_CHANGE_NAME Instance method Private Get-method of a virtual attribute Reads attribute CHANGE_NAME 19990812
6 GET_CHANGE_TCODE Instance method Private Get-method of a virtual attribute Reads attribute CHANGE_TCODE 19990812
7 GET_CHANGE_TIME Instance method Private Get-method of a virtual attribute Reads attribute CHANGE_TIME 19990812
8 GET_CREATE_DATE Instance method Private Get-method of a virtual attribute Reads attribute CREATE_DATE 19990812
9 GET_CREATE_NAME Instance method Private Get-method of a virtual attribute Reads attribute CREATE_NAME 19990812
10 GET_CREATE_TCODE Instance method Private Get-method of a virtual attribute Reads attribute CREATE_TCODE 19990812
11 GET_CREATE_TIME Instance method Private Get-method of a virtual attribute Reads attribute CREATE_TIME 19990812
12 GET_REFERENCE Instance method Private Get-method of a virtual attribute Reads attribute REFERENCE 19990817
13 SETU_CREATE_ATTRIBUTES Instance method Public Method Set Attributes for newly Generated User Data 19990820
14 SET_CHANGE_DATE Instance method Private Set-method of a virtual attribute Set attribute CHANGE_DATE 19990812
15 SET_CHANGE_NAME Instance method Private Set-method of a virtual attribute Set attribute CHANGE_NAME 19990812
16 SET_CHANGE_TCODE Instance method Private Set-method of a virtual attribute Set attribute CHANGE_TCODE 19990812
17 SET_CHANGE_TIME Instance method Private Set-method of a virtual attribute Set attribute CHANGE_TIME 19990812
18 SET_CREATE_DATE Instance method Private Set-method of a virtual attribute Set attribute CREATE_DATE 19990812
19 SET_CREATE_NAME Instance method Private Set-method of a virtual attribute Set attribute CREATE_NAME 19990812
20 SET_CREATE_TCODE Instance method Private Set-method of a virtual attribute Set attribute CREATE_TCODE 19990812
21 SET_CREATE_TIME Instance method Private Set-method of a virtual attribute Set attribute CREATE_TIME 19990812
22 SET_REFERENCE Instance method Private Set-method of a virtual attribute Set attribute REFERENCE 19990817
23 UPDATE Instance method Public Method Updates the USER_DATA 19990817
Events
Class CL_USER_DATA_TRG has no event.
Types
Class CL_USER_DATA_TRG has no local type.
Method Signatures

Method CLONE_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_REFERENCE Call by reference Object reference (TYPE REF TO) IF_USER_DATA_TRG Verwender von User Data 20030414
2 Returning RE_CLONE Value transfer Object reference (TYPE REF TO) CL_USER_DATA_TRG Userdaten 20030414

Method CLONE_PERSISTENT on class CL_USER_DATA_TRG has no exception.

Method CLONE_TRANSIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_REFERENCE Call by reference Object reference (TYPE REF TO) IF_USER_DATA_TRG Verwender von User Data 20030221
2 Returning RE_CLONE Value transfer Object reference (TYPE REF TO) CL_USER_DATA_TRG Userdaten 20030221

Method CLONE_TRANSIENT on class CL_USER_DATA_TRG has no exception.

Method GETU_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CHANGE_DATE Call by reference Type reference (TYPE) DBEAR Datum der letzten Änderung 19990820
2 Exporting EX_CHANGE_NAME Call by reference Type reference (TYPE) RBEAR letzter Änderer 19990820
3 Exporting EX_CHANGE_TCODE Call by reference Type reference (TYPE) TCODE Änderungstransaktion 19990820
4 Exporting EX_CHANGE_TIME Call by reference Type reference (TYPE) TBEAR Zeit der letzten Änderung 19990820
5 Exporting EX_CREATE_DATE Call by reference Type reference (TYPE) DERF Erfassungsdatum 19990820
6 Exporting EX_CREATE_NAME Call by reference Type reference (TYPE) RERF Erfasser 19990820
7 Exporting EX_CREATE_TCODE Call by reference Type reference (TYPE) TCODE Erfassungstransaktion 19990820
8 Exporting EX_CREATE_TIME Call by reference Type reference (TYPE) TERF Erfassungszeit 19990820
9 Exporting EX_REFERENCE Call by reference Object reference (TYPE REF TO) IF_USER_DATA_TRG Referenzobjekt 19990820

Method GETU_ATTRIBUTES on class CL_USER_DATA_TRG has no exception.

Method GET_CHANGE_DATE Signature

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

Method GET_CHANGE_NAME Signature

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

Method GET_CHANGE_TCODE Signature

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

Method GET_CHANGE_TIME Signature

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

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) DERF Attributwert 19990812
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011017

Method GET_CREATE_NAME Signature

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

Method GET_CREATE_TCODE Signature

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

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) TERF Attributwert 19990812
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011017

Method GET_REFERENCE 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) IF_USER_DATA_TRG Attributwert 19990817
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011017

Method SETU_CREATE_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) DERF Datum der Ersterfassung 20000828
2 Importing IM_CREATE_NAME Call by reference Type reference (TYPE) RERF Erfasser 20000828
3 Importing IM_CREATE_TIME Call by reference Type reference (TYPE) TERF Uhrzeit der Ersterfassung 20000828
4 Importing IM_REFERENCE Call by reference Object reference (TYPE REF TO) IF_USER_DATA_TRG Referenz auf erzeugendes Objekt 19990820
5 Importing IM_TCODE Call by reference Type reference (TYPE) TCODE Anlegetransaktion 19990820

Method SETU_CREATE_ATTRIBUTES on class CL_USER_DATA_TRG has no exception.

Method SET_CHANGE_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANGE_DATE Call by reference Type reference (TYPE) DBEAR Attributwert 19990812
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011017

Method SET_CHANGE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANGE_NAME Call by reference Type reference (TYPE) RBEAR Attributwert 19990812
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011017

Method SET_CHANGE_TCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANGE_TCODE Call by reference Type reference (TYPE) TCODE Attributwert 19990812
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011017

Method SET_CHANGE_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANGE_TIME Call by reference Type reference (TYPE) TBEAR Attributwert 19990812
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011017

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) DERF Attributwert 19990812
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011017

Method SET_CREATE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CREATE_NAME Call by reference Type reference (TYPE) RERF Attributwert 19990812
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011017

Method SET_CREATE_TCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CREATE_TCODE Call by reference Type reference (TYPE) TCODE Attributwert 19990812
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011017

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) TERF Attributwert 19990812
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011017

Method SET_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REFERENCE Call by reference Object reference (TYPE REF TO) IF_USER_DATA_TRG Attributwert 19990817
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011017

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CHANGE_DATE Call by reference Type reference (TYPE) DBEAR Datum der letzten Bearbeitung 20000828
2 Importing IM_CHANGE_NAME Call by reference Type reference (TYPE) RBEAR Mitarbeiterkennung 20000828
3 Importing IM_CHANGE_TIME Call by reference Type reference (TYPE) TBEAR Uhrzeit der letzten Bearbeitung 20000828
4 Importing IM_REFERENCE Call by reference Object reference (TYPE REF TO) IF_USER_DATA_TRG Referenzobjekt 19990827
5 Importing IM_TCODE Call by reference Type reference (TYPE) TCODE Transaktionscode 19990818

Method UPDATE on class CL_USER_DATA_TRG has no exception.
History
Last changed by/on SAP  20050109 
SAP Release Created in