Definition
An interface to manage sales territory teams
Business Context and Use
The web service interface Manage Sales Territory Team in enables you to connect external applications to your solution and to create and edit sales territory teams in your system. The web service interface Manage Sales Territory Team in is relevant if your company wants to access and manage sales territory teams data from external applications.
The web service interface Manage Sales Territory Team in offers the operations MaintainBundle and CheckMaintainBundle.
Here is an example of a simple web service request:
<glob:SalesTerritoryBundleMaintainRequest_Sync>
<BasicMessageHeader>
</BasicMessageHeader>
<SalesTerritoryTeam salesTerritoryTeamListCompleteTransmissionIndicator="true" actionCode="04">
<SalesTerritoryID>120</SalesTerritoryID>
<SalesTerritoryTeamMember actionCode="04">
<EmployeePartyRoleCode>142</EmployeePartyRoleCode>
<EmployeeID>2192</EmployeeID>
</SalesTerritoryTeamMember>
</SalesTerritoryTeam>
</glob:SalesTerritoryBundleMaintainRequest_Sync>
The following example response returns the InternalID of the updated territory:
<n0:SalesTerritoryBundleMaintainConfirmation_Sync xmlns:n0="http://sap.com/xi/SAPGlobal20/Global" xmlns:prx="urn:sap.com:proxy:AXP:/1SAI/TAE1E06CD2B9D5176C3CFF0:804">
<Log/>
<SalesTerritoryTeam>
<ReferenceObjectNodeSenderTechnicalID></ReferenceObjectNodeSenderTechnicalID>
<ChangeStateID>20150306052859.3464430</ChangeStateID>
<ID>501</ID>
</SalesTerritoryTeam>
</n0:SalesTerritoryBundleMaintainConfirmation_Sync>
Prerequisites
Existance of sales territories
More Information
General Information
You can find general information about Web services, their structure and consumption in the Web Services documentation.
Scenarios
Possible scenarios include the following:
The MaintainBundle operation is used to create territory teams.
The MaintainBundle operation is used to update territory teams.
Here is an example web service request:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:glob="http://sap.com/xi/SAPGlobal20/Global">
<soap:Header/>
<soap:Body>
<glob:SalesTerritoryBundleMaintainRequest_Sync>
<BasicMessageHeader>
</BasicMessageHeader>
<SalesTerritoryTeam salesTerritoryTeamListCompleteTransmissionIndicator="true" actionCode="02">
<SalesTerritoryID>501</SalesTerritoryID>
<SalesTerritoryTeamMember actionCode="04">
<EmployeePartyRoleCode>142</EmployeePartyRoleCode>
<EmployeeID>2192</EmployeeID>
</SalesTerritoryTeamMember>
</SalesTerritoryTeam>
</glob:SalesTerritoryBundleMaintainRequest_Sync>
</soap:Body>
</soap:Envelope>
Definition
Manage sales territory teams
Business Context and Use
Manage sales territory teams
Prerequisites
Manage sales territory teams
Integration
Manage sales territory teams
Structure
Manage sales territory teams
Constraints and Integrity Conditions
Manage sales territory teams
Additional Description
Manage sales territory teams