AUDITDISPLAYTOP is a standard ABAP INCLUDE 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 AUDITDISPLAYTOP into the relevant SAP transactions such as SE38 or SE80
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.
INCLUDE SXMS_PF_CONST.
INCLUDE AUDITCOMMON.
No SAP DATABASE tables are accessed within this REPORT code!
SXMS_PF_UTC2LOCAL call function 'SXMS_PF_UTC2LOCAL' changing ts = &1.
SXMS_PF_LOCAL2UTC call function 'SXMS_PF_LOCAL2UTC' changing ts = &1.
SXMS_PF_TIME_HANDLER call function 'SXMS_PF_TIME_HANDLER' exporting time_in = &1 period = &3 move_periods = &2 importing time_out = &1 exceptions invalid_period = 1 invalid_use_of_function = 2 others = 3.
DATE_CHECK_PLAUSIBILITY call function 'DATE_CHECK_PLAUSIBILITY' exporting date = &1 exceptions plausibility_check_failed = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
AUDITDISPLAYTOP - documentation and ABAP source code AUDITDISPLAYSCR - documentation and ABAP source code AUDITDISPLAYMOD - documentation and ABAP source code AUDITDISPLAYF03 - documentation and ABAP source code AUDITDISPLAYF02 - documentation and ABAP source code AUDITDISPLAYF01 - documentation and ABAP source code