
In SAP Cloud Integration (SCI), naming iflows clearly and consistently is crucial for maintainability and support. A structured naming convention helps teams quickly understand an iflow’s purpose, its integration partners, and its data flow. At CLAIMATE Tech, we follow a well-defined approach to naming our iflows, and here’s our guide to making it work for you.
We use the following format for naming iflows in SCI:
SCI<iflowid>_<direction>_<iflowdesc>
Each part of this structure serves a specific purpose. Let’s break it down:
SCI<iflowid>
The unique identifier of the iflow.
<direction>
The data flow direction.
<iflowdesc>
A flexible description of the iflow, typically used for partner integrations.
It usually follows the structure:
where
Here are two examples of well-named iflows:
SCI00200150_IN_VeloCorp_HTTP_SFTP_OrderRequest
Explanation: This iflow handles an inbound (IN) integration for partner VeloCorp, using HTTP as the sender adapter and SFTP as the receiver adapter, with the message type OrderRequest. Message is from class 002 which can be eg. Partner integration and is 001 is lookup id for partner VeloCorp. This message has its id 50 so orderRequests from VeloCorp and its utility iflow starts with digit 5.
SCI00200151_INT_VeloCorp_HTTP_SFTP_OrderRequest_PostProcess
Explanation: This is an internal iflow that serves as a first (51)helper for the OrderRequests (51) integration with VeloCorp, handling PostProcess logic for the OrderRequest message, also using HTTP and SFTP adapters.
Having a consistent naming convention allows for:
Each project or purpose or team should have its own class number. That class number must be unique. Also ID for partners must be unique for class and ID of message must be unique per partner.
Maintaining a shared list of these IDs and their purposes in a central knowledge base—like Excel, Notion, or Azure DevOps—would ensure clarity and prevent duplication.
Following these naming guidelines will make your iflows easier to manage, support, and collaborate on within SAP Cloud Integration. Remember: a little consistency goes a long way!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
11 | |
10 | |
9 | |
7 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 |