Exploring Integration Capabilities in SAP Fieldglass

Objective

After completing this lesson, you will be able to explain the fundamental Integration capabilities and methods in SAP Fieldglass.

Integrating Data

It’s easy to see that SAP Fieldglass contains millions of data points, all of which can change multiple times every day for various reasons. Imagine the time and effort it would take to manually update hundreds or thousands of worker records if an organization wanted to change their cost center or business unit structure! Luckily, you don’t have to worry about that.

Whether you want to upload a significant amount of data into SAP Fieldglass, or integrate data between another ERP system, you’ll use what’s called an integration Connector— essentially, a file which is used to format and process data into, and out of, SAP Fieldglass.

Types of Integrated Data

SAP Fieldglass handles three primary types of integrated data: Master Data, Transactional Data, and Access Data – each playing a crucial role in system functionality and security.

  • Master Data: a buyer’s foundational data, like Business Units, Cost Centers, Sites etc.
  • Transactional Data: transactions that occur in the system, like Work Orders, Time Sheets, Invoices etc.
  • Access Data: a buyer’s User data, like SSO, User profiles and settings etc.

Integration Connection Methods & Technologies

There are multiple ways to transfer data in and out of SAP Fieldglass, but the specific method chosen depends on how often data needs to move (batch vs. real-time) and what technology enables that movement (SFTP, APIs, etc.).

Batch Integrations (Scheduled Bulk Transfers)

Batch integrations are ideal for handling large volumes of data at scheduled intervals, such as daily or weekly updates to master data like business units, cost centers, or worker records. These transfers typically use Secure File Transfer Protocol (SFTP) and standard connectors, which allow organizations to automate bulk uploads and downloads with ERP and HR systems.

Real-Time Integrations (Triggered Data Exchange)

In contrast, real-time integrations occur instantly when specific events are triggered, making them ideal for time-sensitive transactions like terminations, invoices, or User access updates. These integrations are powered by Web Services (SOAP & REST APIs), enabling direct communication between SAP Fieldglass and other enterprise applications. Additionally, webhooks and event-driven triggers allow the system to push updates automatically as changes occur, ensuring seamless and immediate data synchronization.

Diagram showing batch integrations (clock icon, SFTP & Subscriptions) and real-time integrations (speedometer icon, web services) both connecting to a computer.

Summary

SAP Fieldglass employs integration capabilities to manage large-scale data efficiently.

  • Connector: An integration tool to format and process data into and out of SAP Fieldglass, essential for data management.
  • Types of Integrated Data: Includes Master Data (foundational info), Transactional Data (system transactions), and Access Data (user-related info).
  • Batch Integrations: Ideal for scheduled bulk data transfers using SFTP and standard connectors for automation.
  • Real-Time Integrations: Enables immediate data exchange via APIs and webhooks for time-sensitive transactions.