Skip to content

AR and VR with SAP Utilities: Modeling and Visualization

AvanSaber Research Updated June 2, 2026 4 min read

AR and VR integration with SAP in the utilities context covers two distinct scenarios: AR field tools that surface IS-U and S/4HANA asset data to technicians on site, and VR-based modeling and visualization used during capital projects and implementations. Both are narrower than generic AR/VR marketing material suggests, and both require real integration work rather than plug-and-play deployment.

The detailed treatment of AR integration with SAP IS-U and S/4HANA Utilities, including API integration patterns, work order workflows, and field deployment considerations, is covered in the AR and SAP utilities integration article. This article focuses on the SAP data model and how it maps to AR/VR use cases.

SAP IS-U and S/4HANA Data Relevant to AR Field Tools

SAP IS-U has a utility-specific data model built around several key objects that AR field tools should be able to access:

The device (installation and equipment objects in IS-U) holds meter type, register configuration, and installation data. A field technician handling a meter reading issue benefits from seeing the device configuration without navigating SAP GUI.

The plant maintenance (PM) functional location and equipment master hold physical asset data: installation date, manufacturer, nameplate specifications, maintenance history, and inspection records. For distribution assets, transformers, switchgear, regulators, this is the data an AR overlay should surface.

Work orders (PM orders) and notifications are the active workflow objects. An AR application should be able to display the open work order for an asset and, after inspection, allow the technician to update status or attach photos and notes.

In S/4HANA Utilities, the data model consolidates the IS-U installation objects with the broader S/4HANA asset and plant maintenance framework. The OData APIs and SAP Gateway services for these objects are more standardized than the BAPI and IDoc interfaces from classic IS-U, which makes new AR integrations somewhat more tractable on S/4HANA.

SAP FI-CA and AR: A Narrower Overlap

FI-CA (Financial Contract Accounting) is the billing and accounts receivable engine in SAP IS-U. It handles contract account balances, billing documents, payment processing, and dunning. There is very limited meaningful AR overlap with FI-CA. A field collector might theoretically surface a customer’s payment status before a service call, but this is a narrow use case and raises data access and privacy considerations.

The more common CIS customer interaction scenarios, balance inquiry, payment arrangement, consumption dispute, run through SAP C4U or web portal interfaces, not AR tooling. The AI and XR customer service article covers that layer.

VR for SAP Implementation and Process Modeling

During a SAP IS-U or S/4HANA Utilities implementation or upgrade project, project teams need to understand complex process flows: how meter reading data flows through device management into billing, how PM work orders settle financially through FI-CA, how IDoc-based interfaces with external systems like AMI head-end or ADMS work.

VR-style process walkthroughs, interactive diagrams where a user can trace a transaction from origination through settlement, are used by some implementation partners as a communication tool for business stakeholders who are not SAP-trained. This is supplementary documentation, not functional software. The sandbox system, where configuration testing and user acceptance testing happen, remains the essential training environment.

This is a niche application, but it is a real one: complex SAP Utilities implementations involve 50 or more business stakeholders who need conceptual understanding of process flows without deep SAP training. Visual tools that make process architecture concrete reduce misunderstandings during blueprint sign-off.

The Integration Reality

Connecting an AR/VR application to SAP IS-U or S/4HANA Utilities requires API integration work. The standard approach uses SAP Gateway OData services, accessed via SAP BTP or direct API calls, to read asset master data, work orders, and installation objects. Write-back operations, posting inspection results, updating work order status, go through the same API layer.

Legacy IS-U environments may use BAPI calls or RFC connections for some integrations, particularly where SAP Gateway was not part of the original deployment. IDocs (Intermediate Documents) handle asynchronous interfaces, for example, a batch upload of inspection results from a field AR application at end-of-shift.

Security and authorization matters significantly: the AR application should operate under a service account with scoped IS-U authorizations, not a full-access account. Read access to PM and device objects for most technicians, write access for work order updates scoped to the relevant plant, and no access to FI-CA contract account financials unless specifically required.

Honest Scope Assessment

AR with SAP IS-U or S/4HANA Utilities is a practical, bounded integration: asset data and work orders in the PM layer accessed by field technicians through a mobile AR interface. This improves inspection efficiency and data capture quality. It does not replace the SAP transactional UI for billing, contract management, or anything that requires full IS-U navigation.

VR in the SAP context is useful for training simulation (field procedures, not IS-U transactions) and for process architecture visualization during large implementations. Neither technology changes the fact that IS-U and S/4HANA Utilities remain the systems of record for utility billing and asset management.

For the ERP-wide AR perspective, see enhancing ERP systems with augmented reality.

Frequently asked questions

What SAP modules does AR field tooling typically connect to?

Plant Maintenance (PM) for asset records and work orders, and sometimes FI-CA for contract account context in customer-facing scenarios. In S/4HANA Utilities, the Asset Management module (formerly PM) and the Utilities Industry Solution layer are the primary integration points.

What integration methods connect AR/VR apps to SAP?

SAP REST APIs and OData services from SAP Gateway are the standard approach for modern AR/VR integrations. IDocs are used in some legacy IS-U environments for asynchronous updates. SAP BTP (Business Technology Platform) is increasingly used as the middleware layer.

Does AR replace SAP GUI or Fiori for field workers?

AR supplements but does not replace SAP Fiori for most SAP interactions. Field workers may use AR to view contextual asset data and complete structured inspections, while more complex SAP transactions (billing adjustments, contract management) remain in Fiori or web CIS interfaces.

Is SAP delivering its own AR/VR tooling?

SAP has offered AR features through SAP Visual Enterprise and partnerships with RealWear and other vendors. These are specialized tools, not part of the standard IS-U or S/4HANA Utilities deployment. Most utility AR integrations use third-party AR platforms connected to SAP via API.

Related reading