public static class BuPaIndustry.BuPaIndustryBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BuPaIndustry |
build() |
BuPaIndustry.BuPaIndustryBuilder |
businessPartner(String businessPartner)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BuPaIndustry.BuPaIndustryBuilder |
industryKeyDescription(String industryKeyDescription)
Constraints: Not nullable, Maximum length: 100
|
BuPaIndustry.BuPaIndustryBuilder |
industrySector(String industrySector)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BuPaIndustry.BuPaIndustryBuilder |
industrySystemType(String industrySystemType)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
BuPaIndustry.BuPaIndustryBuilder |
isStandardIndustry(String isStandardIndustry)
Constraints: Not nullable, Maximum length: 1
|
String |
toString() |
public BuPaIndustry.BuPaIndustryBuilder industrySector(@Nullable String industrySector)
Original property name from the Odata EDM: IndustrySector
An industry is a classification of companies according to their main business activity. For example, you can use Commerce, Banking, Services, Industry, Healthcare, Public Sector, Media, and so on, as industries.You can define industries along with their descriptions in Customizing.Assign the industry key to an industry key system.
public BuPaIndustry.BuPaIndustryBuilder industrySystemType(@Nullable String industrySystemType)
Original property name from the Odata EDM: IndustrySystemType
You can create different industry systems, each with its own catalog of industries, whereby an industry can be assigned to several industry systems.You have to select one industry system as the standard industry system. This is then automatically displayed in the initial screen for the maintenance of industry data.You can define an industry system along with its description in Customizing. You can assign several industry systems to a business partner.If you choose the button All Industry Systems, you can access all the industry systems defined in the Customizing using the input help.
public BuPaIndustry.BuPaIndustryBuilder businessPartner(@Nullable String businessPartner)
Original property name from the Odata EDM: BusinessPartner
public BuPaIndustry.BuPaIndustryBuilder isStandardIndustry(@Nullable String isStandardIndustry)
Original property name from the Odata EDM: IsStandardIndustry
It is recommended that you define an industry within an industry system as the standard industry, because only the standard industries can be determined at the interfaces to BW or the APIs, for example.This means that even if only one industry exists within an industry system, it should be indicated as the standard industry as this this information cannot be determined otherwise.
public BuPaIndustry.BuPaIndustryBuilder industryKeyDescription(@Nullable String industryKeyDescription)
Original property name from the Odata EDM: IndustryKeyDescription
public BuPaIndustry build()
Copyright © 2019 SAP SE. All rights reserved.