Definition
An interface that allows to push recent sales order data for an account from a source system or source file as part of Account 360 functionality.
The push will not create Sales Orders/ Sales Quotes in C4C system but incoming data will be stored as a special object with account mapping to be shown on UI under "Recent Orders" tab in Account UI. This data is considered additional data for account coming from external system and thus is stored with account mapping as a special object.
Business Context and Use
The Manage Recent Order Data inbound service interface receives structured recent order data from an external source system such as SAP ERP and updates the recent orders tab in the account details. This data can be replicated or migrated to the target system, either for one customer’s recent orders or for several customers’ recent orders.
To read recent order data, use the Query Recent Order Data inbound service interface (II_QUERY_EXT_AGGR_CUST_SO_IN).
Prerequisites
Account 360 functionality is scoped IN and set up is in place.
More Information
General Information
You can find general information about Web services, their structure and consumption in the Web Services documentation.
Here is an example web service:
<n0:ExternalAggregatedCustomerSalesOrderViewBundleMaintainRequest_Sync xmlns:n0="http://sap.com/xi/SAPGlobal20/Global">
<BasicMessageHeader>
<ID schemeID="Token 1" schemeAgencyID="Token 2" schemeAgencySchemeAgencyID="Tok">Token 4</ID>
<UUID schemeID="Token 5" schemeAgencyID="Token 6">12345678-90AB-CDEF-0123-456789ABCDEF</UUID>
<ReferenceID schemeID="Token 7" schemeAgencyID="Token 8" schemeAgencySchemeAgencyID="Tok">Token 10</ReferenceID>
<ReferenceUUID schemeID="Token 11" schemeAgencyID="Token 12">12345678-90AB-CDEF-0123-456789ABCDEF</ReferenceUUID>
</BasicMessageHeader>
<ExternalAggregatedCustomerSalesOrderView actionCode="To" SalesOrderHeaderListCompleteTransmissionIndicator="true">
<ObjectNodeSenderTechnicalID>Token 14</ObjectNodeSenderTechnicalID>
<ChangeStateID>Token 15</ChangeStateID>
<OpenSalesOrdersCountValue>16</OpenSalesOrdersCountValue>
<OpenOrdersNetAmount currencyCode="Tok">18</OpenOrdersNetAmount>
<SalesOrderHDR actionCode="To">
<ObjectNodeSenderTechnicalID>Token 20</ObjectNodeSenderTechnicalID>
<SalesOrderID>Token 21</SalesOrderID>
<SalesOrderLifeCycleStatusCode>To</SalesOrderLifeCycleStatusCode>
<DeliveryStatusCode>To</DeliveryStatusCode>
<NetAmount currencyCode="Tok">25</NetAmount>
<Date>1999-01-24</Date>
<InvBlockingStatusCode>To</InvBlockingStatusCode>
<DelivBlockingStatusCode>To</DelivBlockingStatusCode>
</SalesOrderHDR>
<!-- C4C account -->
<AccountUUID schemeID="Token 37" schemeAgencyID="Token 38">12345678-90AB-CDEF-0123-456789ABCDEF</AccountUUID>
</ExternalAggregatedCustomerSalesOrderView>