on 2024 Jul 29 6:04 PM
Hi SDNites,
Content enricher in SAP Integration suite can be used to enrich the content. In this we can use Original message / Lookup message to compare the field which can be used to enrich. Can you please advise if we can use multiple fields while using Original message / Lookup message.
For ex: Payload 1,
<A_CustomerMaterial>
<A_CustomerMaterialType>
<Customer>1000000</Customer>
<DistributionChannel>10</DistributionChannel>
<SalesOrganization>1000</SalesOrganization>
<Material>2</Material>
</A_CustomerMaterialType>
<A_CustomerMaterialType>
<Customer>1001053</Customer>
<DistributionChannel>10</DistributionChannel>
<SalesOrganization>1000</SalesOrganization>
<Material>3</Material>
</A_CustomerMaterialType>
<A_CustomerMaterialType>
<Customer>1000000</Customer>
<DistributionChannel>10</DistributionChannel>
<SalesOrganization>1000</SalesOrganization>
<Material>4</Material>
</A_CustomerMaterialType>
</A_CustomerMaterial>
Payload 2,
<A_CustSalesPartnerFuncType>
<PartnerFunction>SH</PartnerFunction>
<Customer>1000000</Customer>
<DistributionChannel>10</DistributionChannel>
<SalesOrganization>1000</SalesOrganization>
<BPCustomerNumber>1000001</BPCustomerNumber>
</A_CustSalesPartnerFuncType>
<A_CustSalesPartnerFuncType>
<PartnerFunction>SH</PartnerFunction>
<Customer>1000000</Customer>
<DistributionChannel>12</DistributionChannel>
<SalesOrganization>1100</SalesOrganization>
<BPCustomerNumber>1000001</BPCustomerNumber>
</A_CustSalesPartnerFuncType>
<A_CustSalesPartnerFuncType>
<PartnerFunction>SH</PartnerFunction>
<Customer>1000000</Customer>
<DistributionChannel>10</DistributionChannel>
<SalesOrganization>1000</SalesOrganization>
<BPCustomerNumber>1001330</BPCustomerNumber>
</A_CustSalesPartnerFuncType> </A_CustSalesPartnerFunc>
Want to get enrich only when we have matching Customer / DistributionChannel / SalesOrganization.
Above is dummy example created for what I am looking to achieve
Regards,
Abhi
Request clarification before answering.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.