Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static SupplierLink<SupplierPurchasingOrg> |
Supplier.TO_SUPPLIER_PURCHASING_ORG
Use with available fluent helpers to apply the to_SupplierPurchasingOrg navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SupplierPurchasingOrg |
SupplierPurchasingOrg.SupplierPurchasingOrgBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SupplierPurchasingOrg> |
Supplier.fetchSupplierPurchasingOrg()
Fetches the SupplierPurchasingOrg entities (one to many) associated with this entity.
|
List<SupplierPurchasingOrg> |
Supplier.getSupplierPurchasingOrgOrFetch()
Retrieval of associated SupplierPurchasingOrg entities (one to many).
|
com.google.common.base.Optional<List<SupplierPurchasingOrg>> |
Supplier.getSupplierPurchasingOrgOrNull()
Retrieval of associated SupplierPurchasingOrg entities (one to many).
|
Class<SupplierPurchasingOrg> |
SupplierPurchasingOrg.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Supplier.addSupplierPurchasingOrg(SupplierPurchasingOrg... entity)
Adds elements to the list of associated SupplierPurchasingOrg entities.
|
Supplier.SupplierBuilder |
Supplier.SupplierBuilder.supplierPurchasingOrg(SupplierPurchasingOrg... value) |
Modifier and Type | Method and Description |
---|---|
void |
Supplier.setSupplierPurchasingOrg(List<SupplierPurchasingOrg> value)
Overwrites the list of associated SupplierPurchasingOrg entities for the loaded navigation property to_SupplierPurchasingOrg.
|
Constructor and Description |
---|
SupplierPurchasingOrgCreateFluentHelper(SupplierPurchasingOrg entity) |
SupplierPurchasingOrgUpdateFluentHelper(SupplierPurchasingOrg entity) |
Constructor and Description |
---|
Supplier(String supplier,
String alternativePayeeAccountNumber,
String authorizationGroup,
String createdByUser,
Calendar creationDate,
String customer,
Boolean paymentIsBlockedForSupplier,
Boolean postingIsBlocked,
Boolean purchasingIsBlocked,
String supplierAccountGroup,
String supplierFullName,
String supplierName,
String vATRegistration,
Calendar birthDate,
String concatenatedInternationalLocNo,
Boolean deletionIndicator,
String fiscalAddress,
String industry,
String internationalLocationNumber1,
String internationalLocationNumber2,
String internationalLocationNumber3,
String isNaturalPerson,
String responsibleType,
Calendar suplrQltyInProcmtCertfnValidTo,
String suplrQualityManagementSystem,
String supplierCorporateGroup,
String supplierProcurementBlock,
String taxNumber1,
String taxNumber2,
String taxNumber3,
String taxNumber4,
String taxNumber5,
String taxNumberResponsible,
String taxNumberType,
ErpConfigContext erpConfigContext,
List<SupplierCompany> toSupplierCompany,
List<SupplierPurchasingOrg> toSupplierPurchasingOrg) |
Modifier and Type | Method and Description |
---|---|
SupplierPurchasingOrgCreateFluentHelper |
BusinessPartnerService.createSupplierPurchasingOrg(SupplierPurchasingOrg supplierPurchasingOrg)
Create a new
SupplierPurchasingOrg entity and save it to the S/4HANA system. |
SupplierPurchasingOrgCreateFluentHelper |
DefaultBusinessPartnerService.createSupplierPurchasingOrg(SupplierPurchasingOrg supplierPurchasingOrg) |
SupplierPurchasingOrgUpdateFluentHelper |
BusinessPartnerService.updateSupplierPurchasingOrg(SupplierPurchasingOrg supplierPurchasingOrg)
Update an existing
SupplierPurchasingOrg entity and save it to the S/4HANA system. |
SupplierPurchasingOrgUpdateFluentHelper |
DefaultBusinessPartnerService.updateSupplierPurchasingOrg(SupplierPurchasingOrg supplierPurchasingOrg) |
Copyright © 2018 SAP SE. All rights reserved.