SAP Reports / Programs

/OTEI/ACT_LOG SAP ABAP Report - OpenText Employee File Management - Activity Log







/OTEI/ACT_LOG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter /OTEI/ACT_LOG into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/OTEI/ACT_LOG - OpenText EFM Activity Log


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT /OTEI/ACT_LOG. "Basic submit
SUBMIT /OTEI/ACT_LOG AND RETURN. "Return to original report after report execution complete
SUBMIT /OTEI/ACT_LOG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_ACTION = Activity
Selection Text: P_ARC_ID = Content Repository ID
Selection Text: P_AR_OBJ = Document Type
Selection Text: P_A_DAT = Archive Date
Selection Text: P_DATE = Date
Selection Text: P_DOC_ID = Document ID
Selection Text: P_GUACC = Guest User Account
Selection Text: P_INFTY = Infotype
Selection Text: P_OADTM = Date of Origin
Selection Text: P_OBJPS = Object ID
Selection Text: P_PERNR = Personnel No.
Selection Text: P_PF_PRO = D Process (Processes & Forms)
Selection Text: P_PF_REF = D Reference number
Selection Text: P_PROJ = Project
Selection Text: P_REQ = Personnel No.
Selection Text: P_R_COM = D Request comment
Selection Text: P_R_NAM = User name
Selection Text: P_SUBTY = Subtype
Selection Text: P_TIME = Time
Selection Text: P_UNAME = SAP User name
Selection Text: P_VIEW = View
Selection Text: P_WF_KEY = Activity Key
Selection Text: P_WF_PRF = Profile
Selection Text: P_WF_STA = Status
Selection Text: P_ACCES = Access Type
Selection Text: G_NO_H = Maximum no. of hits
Selection Text: G_LAYOUT = Layout
Title: OpenText Employee File Management - Activity Log
Text Symbol: 001 = Project and View
Text Symbol: 002 = Accessed By
Text Symbol: 003 = Requested By Guest User
Text Symbol: 004 = Time Restriction
Text Symbol: 005 = Access to
Text Symbol: 006 = Document Search
Text Symbol: 007 = Report Options
Text Symbol: 008 = Number of Entries
Text Symbol: 009 = Log entries found between
Text Symbol: 010 = and





Text Symbol: 011 = Number of hits
Text Symbol: 013 = Maximum number of hits
Text Symbol: 014 = Numerous rows can cause performance problems
Text Symbol: 015 = Field name
Text Symbol: 016 = Field value
Text Symbol: 018 = Workflow
Text Symbol: 019 = Start Date
Text Symbol: 020 = Start Time
Text Symbol: 021 = End Time
Text Symbol: 022 = End Date
Text Symbol: 023 = Processes & Forms Integration


INCLUDES used within this REPORT /OTEI/ACT_LOG

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

/OTEI/PF_F4_PROCESSES CALL FUNCTION '/OTEI/PF_F4_PROCESSES' "#EC EXISTS IMPORTING pe_process = p_pf_pro-low.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name /OTEI/ACT_LOG or its description.