SAP Reports / Programs

/WSOPT/C_DOWNLOAD_ENG_PI SAP ABAP Report - ClickSchedule: Download Engineers







/WSOPT/C_DOWNLOAD_ENG_PI 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 /WSOPT/C_DOWNLOAD_ENG_PI into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/WSOPT/C_ENG_PI - Refresh Engineers


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 /WSOPT/C_DOWNLOAD_ENG_PI. "Basic submit
SUBMIT /WSOPT/C_DOWNLOAD_ENG_PI AND RETURN. "Return to original report after report execution complete
SUBMIT /WSOPT/C_DOWNLOAD_ENG_PI 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: ARBPL = D .
Selection Text: PERNR = D .
Selection Text: PLANT = D .
Selection Text: VERAN = D .
Title: ClickSchedule: Download Engineers
Text Symbol: 001 = The following engineers are updated


INCLUDES used within this REPORT /WSOPT/C_DOWNLOAD_ENG_PI

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:

/WSOPT/C_ENGICAL_UPDATE_PI * CALL FUNCTION '/WSOPT/C_ENGICAL_UPDATE_PI' * EXPORTING * pernr = gt_pernr_tab-pernr.

/WSOPT/C_GET_RFCDEST_HR * CALL FUNCTION '/WSOPT/C_GET_RFCDEST_HR' * EXPORTING * qname = gv_q_name * IMPORTING * qrfcdest = gv_qrfcdest.

/WSOPT/C_ENGINEER_UPDATE_PI * CALL FUNCTION '/WSOPT/C_ENGINEER_UPDATE_PI' IN BACKGROUND TASK * DESTINATION gv_qrfcdest * EXPORTING * pernr = gt_pernr_tab-pernr.

/WSOPT/C_ENGINEER_UPDATE CALL FUNCTION '/WSOPT/C_ENGINEER_UPDATE' EXPORTING after_image = gs_after_image before_image = gs_before_image businessobject = gv_businessobject operation = gv_operation.

/WSOPT/C_GET_RFCDEST_HR CALL FUNCTION '/WSOPT/C_GET_RFCDEST_HR' IMPORTING pirfcdest = lv_pirfcdest.

/WSOPT/C_PI_ENG_GET CALL FUNCTION '/WSOPT/C_PI_ENG_GET' DESTINATION lv_pirfcdest EXPORTING engineer_imp = lv_engineer IMPORTING engineers = lt_engineers EXCEPTIONS no_region_found = 0 no_district_found = 0 communication_failure = 1 MESSAGE lv_msg "SHO120229-2 "SHO110922-2 system_failure = 1 MESSAGE lv_msg "SHO120229-2 "SHO110922-2 OTHERS = 0. "#EC ENHOK

PM_ORDER_EXTERN_MASTER_DATA CALL FUNCTION 'PM_ORDER_EXTERN_MASTER_DATA' EXPORTING plant = ls_crhd-werks workcenter = ls_crhd-arbpl start_date = sy-datum end_date = sy-datum TABLES engineer_masterdata_org_unit = lt_engineer_org_unit engineer_masterdata_quali = lt_engineer_masterdata_quali engineer_timelist = lt_engineer_timelist EXCEPTIONS invalid_date = 1 invalid_plant = 2 invalid_workcenter = 3 invalid_engineer = 4 OTHERS = 5.



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 /WSOPT/C_DOWNLOAD_ENG_PI or its description.