SU25_INITIALIZE_TSTMP 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 SU25_INITIALIZE_TSTMP 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.
Title: Initialize Time Stamp Logic for SU25
Text Symbol: 010 = Set time stamp to initial val.
Text Symbol: 011 = Initialize time stamp
Text Symbol: 01A = Loading SAP check indicators
Text Symbol: 01B = Initializing time stamp for SAP check indicators
Text Symbol: 02A = Loading SAP default values
Text Symbol: 02B = Initializing time stamp for SAP default values
Text Symbol: 03X = Setting status for initialization
Text Symbol: 100 = Report Statistics
Text Symbol: 101 = Release / System ID / Client:
Text Symbol: 102 = Executed By:
Text Symbol: 103 = Executed On:
Text Symbol: 110 = Processed SAP Default Values:
Text Symbol: 111 = Processed SAP Check Indicators:
Text Symbol: 112 = Time stamp initialized
Text Symbol: 114 = Time stamp successfully reset
Text Symbol: M00 = Confirmation Prompt
Text Symbol: M01 = There is already a default values time stamp.
Text Symbol: M02 = Replace existing data?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = gc_tcd_home EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.
SUSR_NO_CHECK_IN_SOME_CASES CALL FUNCTION 'SUSR_NO_CHECK_IN_SOME_CASES' IMPORTING rc = ld_result EXCEPTIONS OTHERS = 0.
PRGN_CHECK_SYSTEM_TYPE CALL FUNCTION 'PRGN_CHECK_SYSTEM_TYPE' EXCEPTIONS sap_system = 1.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Security popup'(m00) "#EC * text_question = ld_tx IMPORTING answer = ld_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING mode_rstable = 'E' tabname = 'PRGN_STAT'.
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING tabname = 'PRGN_STAT' varkey = space EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 1 text = ld_tx.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SU25_INITIALIZE_TSTMP - Initialize Time Stamp Logic for SU25 SU25_INITIALIZE_TSTMP - Initialize Time Stamp Logic for SU25 SU25_EXECUTE_STEP_2 - Program PROFGEN_CORR_REPORT_8 SU25_EXECUTE_STEP_2 - Program PROFGEN_CORR_REPORT_8 SU25_EXECUTE_STEP_1 - Program PROFGEN_CORR_REPORT_8 SU25_EXECUTE_STEP_1 - Program PROFGEN_CORR_REPORT_8