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 CustomerCompanyLink<CustomerDunning> |
CustomerCompany.TO_CUSTOMER_DUNNING
Use with available fluent helpers to apply the to_CustomerDunning navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
CustomerDunning |
CustomerDunning.CustomerDunningBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<CustomerDunning> |
CustomerCompany.fetchCustomerDunning()
Fetches the CustomerDunning entities (one to many) associated with this entity.
|
List<CustomerDunning> |
CustomerCompany.getCustomerDunningOrFetch()
Retrieval of associated CustomerDunning entities (one to many).
|
com.google.common.base.Optional<List<CustomerDunning>> |
CustomerCompany.getCustomerDunningOrNull()
Retrieval of associated CustomerDunning entities (one to many).
|
Class<CustomerDunning> |
CustomerDunning.getType() |
Modifier and Type | Method and Description |
---|---|
void |
CustomerCompany.addCustomerDunning(CustomerDunning... entity)
Adds elements to the list of associated CustomerDunning entities.
|
CustomerCompany.CustomerCompanyBuilder |
CustomerCompany.CustomerCompanyBuilder.customerDunning(CustomerDunning... value) |
Modifier and Type | Method and Description |
---|---|
void |
CustomerCompany.setCustomerDunning(List<CustomerDunning> value)
Overwrites the list of associated CustomerDunning entities for the loaded navigation property to_CustomerDunning.
|
Constructor and Description |
---|
CustomerDunningCreateFluentHelper(CustomerDunning entity) |
CustomerDunningDeleteFluentHelper(CustomerDunning entity) |
CustomerDunningUpdateFluentHelper(CustomerDunning entity) |
Constructor and Description |
---|
CustomerCompany(String customer,
String companyCode,
String aPARToleranceGroup,
String accountByCustomer,
String accountingClerk,
String accountingClerkFaxNumber,
String accountingClerkInternetAddress,
String accountingClerkPhoneNumber,
String alternativePayerAccount,
String authorizationGroup,
String collectiveInvoiceVariant,
String customerAccountNote,
String customerHeadOffice,
Boolean customerSupplierClearingIsUsed,
String houseBank,
String interestCalculationCode,
Calendar interestCalculationDate,
String intrstCalcFrequencyInMonths,
Boolean isToBeLocallyProcessed,
Boolean itemIsToBePaidSeparately,
String layoutSortingRule,
String paymentBlockingReason,
String paymentMethodsList,
String paymentTerms,
Boolean paytAdviceIsSentbyEDI,
Boolean physicalInventoryBlockInd,
String reconciliationAccount,
Boolean recordPaymentHistoryIndicator,
String userAtCustomer,
Boolean deletionIndicator,
String customerAccountGroup,
ErpConfigContext erpConfigContext,
List<CustomerDunning> toCustomerDunning,
List<CustomerWithHoldingTax> toWithHoldingTax) |
Modifier and Type | Method and Description |
---|---|
CustomerDunningCreateFluentHelper |
BusinessPartnerService.createCustomerDunning(CustomerDunning customerDunning)
Create a new
CustomerDunning entity and save it to the S/4HANA system. |
CustomerDunningCreateFluentHelper |
DefaultBusinessPartnerService.createCustomerDunning(CustomerDunning customerDunning) |
CustomerDunningDeleteFluentHelper |
BusinessPartnerService.deleteCustomerDunning(CustomerDunning customerDunning)
Deletes an existing
CustomerDunning entity in the S/4HANA system. |
CustomerDunningDeleteFluentHelper |
DefaultBusinessPartnerService.deleteCustomerDunning(CustomerDunning customerDunning) |
CustomerDunningUpdateFluentHelper |
BusinessPartnerService.updateCustomerDunning(CustomerDunning customerDunning)
Update an existing
CustomerDunning entity and save it to the S/4HANA system. |
CustomerDunningUpdateFluentHelper |
DefaultBusinessPartnerService.updateCustomerDunning(CustomerDunning customerDunning) |
Copyright © 2018 SAP SE. All rights reserved.