Interface SalesAreaService
-
- All Known Implementing Classes:
DefaultSalesAreaService,DummySalesAreaService
public interface SalesAreaServiceAccessing sales area data for SAP back end communication
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDistributionChannel()java.lang.StringgetDistributionChannelForConditions()java.lang.StringgetDistributionChannelForCustomerMaterial()java.lang.StringgetDivision()java.lang.StringgetDivisionForConditions()java.lang.StringgetDivisionForCustomerMaterial()java.lang.StringgetSalesOrganization()
-
-
-
Method Detail
-
getSalesOrganization
java.lang.String getSalesOrganization()
- Returns:
- Current sales organization. No bundling available, it is the same one for order creation or master data maintenance.
-
getDistributionChannel
java.lang.String getDistributionChannel()
- Returns:
- Current distribution channel for order creation. The channel maintained in SAP Configuration
-
getDistributionChannelForConditions
java.lang.String getDistributionChannelForConditions()
- Returns:
- Current channel for condition maintenance
-
getDistributionChannelForCustomerMaterial
java.lang.String getDistributionChannelForCustomerMaterial()
- Returns:
- Current channel for customer or material master access.
-
getDivision
java.lang.String getDivision()
- Returns:
- Current division for order creation. The division maintained in SAP Configuration
-
getDivisionForConditions
java.lang.String getDivisionForConditions()
- Returns:
- Current division for condition maintenance
-
getDivisionForCustomerMaterial
java.lang.String getDivisionForCustomerMaterial()
- Returns:
- Current division for customer or material master access
-
-