SAP ABAP Function Module GRFN_ATF_WRITE (Write audit log for object, internal used only, do not call me outside)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_AUDIT_TRAIL (Package) Audit Trail
Basic Data
Function Module GRFN_ATF_WRITE Write audit log for object, internal used only, do not call me outside  
Function Group GRFN_ATF   Audit Trail Framework  
Program Name SAPLGRFN_ATF    
INCLUDE Name LGRFN_ATFU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing I_TOPIC_ID TYPE GRFN_ATF_TOPIC_ID Topic of the audit trail
Importing I_OBJECT_KEY TYPE TABKEY Table Key
Importing I_OBJECT_SUBKEY TYPE TABKEY Table Key
Importing I_TIMESTAMPL TYPE TIMESTAMPL Time stamp when this table is trailed
Importing I_USER_MAIN TYPE UNAME The user, who (should) made the change
Importing I_USER_ACT TYPE UNAME The user, who actually made the change if delegation exists
Importing I_CHANGE_TYPE TYPE GRFN_ATF_CHANGE_TYPE Insert / Delete / Update
Importing I_DATA_TYPE TYPE GRFN_ATF_DATA_TYPE Abap Data Type
Importing I_TYPE_NAME TYPE TABNAME Table Name
Importing I_FIELD_NAME TYPE FIELDNAME Field Name
Importing I_VALUE_OLD TYPE STRING Old value of the object
Importing I_VALUE_NEW TYPE STRING New value of the object
Exception DB_INSERT_FAILED TYPE The INSERT statement failed
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20141106 
SAP Release Created in 300