SAP Integration Suite Cloud Integration Utilities - Is a community package for Integration Suite provided by SAP consultants.
This package contains selected flows and scripts that can be leveraged in daily business operations.
In this blog post we focus on the flow: Upload Value Mapping Entries based on JSON or XML Input
Background:
Solution:
The flow in the utilities package allows:
Insights:
Payload:
{
"name": "VMTEST",
"packageid": "PackageID",
"description": "Upload via API",
"action": "create",
"_comment": "action: create also as HTTP-POST-Method, update also as HTTP-PUT-Method, delete also as HTTP-DELETE-Method",
"items": [
{
"sourceagency": "Source Agency",
"sourceidentifier": "Source Identifier",
"targetagency": "Target Agency",
"targetidentifier": "Target Identifier",
"items": [
{
"source": "source value new 1",
"target": "target value new 2"
},
{
"source": "source value3",
"target": "target value4"
}
]
},
{
"sourceagency": "Source Agency1",
"sourceidentifier": "Source Identifier1",
"targetagency": "Target Agency1",
"targetidentifier": "Target Identifier1",
"items": [
{
"source": "source value5",
"target": "target value6"
},
{
"source": "source value7",
"target": "target value8"
}
]
}
]
}
Results:
during creation:
during update:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
10 | |
10 | |
9 | |
8 | |
8 | |
6 | |
6 | |
5 | |
5 |