Import Work Orders, Operations and Notifications from SAP - j5 - 28.0 - Administration & Configuration - Hexagon

j5 SAP PM Integration Configuration

Language
English
Product
j5
Search by Category
Administration & Configuration
j5 Version
2019

When the Import WRO data button on the SAP PM Console page is pressed. j5 communicates with SAP several times doing RFC reads during the "Refreshing" tasks and BAPI calls during the "Fetching" tasks:

  1. During "Refreshing SAP Time Zone table", "Refreshing SAP user table" and "Refreshing SAP Text Table" the following call is made to SAP:

    • RFC_READ_TABLE (multiple times)

  2. During "Fetching Work Orders from SAP" the following call is made to SAP:

    • BAPI_ALM_ORDERHEAD_GET_LIST

  3. During "Fetching Operations from SAP" the following call is made to SAP:

    • BAPI_ALM_ORDEROPER_GET_LIST

  4. During "Fetching Notifications from SAP" the following call is made to SAP:

    • RFC_READ_TABLE on table VIQMEL

On the initial load, only notifications that have no completion date are fetched. This is done by specifying ‘AND QMZAB = ‘000000’ AND QMDAB = ‘00000000’’ in the filter. After this, all of the notification records are then fetched from the point of the last sync.

Refer to RFC_READ_TABLE Implementation for more information.