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 SupplierCompanyLink<SupplierDunning> |
SupplierCompany.TO_SUPPLIER_DUNNING
Use with available fluent helpers to apply the to_SupplierDunning navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SupplierDunning |
SupplierDunning.SupplierDunningBuilder.build() |
protected SupplierDunning |
SupplierDunningUpdateFluentHelper.getEntity() |
protected SupplierDunning |
SupplierDunningCreateFluentHelper.getEntity() |
protected SupplierDunning |
SupplierDunningDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<SupplierDunning> |
SupplierCompany.fetchSupplierDunning()
Fetches the SupplierDunning entities (one to many) associated with this entity.
|
protected Class<SupplierDunning> |
SupplierDunningFluentHelper.getEntityClass() |
protected Class<SupplierDunning> |
SupplierDunningByKeyFluentHelper.getEntityClass() |
Optional<List<SupplierDunning>> |
SupplierCompany.getSupplierDunningIfPresent()
Retrieval of associated SupplierDunning entities (one to many).
|
List<SupplierDunning> |
SupplierCompany.getSupplierDunningOrFetch()
Retrieval of associated SupplierDunning entities (one to many).
|
Class<SupplierDunning> |
SupplierDunning.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SupplierCompany.addSupplierDunning(SupplierDunning... entity)
Adds elements to the list of associated SupplierDunning entities.
|
SupplierCompany.SupplierCompanyBuilder |
SupplierCompany.SupplierCompanyBuilder.supplierDunning(SupplierDunning... value) |
Modifier and Type | Method and Description |
---|---|
void |
SupplierCompany.setSupplierDunning(List<SupplierDunning> value)
Overwrites the list of associated SupplierDunning entities for the loaded navigation property
to_SupplierDunning.
|
protected SupplierDunningLink<ObjectT> |
SupplierDunningLink.translateLinkType(EntityLink<SupplierDunningLink<ObjectT>,SupplierDunning,ObjectT> link) |
Constructor and Description |
---|
SupplierDunningCreateFluentHelper(String servicePath,
SupplierDunning entity)
Creates a fluent helper object that will create a
SupplierDunning
entity on the OData endpoint. |
SupplierDunningDeleteFluentHelper(String servicePath,
SupplierDunning entity)
Creates a fluent helper object that will delete a
SupplierDunning
entity on the OData endpoint. |
SupplierDunningUpdateFluentHelper(String servicePath,
SupplierDunning entity)
Creates a fluent helper object that will update a
SupplierDunning
entity on the OData endpoint. |
Constructor and Description |
---|
SupplierCompany(String supplier,
String companyCode,
String authorizationGroup,
String companyCodeName,
String paymentBlockingReason,
Boolean supplierIsBlockedForPosting,
String accountingClerk,
String accountingClerkFaxNumber,
String accountingClerkPhoneNumber,
String supplierClerk,
String supplierClerkURL,
String paymentMethodsList,
String paymentTerms,
Boolean clearCustomerSupplier,
Boolean isToBeLocallyProcessed,
Boolean itemIsToBePaidSeparately,
Boolean paymentIsToBeSentByEDI,
String houseBank,
BigDecimal checkPaidDurationInDays,
BigDecimal billOfExchLmtAmtInCoCodeCrcy,
String supplierClerkIDBySupplier,
String reconciliationAccount,
String interestCalculationCode,
LocalDateTime interestCalculationDate,
String intrstCalcFrequencyInMonths,
String supplierHeadOffice,
String alternativePayee,
String layoutSortingRule,
String aPARToleranceGroup,
LocalDateTime supplierCertificationDate,
String supplierAccountNote,
String withholdingTaxCountry,
Boolean deletionIndicator,
String cashPlanningGroup,
Boolean isToBeCheckedForDuplicates,
String supplierAccountGroup,
ErpConfigContext erpConfigContext,
List<SupplierDunning> toSupplierDunning,
List<SupplierWithHoldingTax> toSupplierWithHoldingTax) |
Modifier and Type | Method and Description |
---|---|
SupplierDunningCreateFluentHelper |
BusinessPartnerService.createSupplierDunning(SupplierDunning supplierDunning)
Create a new
SupplierDunning entity and save it to the S/4HANA system. |
SupplierDunningCreateFluentHelper |
DefaultBusinessPartnerService.createSupplierDunning(SupplierDunning supplierDunning) |
SupplierDunningDeleteFluentHelper |
BusinessPartnerService.deleteSupplierDunning(SupplierDunning supplierDunning)
Deletes an existing
SupplierDunning entity in the S/4HANA system. |
SupplierDunningDeleteFluentHelper |
DefaultBusinessPartnerService.deleteSupplierDunning(SupplierDunning supplierDunning) |
SupplierDunningUpdateFluentHelper |
BusinessPartnerService.updateSupplierDunning(SupplierDunning supplierDunning)
Update an existing
SupplierDunning entity and save it to the S/4HANA system. |
SupplierDunningUpdateFluentHelper |
DefaultBusinessPartnerService.updateSupplierDunning(SupplierDunning supplierDunning) |
Copyright © 2018 SAP SE. All rights reserved.