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() |
protected SupplierPurchasingOrg |
SupplierPurchasingOrgUpdateFluentHelper.getEntity()
SupplierPurchasingOrg entity object that will be updated in the S/4HANA system. |
protected SupplierPurchasingOrg |
SupplierPurchasingOrgCreateFluentHelper.getEntity()
SupplierPurchasingOrg entity object that will be created in the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
List<SupplierPurchasingOrg> |
Supplier.fetchSupplierPurchasingOrg()
Fetches the SupplierPurchasingOrg entities (one to many) associated with this entity.
|
protected Class<SupplierPurchasingOrg> |
SupplierPurchasingOrgByKeyFluentHelper.getEntityClass() |
protected Class<SupplierPurchasingOrg> |
SupplierPurchasingOrgFluentHelper.getEntityClass() |
Optional<List<SupplierPurchasingOrg>> |
Supplier.getSupplierPurchasingOrgIfPresent()
Retrieval of associated SupplierPurchasingOrg entities (one to many).
|
List<SupplierPurchasingOrg> |
Supplier.getSupplierPurchasingOrgOrFetch()
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.
|
protected SupplierPurchasingOrgLink<ObjectT> |
SupplierPurchasingOrgLink.translateLinkType(EntityLink<SupplierPurchasingOrgLink<ObjectT>,SupplierPurchasingOrg,ObjectT> link) |
Constructor and Description |
---|
SupplierPurchasingOrgCreateFluentHelper(SupplierPurchasingOrg entity) |
SupplierPurchasingOrgUpdateFluentHelper(SupplierPurchasingOrg entity) |
Constructor and Description |
---|
Supplier(String supplier,
String alternativePayeeAccountNumber,
String authorizationGroup,
String createdByUser,
LocalDateTime creationDate,
String customer,
Boolean paymentIsBlockedForSupplier,
Boolean postingIsBlocked,
Boolean purchasingIsBlocked,
String supplierAccountGroup,
String supplierFullName,
String supplierName,
String vATRegistration,
LocalDateTime birthDate,
String concatenatedInternationalLocNo,
Boolean deletionIndicator,
String fiscalAddress,
String industry,
String internationalLocationNumber1,
String internationalLocationNumber2,
String internationalLocationNumber3,
String isNaturalPerson,
String responsibleType,
LocalDateTime 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.