Press "Enter" to skip to content

Naming Conventions for SAP BPM

0

This article is part of our Integration Cookbook.

Name Pattern  Example
Software
Component 
Same as ESR SWC or
generic SWC “BPM” when
used in NWDI due to the
underlying components
  • BPM of whitepaper-id.com
Development
Component
bpm/<opt:SWC>
/<Application>/<Object>
  • bpm/otc/edi
  • bpm/le/shipment/tracking/ups
Process <Action>
_<opt:Application/Context>
_<opt:Object>
The underscores are not needed
  • Download ShipmentTracking
  • Query FxRates
  • Process ECOM Order
 Task  <Action>
_<opt:Application/Context>
_<opt:Object>
The underscores are not needed
  • Release PurchasingRequest
  • Review SupplierInvoice
  • Approve HR LeaveRequest
Print Friendly, PDF & Email