- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
4 hours ago - edited 3 hours ago
what they are, where to find them, and how to get moving
An ERP model defines how ServiceNow connects to a specific SAP entity. It specifies the entity (say, a Purchase Order), the protocol to use (RFC/BAPI or OData V2), and which operations are available: Read, Create, or Update. The model reaches directly into your live SAP system. Nothing needs to be copied or staged in ServiceNow.
A content pack is a curated set of models for a specific business process area. Install from the ServiceNow Store, explore what is included, clone the pieces you need, and build from there.
Models in a content pack are read-only. To use one in a workflow, you clone it into your application scope. That clone is fully editable. The original stays intact as a reference you can always return to.
Each content pack covers a different area of your SAP landscape. Here is what each one includes and when to reach for it.
|
Enterprise Data Foundation
|
Hire to Retire
|
Quote to Cash
|
Source to Settle
|
Most SAP-connected workflows need foundational data before they can do anything useful: which cost center? Which plant? Which vendor? This pack covers that layer - the reference and master data objects your flows will call on repeatedly, regardless of which SAP module the workflow touches.
If your HR system of record is SAP HCM or SuccessFactors, this pack gives your ServiceNow workflows direct access to the employee data they need: positions, org structures, employee records. The data stays in SAP HCM or SuccessFactors. ZCC for ERP can read it in real time, and approved changes can be written back through SAP's own business logic and authorisation checks.
Sales orders, delivery blocks, credit limits, customer invoices: this is the data customer service and order management teams need to act on exceptions and answer questions, but usually cannot get without calling a SAP user or logging in themselves. This pack brings those objects into ServiceNow workflows directly, with Create, Update, and Read operations where available.
Procurement approvals stall when approvers have to log into SAP to check PO details. This pack gives approval and exception-handling workflows in ServiceNow direct access to the procurement data they need. Approvers see live SAP data, make the call, and outcomes can be written back to SAP - without anyone needing a SAP login to complete the task.
Each content pack is a separate install from the ServiceNow Store. You can install one or all four depending on which process areas apply to you. Before installing, check that you have:
1. Zero Copy Connector for ERP installed on your ServiceNow instance
2. A linked SAP system configured in ZCC for ERP
3. The sn_erp_integration.erp_admin role assigned to your user
Once installed, here is how to start working with it.
Go to All > Zero Copy Connector for ERP > Zero Copy Connector for ERP Home and open the ERP Models page. Content pack models are labeled with "CP:" at the start of their name.
Select a model to review its entities, field mappings, and available operations. This gives you a clear picture of what the model does before committing to it.
Select Clone now, give the clone a name, confirm the target application scope, and save. The original stays read-only. The clone is yours to adapt.
Open the cloned model and select Manage model to review operations and entity mappings. Adjust them to match your SAP environment.
Wire the cloned model into your flow using the Use ERP Data action. From this point it works exactly like any other ZCC for ERP model.
Content packs are accelerators for ZCC for ERP. They are not a limit on what the connector can access. You can build custom models for any SAP entity using RFC/BAPI, OData V2, or IDoc through the ERP Model Manager, and they work exactly the same way once configured. No coding required on either side. If a content pack does not cover the exact SAP entity your team uses, a custom model is the next step.
|
New to ZCC for ERP, or looking to get started?
If this is your first time exploring ZCC for ERP, our Quick Start Guide walks you through what it is, how it works, and how to get your first connection up and running. |
Read the Quick Start Guide |
Drop your questions or comments below and someone from our team will get back to you. Whether you are just exploring ZCC for ERP or already working through a specific use case, we are here to help.
- 87 Views