SAP Integration Guide

A business-friendly walkthrough for wiring SAP identifiers and lifecycle updates into Anayer Connect.

Core SAP Field Mapping

Use Anayer Connect with SAP by storing SAP-side identifiers in the ERP reference field contract.

  • reference_id: SAP request or travel request id
  • purchase_order: SAP PO number
  • cost_center: SAP cost center
  • project_code: internal project or WBS reference
  • gl_account: SAP general ledger account

Suggested Sequence

  1. Authenticate using /oauth/token.php.
  2. Resolve the corporate account with /business/accounts.php.
  3. Sync or create the traveler with /business/users.php.
  4. Create the trip with /business/trips.php.
  5. Listen for trip.completed and invoice.generated webhooks.
  6. Pull /business/invoices.php and /business/transactions.php during reconciliation.