SAP Reports / Programs | Basis Components | Security | ABAP Authorization and Role Management(BC-SEC-AUT-PFC) SAP BC

SU25_INITIALIZE_TSTMP SAP ABAP Report - Initialize Time Stamp Logic for SU25







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


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 SU25_INITIALIZE_TSTMP. "Basic submit
SUBMIT SU25_INITIALIZE_TSTMP AND RETURN. "Return to original report after report execution complete
SUBMIT SU25_INITIALIZE_TSTMP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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?


INCLUDES used within this REPORT SU25_INITIALIZE_TSTMP

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:

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'.



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 SU25_INITIALIZE_TSTMP or its description.