public static class ServiceOrderDefect.ServiceOrderDefectBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ServiceOrderDefect |
build() |
ServiceOrderDefect.ServiceOrderDefectBuilder |
serviceDefectCategory(String serviceDefectCategory)
Constraints: Not nullable, Maximum length: 40
|
ServiceOrderDefect.ServiceOrderDefectBuilder |
serviceDefectCode(String serviceDefectCode)
Constraints: Not nullable, Maximum length: 4
|
ServiceOrderDefect.ServiceOrderDefectBuilder |
serviceDefectCodeCatalog(String serviceDefectCodeCatalog)
Constraints: Not nullable, Maximum length: 2
|
ServiceOrderDefect.ServiceOrderDefectBuilder |
serviceDefectCodeGroup(String serviceDefectCodeGroup)
Constraints: Not nullable, Maximum length: 8
|
ServiceOrderDefect.ServiceOrderDefectBuilder |
serviceDefectSchema(String serviceDefectSchema)
Constraints: Not nullable, Maximum length: 40
|
ServiceOrderDefect.ServiceOrderDefectBuilder |
serviceDefectSequence(Short serviceDefectSequence)
(Key Field) Constraints: Not nullable
|
ServiceOrderDefect.ServiceOrderDefectBuilder |
serviceOrder(String serviceOrder)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ServiceOrderDefect.ServiceOrderDefectBuilder |
srvcDocTypeDefectCodeProfile(String srvcDocTypeDefectCodeProfile)
Constraints: Not nullable, Maximum length: 9
|
ServiceOrderDefect.ServiceOrderDefectBuilder |
srvcDocTypeDefectCodeProfType(String srvcDocTypeDefectCodeProfType)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
@Nonnull public ServiceOrderDefect.ServiceOrderDefectBuilder serviceOrder(@Nullable String serviceOrder)
Original property name from the Odata EDM: ServiceOrder
this
.@Nonnull public ServiceOrderDefect.ServiceOrderDefectBuilder srvcDocTypeDefectCodeProfType(@Nullable String srvcDocTypeDefectCodeProfType)
Original property name from the Odata EDM: SrvcDocTypeDefectCodeProfType
allowed and whether a selection of one or several codes is possible using F1 help.this
.@Nonnull public ServiceOrderDefect.ServiceOrderDefectBuilder serviceDefectSequence(@Nullable Short serviceDefectSequence)
Original property name from the Odata EDM: ServiceDefectSequence
this
.@Nonnull public ServiceOrderDefect.ServiceOrderDefectBuilder srvcDocTypeDefectCodeProfile(@Nullable String srvcDocTypeDefectCodeProfile)
Original property name from the Odata EDM: SrvcDocTypeDefectCodeProfile
enables the creation of a hierarchy.this
.@Nonnull public ServiceOrderDefect.ServiceOrderDefectBuilder serviceDefectCodeCatalog(@Nullable String serviceDefectCodeCatalog)
Original property name from the Odata EDM: ServiceDefectCodeCatalog
For example, you can use catalogs with characteristic attributes, tasks, and error types. Code subsets are combined into code groups within the catalog according to different criteria. Catalogs refer to catalog categories.In the standard system, some catalogs are defined based on their meaning and usage. Use catalog types P* to Z* to define internal, supplementary catalogs.
coded.this
.@Nonnull public ServiceOrderDefect.ServiceOrderDefectBuilder serviceDefectCodeGroup(@Nullable String serviceDefectCodeGroup)
Original property name from the Odata EDM: ServiceDefectCodeGroup
You can either enter the key directly for the code group that you want to process or display, or you can process and display several code groups using a generic entry.You can use the generic entry P* to obtain all code groups whose key starts with 'P'.DependenciesIf you are using a generic entry to edit code groups, the system locks all code groups in the catalog.
this
.@Nonnull public ServiceOrderDefect.ServiceOrderDefectBuilder serviceDefectCode(@Nullable String serviceDefectCode)
Original property name from the Odata EDM: ServiceDefectCode
The code can be uniquely identified only with the catalog type and code group.
the actual coding for the attribute. For example, in a code group of colors, the code BL can represent the color blue, GR can represent the color green, and so forth.this
.@Nonnull public ServiceOrderDefect.ServiceOrderDefectBuilder serviceDefectSchema(@Nullable String serviceDefectSchema)
Original property name from the Odata EDM: ServiceDefectSchema
this
.@Nonnull public ServiceOrderDefect.ServiceOrderDefectBuilder serviceDefectCategory(@Nullable String serviceDefectCategory)
Original property name from the Odata EDM: ServiceDefectCategory
this
.@Nonnull public ServiceOrderDefect build()
Copyright © 2021 SAP SE. All rights reserved.