BWOM2_TIMEST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For test purposes, a functionality for to resetting of the date &time of last Delta or Init Extraction from an OLTP system is requested...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter BWOM2_TIMEST 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.
Selection Text: L_SOURCE = D .
Title: BWOM2_TIMEST: Time-stamp Maintenance
Text Symbol: 001 = Yes
Text Symbol: 002 = No
Text Symbol: 003 = Save the modification?
Text Symbol: 004 = The database table BWOM2_TIMEST has been modified.
Text Symbol: 005 = The saving has been cancelled.
Text Symbol: 006 = Risk of inconsistent data in case of improper use!
Text Symbol: 007 = Please mark eactly one row.
Text Symbol: 008 = Modification of the database table BWOM2_TIMEST.
Text Symbol: 009 = DataSource not found!
Text Symbol: 010 = ICON_CHECKED
Text Symbol: 011 = Mark requested "last" Extraction and save.
Text Symbol: 012 = Date of timestamp
Text Symbol: 013 = Stamp date
Text Symbol: 014 = Stamp date
Text Symbol: 015 = Time of timestamp
Text Symbol: 016 = Stamp time
Text Symbol: 017 = Stamp time
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'BWOM2_TIMEST' CHANGING CT_FIELDCAT = LT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.
RKE_TIMESTAMP_CONVERT_OUTPUT CALL FUNCTION 'RKE_TIMESTAMP_CONVERT_OUTPUT' EXPORTING I_DAYST =
-DAYST I_TIMESTMP = -TS_HIGH I_TZONE = -TZONE IMPORTING E_DATE = -DAT_STMP E_TIME = -TIM_STMP.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = L_REPID I_CALLBACK_USER_COMMAND = 'USER_COMMAND' I_CALLBACK_TOP_OF_PAGE = 'TOP_OF_PAGE' I_GRID_TITLE = 'Mark requested "last" Extraction and save.'(011)
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = 'Modification of the database table BWOM2_TIMEST.'(008)
RSA1_OLTPSOURCE_F4_EXECUTE CALL FUNCTION 'RSA1_OLTPSOURCE_F4_EXECUTE' EXPORTING I_OSTYPE = ' ' I_GENEXTR = ' ' I_NOHIER = ' ' CHANGING C_OLTPSOURCE = L_SOURCE EXCEPTIONS NOT_EXIST = 1 OTHERS = 2.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = L_REPID DYNUMB = L_DYNNR TABLES DYNPFIELDS = LT_DYNPREAD EXCEPTIONS INVALID_ABAPWORKAREA = 1 INVALID_DYNPROFIELD = 2 INVALID_DYNPRONAME = 3 INVALID_DYNPRONUMMER = 4 INVALID_REQUEST = 5 NO_FIELDDESCRIPTION = 6 INVALID_PARAMETER = 7 UNDEFIND_ERROR = 8 DOUBLE_CONVERSION = 9 STEPL_NOT_FOUND = 10 OTHERS = 11.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = L_REPID DYNUMB = L_DYNNR TABLES DYNPFIELDS = LT_DYNPREAD EXCEPTIONS INVALID_ABAPWORKAREA = 1 INVALID_DYNPROFIELD = 2 INVALID_DYNPRONAME = 3 INVALID_DYNPRONUMMER = 4 INVALID_REQUEST = 5 NO_FIELDDESCRIPTION = 6 UNDEFIND_ERROR = 8 OTHERS = 9.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = LT_COMMENTARY.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BWOM2_TIMEST - BWOM2_TIMEST: Time-stamp Maintenance BWOM2_TIMEST - BWOM2_TIMEST: Time-stamp Maintenance BWOM2_SREP_DRB_SHOW - CO-OM: Relationship Browser (SREP) BWOM2_SREP_DRB_SHOW - CO-OM: Relationship Browser (SREP) BWFS_TIMESTAMPS_DELETE_ALL_IS - Deletes Time Stamp for an InfoSource BWFS_TIMESTAMPS_DELETE_ALL_IS - Deletes Time Stamp for an InfoSource