SAP Reports / Programs | Collaborative Cross Applications | Office Suite Program(XAP-OSP) SAP XAP

/OSP/TIMA_PDU SAP ABAP Report - Duet Time Management - Delta Update







/OSP/TIMA_PDU 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 /OSP/TIMA_PDU 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 /OSP/TIMA_PDU. "Basic submit
SUBMIT /OSP/TIMA_PDU AND RETURN. "Return to original report after report execution complete
SUBMIT /OSP/TIMA_PDU 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: P_BEGDA = Start date
Selection Text: P_ENDDA = End date
Selection Text: P_FTODAY = From today
Selection Text: P_FUALL = For all users
Selection Text: P_FULIST = Specify users
Selection Text: P_NODIP = Number of days in the past
Selection Text: P_OTHERP = Other period
Selection Text: P_UNAME = Users
Title: Duet Time Management - Delta Update
Text Symbol: 001 = Period Selection
Text Symbol: 002 = User Selection
Text Symbol: 003 = No of day in the past not specified
Text Symbol: 004 = Begin date and end data not specified
Text Symbol: 005 = Begin date should not be less then end date
Text Symbol: 006 = Please specify at least one user name


INCLUDES used within this REPORT /OSP/TIMA_PDU

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:

HR_99S_DATE_ADD_SUB_DURATION CALL FUNCTION 'HR_99S_DATE_ADD_SUB_DURATION' EXPORTING im_date = lv_endda im_operator = '-' im_duration = ls_duration IMPORTING ex_date = lv_begda.

/OSP/APPL_LOG_CREATE CALL FUNCTION '/OSP/APPL_LOG_CREATE' EXPORTING iv_object = lc_appl_log_object iv_subobject = lc_appl_log_subobject IMPORTING ev_log_handle = lv_log_handle et_return = lt_return.

TS_ITEMS_GET_LIST CALL FUNCTION 'TS_ITEMS_GET_LIST' EXPORTING iv_employee_number = ls_user-pernr iv_startdate = lv_begda iv_enddate = lv_endda TABLES t_timerecords_out = lt_timerecord t_messages_out = lt_message.

/OSP/CJS_GET_JR_CLNT_DATA_CRI CALL FUNCTION '/OSP/CJS_GET_JR_CLNT_DATA_CRI' "#EC EXISTS EXPORTING id_context = lc_pdu_context id_type = lc_uid_type id_user_id = lv_cjs_user iv_do_save = lc_x IMPORTING et_objects = lt_uid_object TABLES tt_return = lt_message.

/OSP/CJS_GET_JR_CLNT_DATA_CRI CALL FUNCTION '/OSP/CJS_GET_JR_CLNT_DATA_CRI' "#EC EXISTS EXPORTING id_context = lc_pdu_context id_type = lc_delta_type id_user_id = lv_cjs_user IMPORTING et_objects = lt_old_delta_object TABLES tt_return = lt_message.

/OSP/CJS_STORE_JOURNAL CALL FUNCTION '/OSP/CJS_STORE_JOURNAL' EXPORTING id_context = lc_pdu_context is_object = ls_delta_object it_scenario = lt_delta_list_journal TABLES tt_return = lt_message.

/OSP/APPL_LOG_SAVE CALL FUNCTION '/OSP/APPL_LOG_SAVE' EXPORTING iv_log_handle = lv_log_handle * iv_update_task = ' ' it_log_messages = lt_message_log IMPORTING et_return = lt_return_log.

/OSP/GET_RM_INFO CALL FUNCTION '/OSP/GET_RM_INFO' EXPORTING it_application_roles = lt_roles "#EC ARGCHECKED IMPORTING et_mendocino_users = lt_tima_uname et_message_store = lt_return.

BAPI_USR01DOHR_GETEMPLOYEE CALL FUNCTION 'BAPI_USR01DOHR_GETEMPLOYEE' EXPORTING id = lv_uname begindate = sy-datum enddate = sy-datum IMPORTING return = ls_return employeenumber = lv_pernr.



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 /OSP/TIMA_PDU or its description.