SAP Reports / Programs | Controlling | Overhead Cost Controlling | Information System, iViews(CO-OM-IS) SAP CO

BWOM2_TIMEST SAP ABAP Report - BWOM2_TIMEST: Time-stamp Maintenance







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


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 BWOM2_TIMEST. "Basic submit
SUBMIT BWOM2_TIMEST AND RETURN. "Return to original report after report execution complete
SUBMIT BWOM2_TIMEST 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: 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


INCLUDES used within this REPORT BWOM2_TIMEST

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:

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.



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