public interface BusinessPartnerService extends BatchService<BusinessPartnerServiceBatch>
This service enables you to create, read, update, and delete master data related to Business Partners, Suppliers, and Customers in an SAP S/4HANA system.
Reference: SAP API Business Hub
OData Service: | API_BUSINESS_PARTNER |
API Version: | 1 |
Communication Scenario: | Business Partner, Customer and Supplier Integration (SAP_COM_0008) |
Scope Items: | Master Data Integration (1RO) |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull BusinessPartnerService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull AddressEmailAddressFluentHelper getAllAddressEmailAddress()
AddressEmailAddress
entities.AddressEmailAddress
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull AddressEmailAddressByKeyFluentHelper getAddressEmailAddressByKey(String addressID, String person, String ordinalNumber)
AddressEmailAddress
entity using key fields.ordinalNumber
- Sequence Number
Constraints: Not nullable, Maximum length: 3
person
- Internal key for identifying a person in Business Address Services.
Constraints: Not nullable, Maximum length: 10
addressID
- Internal key for identifying a Business Address Services address.
Constraints: Not nullable, Maximum length: 10
AddressEmailAddress
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull AddressEmailAddressCreateFluentHelper createAddressEmailAddress(@Nonnull AddressEmailAddress addressEmailAddress)
AddressEmailAddress
entity and save it to the S/4HANA system.addressEmailAddress
- AddressEmailAddress
entity object that will be created in the S/4HANA system.AddressEmailAddress
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull AddressEmailAddressUpdateFluentHelper updateAddressEmailAddress(@Nonnull AddressEmailAddress addressEmailAddress)
AddressEmailAddress
entity and save it to the S/4HANA system.addressEmailAddress
- AddressEmailAddress
entity object that will be updated in the S/4HANA system.AddressEmailAddress
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull AddressEmailAddressDeleteFluentHelper deleteAddressEmailAddress(@Nonnull AddressEmailAddress addressEmailAddress)
AddressEmailAddress
entity in the S/4HANA system.addressEmailAddress
- AddressEmailAddress
entity object that will be deleted in the S/4HANA system.AddressEmailAddress
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull AddressFaxNumberFluentHelper getAllAddressFaxNumber()
AddressFaxNumber
entities.AddressFaxNumber
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull AddressFaxNumberByKeyFluentHelper getAddressFaxNumberByKey(String addressID, String person, String ordinalNumber)
AddressFaxNumber
entity using key fields.ordinalNumber
- Sequence Number
Constraints: Not nullable, Maximum length: 3
person
- Internal key for identifying a person in Business Address Services.
Constraints: Not nullable, Maximum length: 10
addressID
- Internal key for identifying a Business Address Services address.
Constraints: Not nullable, Maximum length: 10
AddressFaxNumber
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull AddressFaxNumberCreateFluentHelper createAddressFaxNumber(@Nonnull AddressFaxNumber addressFaxNumber)
AddressFaxNumber
entity and save it to the S/4HANA system.addressFaxNumber
- AddressFaxNumber
entity object that will be created in the S/4HANA system.AddressFaxNumber
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull AddressFaxNumberUpdateFluentHelper updateAddressFaxNumber(@Nonnull AddressFaxNumber addressFaxNumber)
AddressFaxNumber
entity and save it to the S/4HANA system.addressFaxNumber
- AddressFaxNumber
entity object that will be updated in the S/4HANA system.AddressFaxNumber
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull AddressFaxNumberDeleteFluentHelper deleteAddressFaxNumber(@Nonnull AddressFaxNumber addressFaxNumber)
AddressFaxNumber
entity in the S/4HANA system.addressFaxNumber
- AddressFaxNumber
entity object that will be deleted in the S/4HANA system.AddressFaxNumber
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull AddressHomePageURLFluentHelper getAllAddressHomePageURL()
AddressHomePageURL
entities.AddressHomePageURL
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull AddressHomePageURLByKeyFluentHelper getAddressHomePageURLByKey(String addressID, String person, String ordinalNumber, LocalDateTime validityStartDate, Boolean isDefaultURLAddress)
AddressHomePageURL
entity using key fields.ordinalNumber
- Sequence Number
Constraints: Not nullable, Maximum length: 3
validityStartDate
- Valid-from date - in current Release only 00010101 possible
Constraints: Not nullable, Precision: 0
isDefaultURLAddress
- Flag: this address is the default address
Constraints: Not nullable
person
- Internal key for identifying a person in Business Address Services.
Constraints: Not nullable, Maximum length: 10
addressID
- Internal key for identifying a Business Address Services address.
Constraints: Not nullable, Maximum length: 10
AddressHomePageURL
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull AddressHomePageURLCreateFluentHelper createAddressHomePageURL(@Nonnull AddressHomePageURL addressHomePageURL)
AddressHomePageURL
entity and save it to the S/4HANA system.addressHomePageURL
- AddressHomePageURL
entity object that will be created in the S/4HANA system.AddressHomePageURL
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull AddressHomePageURLUpdateFluentHelper updateAddressHomePageURL(@Nonnull AddressHomePageURL addressHomePageURL)
AddressHomePageURL
entity and save it to the S/4HANA system.addressHomePageURL
- AddressHomePageURL
entity object that will be updated in the S/4HANA system.AddressHomePageURL
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull AddressHomePageURLDeleteFluentHelper deleteAddressHomePageURL(@Nonnull AddressHomePageURL addressHomePageURL)
AddressHomePageURL
entity in the S/4HANA system.addressHomePageURL
- AddressHomePageURL
entity object that will be deleted in the S/4HANA system.AddressHomePageURL
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull AddressPhoneNumberFluentHelper getAllAddressPhoneNumber()
AddressPhoneNumber
entities.AddressPhoneNumber
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull AddressPhoneNumberByKeyFluentHelper getAddressPhoneNumberByKey(String addressID, String person, String ordinalNumber)
AddressPhoneNumber
entity using key fields.ordinalNumber
- Sequence Number
Constraints: Not nullable, Maximum length: 3
person
- Internal key for identifying a person in Business Address Services.
Constraints: Not nullable, Maximum length: 10
addressID
- Internal key for identifying a Business Address Services address.
Constraints: Not nullable, Maximum length: 10
AddressPhoneNumber
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull AddressPhoneNumberCreateFluentHelper createAddressPhoneNumber(@Nonnull AddressPhoneNumber addressPhoneNumber)
AddressPhoneNumber
entity and save it to the S/4HANA system.addressPhoneNumber
- AddressPhoneNumber
entity object that will be created in the S/4HANA system.AddressPhoneNumber
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull AddressPhoneNumberUpdateFluentHelper updateAddressPhoneNumber(@Nonnull AddressPhoneNumber addressPhoneNumber)
AddressPhoneNumber
entity and save it to the S/4HANA system.addressPhoneNumber
- AddressPhoneNumber
entity object that will be updated in the S/4HANA system.AddressPhoneNumber
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull AddressPhoneNumberDeleteFluentHelper deleteAddressPhoneNumber(@Nonnull AddressPhoneNumber addressPhoneNumber)
AddressPhoneNumber
entity in the S/4HANA system.addressPhoneNumber
- AddressPhoneNumber
entity object that will be deleted in the S/4HANA system.AddressPhoneNumber
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BPContactToAddressFluentHelper getAllBPContactToAddress()
BPContactToAddress
entities.BPContactToAddress
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BPContactToAddressByKeyFluentHelper getBPContactToAddressByKey(String relationshipNumber, String businessPartnerCompany, String businessPartnerPerson, LocalDateTime validityEndDate, String addressID)
BPContactToAddress
entity using key fields.businessPartnerPerson
- Key identifying a business partner in the SAP system. The key is unique within a client.
Constraints: Not nullable, Maximum length: 10
businessPartnerCompany
- Key identifying a business partner in the SAP system. The key is unique within a client.
Constraints: Not nullable, Maximum length: 10
validityEndDate
- Validity Date (Valid To)
Constraints: Not nullable, Precision: 0
relationshipNumber
- The business partner relationship number is an internal number that identifies the business partner
relationship set.
Constraints: Not nullable, Maximum length: 12
addressID
- Internal key for identifying a Business Address Services address.
Constraints: Not nullable, Maximum length: 10
BPContactToAddress
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BPContactToFuncAndDeptFluentHelper getAllBPContactToFuncAndDept()
BPContactToFuncAndDept
entities.BPContactToFuncAndDept
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BPContactToFuncAndDeptByKeyFluentHelper getBPContactToFuncAndDeptByKey(String relationshipNumber, String businessPartnerCompany, String businessPartnerPerson, LocalDateTime validityEndDate)
BPContactToFuncAndDept
entity using key fields.businessPartnerPerson
- Key identifying a business partner in the SAP system. The key is unique within a client.
Constraints: Not nullable, Maximum length: 10
businessPartnerCompany
- Key identifying a business partner in the SAP system. The key is unique within a client.
Constraints: Not nullable, Maximum length: 10
validityEndDate
- Validity Date (Valid To)
Constraints: Not nullable, Precision: 0
relationshipNumber
- The business partner relationship number is an internal number that identifies the business partner
relationship set.
Constraints: Not nullable, Maximum length: 12
BPContactToFuncAndDept
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BPContactToFuncAndDeptUpdateFluentHelper updateBPContactToFuncAndDept(@Nonnull BPContactToFuncAndDept bPContactToFuncAndDept)
BPContactToFuncAndDept
entity and save it to the S/4HANA system.bPContactToFuncAndDept
- BPContactToFuncAndDept
entity object that will be updated in the S/4HANA system.BPContactToFuncAndDept
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BuPaAddressUsageFluentHelper getAllBuPaAddressUsage()
BuPaAddressUsage
entities.BuPaAddressUsage
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BuPaAddressUsageByKeyFluentHelper getBuPaAddressUsageByKey(String businessPartner, ZonedDateTime validityEndDate, String addressUsage, String addressID)
BuPaAddressUsage
entity using key fields.businessPartner
- Key identifying a business partner in the SAP system. The key is unique within a client.
Constraints: Not nullable, Maximum length: 10
validityEndDate
- Validity End of a Business Partner Address Usage
Constraints: Not nullable, Precision: 0
addressUsage
- Business partner attribute, which you can use to distinguish between various addresses by defining the
address usage for communication with business partners.
Constraints: Not nullable, Maximum length: 10
addressID
- Internal key for identifying a Business Address Services address.
Constraints: Not nullable, Maximum length: 10
BuPaAddressUsage
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BuPaAddressUsageCreateFluentHelper createBuPaAddressUsage(@Nonnull BuPaAddressUsage buPaAddressUsage)
BuPaAddressUsage
entity and save it to the S/4HANA system.buPaAddressUsage
- BuPaAddressUsage
entity object that will be created in the S/4HANA system.BuPaAddressUsage
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BuPaAddressUsageUpdateFluentHelper updateBuPaAddressUsage(@Nonnull BuPaAddressUsage buPaAddressUsage)
BuPaAddressUsage
entity and save it to the S/4HANA system.buPaAddressUsage
- BuPaAddressUsage
entity object that will be updated in the S/4HANA system.BuPaAddressUsage
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BuPaAddressUsageDeleteFluentHelper deleteBuPaAddressUsage(@Nonnull BuPaAddressUsage buPaAddressUsage)
BuPaAddressUsage
entity in the S/4HANA system.buPaAddressUsage
- BuPaAddressUsage
entity object that will be deleted in the S/4HANA system.BuPaAddressUsage
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BuPaIdentificationFluentHelper getAllBuPaIdentification()
BuPaIdentification
entities.BuPaIdentification
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BuPaIdentificationByKeyFluentHelper getBuPaIdentificationByKey(String businessPartner, String bPIdentificationType, String bPIdentificationNumber)
BuPaIdentification
entity using key fields.businessPartner
- Key identifying a business partner in the SAP system. The key is unique within a client.
Constraints: Not nullable, Maximum length: 10
bPIdentificationNumber
- Number that serves to identify a business partner, such as driver's license, or ID card number.
Constraints: Not nullable, Maximum length: 60
bPIdentificationType
- A document (such as an ID card or driver's license) or an entry in a system of records (such as a
commercial register) whose key can be stored as an attribute for a business partner.
Constraints: Not nullable, Maximum length: 6
BuPaIdentification
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BuPaIdentificationCreateFluentHelper createBuPaIdentification(@Nonnull BuPaIdentification buPaIdentification)
BuPaIdentification
entity and save it to the S/4HANA system.buPaIdentification
- BuPaIdentification
entity object that will be created in the S/4HANA system.BuPaIdentification
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BuPaIdentificationUpdateFluentHelper updateBuPaIdentification(@Nonnull BuPaIdentification buPaIdentification)
BuPaIdentification
entity and save it to the S/4HANA system.buPaIdentification
- BuPaIdentification
entity object that will be updated in the S/4HANA system.BuPaIdentification
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BuPaIdentificationDeleteFluentHelper deleteBuPaIdentification(@Nonnull BuPaIdentification buPaIdentification)
BuPaIdentification
entity in the S/4HANA system.buPaIdentification
- BuPaIdentification
entity object that will be deleted in the S/4HANA system.BuPaIdentification
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerFluentHelper getAllBusinessPartner()
BusinessPartner
entities.BusinessPartner
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerByKeyFluentHelper getBusinessPartnerByKey(String businessPartner)
BusinessPartner
entity using key fields.businessPartner
- Key identifying a business partner in the SAP system. The key is unique within a client.
Constraints: Not nullable, Maximum length: 10
BusinessPartner
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerCreateFluentHelper createBusinessPartner(@Nonnull BusinessPartner businessPartner)
BusinessPartner
entity and save it to the S/4HANA system.businessPartner
- BusinessPartner
entity object that will be created in the S/4HANA system.BusinessPartner
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerUpdateFluentHelper updateBusinessPartner(@Nonnull BusinessPartner businessPartner)
BusinessPartner
entity and save it to the S/4HANA system.businessPartner
- BusinessPartner
entity object that will be updated in the S/4HANA system.BusinessPartner
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerAddressFluentHelper getAllBusinessPartnerAddress()
BusinessPartnerAddress
entities.BusinessPartnerAddress
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerAddressByKeyFluentHelper getBusinessPartnerAddressByKey(String businessPartner, String addressID)
BusinessPartnerAddress
entity using key fields.businessPartner
- Key identifying a business partner in the SAP system. The key is unique within a client.
Constraints: Not nullable, Maximum length: 10
addressID
- Internal key for identifying a Business Address Services address.
Constraints: Not nullable, Maximum length: 10
BusinessPartnerAddress
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerAddressCreateFluentHelper createBusinessPartnerAddress(@Nonnull BusinessPartnerAddress businessPartnerAddress)
BusinessPartnerAddress
entity and save it to the S/4HANA system.businessPartnerAddress
- BusinessPartnerAddress
entity object that will be created in the S/4HANA system.BusinessPartnerAddress
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerAddressUpdateFluentHelper updateBusinessPartnerAddress(@Nonnull BusinessPartnerAddress businessPartnerAddress)
BusinessPartnerAddress
entity and save it to the S/4HANA system.businessPartnerAddress
- BusinessPartnerAddress
entity object that will be updated in the S/4HANA system.BusinessPartnerAddress
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerAddressDeleteFluentHelper deleteBusinessPartnerAddress(@Nonnull BusinessPartnerAddress businessPartnerAddress)
BusinessPartnerAddress
entity in the S/4HANA system.businessPartnerAddress
- BusinessPartnerAddress
entity object that will be deleted in the S/4HANA system.BusinessPartnerAddress
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerBankFluentHelper getAllBusinessPartnerBank()
BusinessPartnerBank
entities.BusinessPartnerBank
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerBankByKeyFluentHelper getBusinessPartnerBankByKey(String businessPartner, String bankIdentification)
BusinessPartnerBank
entity using key fields.businessPartner
- Key identifying a business partner in the SAP system. The key is unique within a client.
Constraints: Not nullable, Maximum length: 10
bankIdentification
- Key identifying a business partner's bank details.
Constraints: Not nullable, Maximum length: 4
BusinessPartnerBank
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerBankCreateFluentHelper createBusinessPartnerBank(@Nonnull BusinessPartnerBank businessPartnerBank)
BusinessPartnerBank
entity and save it to the S/4HANA system.businessPartnerBank
- BusinessPartnerBank
entity object that will be created in the S/4HANA system.BusinessPartnerBank
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerBankUpdateFluentHelper updateBusinessPartnerBank(@Nonnull BusinessPartnerBank businessPartnerBank)
BusinessPartnerBank
entity and save it to the S/4HANA system.businessPartnerBank
- BusinessPartnerBank
entity object that will be updated in the S/4HANA system.BusinessPartnerBank
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerBankDeleteFluentHelper deleteBusinessPartnerBank(@Nonnull BusinessPartnerBank businessPartnerBank)
BusinessPartnerBank
entity in the S/4HANA system.businessPartnerBank
- BusinessPartnerBank
entity object that will be deleted in the S/4HANA system.BusinessPartnerBank
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerContactFluentHelper getAllBusinessPartnerContact()
BusinessPartnerContact
entities.BusinessPartnerContact
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerContactByKeyFluentHelper getBusinessPartnerContactByKey(String relationshipNumber, String businessPartnerCompany, String businessPartnerPerson, LocalDateTime validityEndDate)
BusinessPartnerContact
entity using key fields.businessPartnerPerson
- Key identifying a business partner in the SAP system. The key is unique within a client.
Constraints: Not nullable, Maximum length: 10
businessPartnerCompany
- Key identifying a business partner in the SAP system. The key is unique within a client.
Constraints: Not nullable, Maximum length: 10
validityEndDate
- Validity Date (Valid To)
Constraints: Not nullable, Precision: 0
relationshipNumber
- The business partner relationship number is an internal number that identifies the business partner
relationship set.
Constraints: Not nullable, Maximum length: 12
BusinessPartnerContact
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerContactCreateFluentHelper createBusinessPartnerContact(@Nonnull BusinessPartnerContact businessPartnerContact)
BusinessPartnerContact
entity and save it to the S/4HANA system.businessPartnerContact
- BusinessPartnerContact
entity object that will be created in the S/4HANA system.BusinessPartnerContact
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerContactUpdateFluentHelper updateBusinessPartnerContact(@Nonnull BusinessPartnerContact businessPartnerContact)
BusinessPartnerContact
entity and save it to the S/4HANA system.businessPartnerContact
- BusinessPartnerContact
entity object that will be updated in the S/4HANA system.BusinessPartnerContact
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerContactDeleteFluentHelper deleteBusinessPartnerContact(@Nonnull BusinessPartnerContact businessPartnerContact)
BusinessPartnerContact
entity in the S/4HANA system.businessPartnerContact
- BusinessPartnerContact
entity object that will be deleted in the S/4HANA system.BusinessPartnerContact
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerRoleFluentHelper getAllBusinessPartnerRole()
BusinessPartnerRole
entities.BusinessPartnerRole
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerRoleByKeyFluentHelper getBusinessPartnerRoleByKey(String businessPartner, String businessPartnerRole)
BusinessPartnerRole
entity using key fields.businessPartner
- Key identifying a business partner in the SAP system. The key is unique within a client.
Constraints: Not nullable, Maximum length: 10
businessPartnerRole
- Function that a business partner takes on, depending on a business transaction.
Constraints: Not nullable, Maximum length: 6
BusinessPartnerRole
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerRoleCreateFluentHelper createBusinessPartnerRole(@Nonnull BusinessPartnerRole businessPartnerRole)
BusinessPartnerRole
entity and save it to the S/4HANA system.businessPartnerRole
- BusinessPartnerRole
entity object that will be created in the S/4HANA system.BusinessPartnerRole
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerRoleUpdateFluentHelper updateBusinessPartnerRole(@Nonnull BusinessPartnerRole businessPartnerRole)
BusinessPartnerRole
entity and save it to the S/4HANA system.businessPartnerRole
- BusinessPartnerRole
entity object that will be updated in the S/4HANA system.BusinessPartnerRole
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerTaxNumberFluentHelper getAllBusinessPartnerTaxNumber()
BusinessPartnerTaxNumber
entities.BusinessPartnerTaxNumber
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerTaxNumberByKeyFluentHelper getBusinessPartnerTaxNumberByKey(String businessPartner, String bPTaxType)
BusinessPartnerTaxNumber
entity using key fields.bPTaxType
- Specifies the tax number category.
Constraints: Not nullable, Maximum length: 4
businessPartner
- Key identifying a business partner in the SAP system. The key is unique within a client.
Constraints: Not nullable, Maximum length: 10
BusinessPartnerTaxNumber
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerTaxNumberCreateFluentHelper createBusinessPartnerTaxNumber(@Nonnull BusinessPartnerTaxNumber businessPartnerTaxNumber)
BusinessPartnerTaxNumber
entity and save it to the S/4HANA system.businessPartnerTaxNumber
- BusinessPartnerTaxNumber
entity object that will be created in the S/4HANA system.BusinessPartnerTaxNumber
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerTaxNumberUpdateFluentHelper updateBusinessPartnerTaxNumber(@Nonnull BusinessPartnerTaxNumber businessPartnerTaxNumber)
BusinessPartnerTaxNumber
entity and save it to the S/4HANA system.businessPartnerTaxNumber
- BusinessPartnerTaxNumber
entity object that will be updated in the S/4HANA system.BusinessPartnerTaxNumber
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull BusinessPartnerTaxNumberDeleteFluentHelper deleteBusinessPartnerTaxNumber(@Nonnull BusinessPartnerTaxNumber businessPartnerTaxNumber)
BusinessPartnerTaxNumber
entity in the S/4HANA system.businessPartnerTaxNumber
- BusinessPartnerTaxNumber
entity object that will be deleted in the S/4HANA system.BusinessPartnerTaxNumber
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerFluentHelper getAllCustomer()
Customer
entities.@Nonnull CustomerByKeyFluentHelper getCustomerByKey(String customer)
Customer
entity using key fields.customer
- Gives an alphanumeric key, which clearly identifies the customer or vendor in the SAP system.
Constraints: Not nullable, Maximum length: 10
Customer
entity
using key fields. This fluent helper allows methods which modify the underlying query to be called before
executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerUpdateFluentHelper updateCustomer(@Nonnull Customer customer)
Customer
entity and save it to the S/4HANA system.@Nonnull CustomerCompanyFluentHelper getAllCustomerCompany()
CustomerCompany
entities.CustomerCompany
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerCompanyByKeyFluentHelper getCustomerCompanyByKey(String customer, String companyCode)
CustomerCompany
entity using key fields.companyCode
- The company code is an organizational unit within financial accounting.
Constraints: Not nullable, Maximum length: 4
customer
- Gives an alphanumeric key, which clearly identifies the customer or vendor in the SAP system.
Constraints: Not nullable, Maximum length: 10
CustomerCompany
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerCompanyCreateFluentHelper createCustomerCompany(@Nonnull CustomerCompany customerCompany)
CustomerCompany
entity and save it to the S/4HANA system.customerCompany
- CustomerCompany
entity object that will be created in the S/4HANA system.CustomerCompany
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerCompanyUpdateFluentHelper updateCustomerCompany(@Nonnull CustomerCompany customerCompany)
CustomerCompany
entity and save it to the S/4HANA system.customerCompany
- CustomerCompany
entity object that will be updated in the S/4HANA system.CustomerCompany
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerDunningFluentHelper getAllCustomerDunning()
CustomerDunning
entities.CustomerDunning
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerDunningByKeyFluentHelper getCustomerDunningByKey(String customer, String companyCode, String dunningArea)
CustomerDunning
entity using key fields.companyCode
- The company code is an organizational unit within financial accounting.
Constraints: Not nullable, Maximum length: 4
dunningArea
- The dunning area represents an organizational entity that is responsible for dunning. The dunning
areas represent a sub-structure of the company codes.
Constraints: Not nullable, Maximum length: 2
customer
- Gives an alphanumeric key, which clearly identifies the customer or vendor in the SAP system.
Constraints: Not nullable, Maximum length: 10
CustomerDunning
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerDunningCreateFluentHelper createCustomerDunning(@Nonnull CustomerDunning customerDunning)
CustomerDunning
entity and save it to the S/4HANA system.customerDunning
- CustomerDunning
entity object that will be created in the S/4HANA system.CustomerDunning
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerDunningUpdateFluentHelper updateCustomerDunning(@Nonnull CustomerDunning customerDunning)
CustomerDunning
entity and save it to the S/4HANA system.customerDunning
- CustomerDunning
entity object that will be updated in the S/4HANA system.CustomerDunning
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerDunningDeleteFluentHelper deleteCustomerDunning(@Nonnull CustomerDunning customerDunning)
CustomerDunning
entity in the S/4HANA system.customerDunning
- CustomerDunning
entity object that will be deleted in the S/4HANA system.CustomerDunning
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerSalesAreaFluentHelper getAllCustomerSalesArea()
CustomerSalesArea
entities.CustomerSalesArea
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerSalesAreaByKeyFluentHelper getCustomerSalesAreaByKey(String customer, String salesOrganization, String distributionChannel, String division)
CustomerSalesArea
entity using key fields.division
- A way of grouping materials, products, or services. The system uses divisions to determine the sales
areas and the business areas for a material, product, or service.
Constraints: Not nullable, Maximum length: 2
distributionChannel
- The way in which products or services reach the customer. Typical examples of distribution channels
are wholesale, retail, or direct sales.
Constraints: Not nullable, Maximum length: 2
salesOrganization
- An organizational unit responsible for the sale of certain products or services. The responsibility of
a sales organization may include legal liability for products and customer claims.
Constraints: Not nullable, Maximum length: 4
customer
- Gives an alphanumeric key, which clearly identifies the customer or vendor in the SAP system.
Constraints: Not nullable, Maximum length: 10
CustomerSalesArea
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerSalesAreaCreateFluentHelper createCustomerSalesArea(@Nonnull CustomerSalesArea customerSalesArea)
CustomerSalesArea
entity and save it to the S/4HANA system.customerSalesArea
- CustomerSalesArea
entity object that will be created in the S/4HANA system.CustomerSalesArea
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerSalesAreaUpdateFluentHelper updateCustomerSalesArea(@Nonnull CustomerSalesArea customerSalesArea)
CustomerSalesArea
entity and save it to the S/4HANA system.customerSalesArea
- CustomerSalesArea
entity object that will be updated in the S/4HANA system.CustomerSalesArea
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerSalesAreaTaxFluentHelper getAllCustomerSalesAreaTax()
CustomerSalesAreaTax
entities.CustomerSalesAreaTax
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerSalesAreaTaxByKeyFluentHelper getCustomerSalesAreaTaxByKey(String customer, String salesOrganization, String distributionChannel, String division, String departureCountry, String customerTaxCategory)
CustomerSalesAreaTax
entity using key fields.division
- A way of grouping materials, products, or services. The system uses divisions to determine the sales
areas and the business areas for a material, product, or service.
Constraints: Not nullable, Maximum length: 2
departureCountry
- Identifies the country in which the delivery originates.
Constraints: Not nullable, Maximum length: 3
distributionChannel
- Specifies a distribution channel that you want to use as a reference for customer and material master
data for other distribution channels.
Constraints: Not nullable, Maximum length: 2
customerTaxCategory
- Identifies the condition that the system uses to automatically determine country-specific taxes during
pricing.
Constraints: Not nullable, Maximum length: 4
salesOrganization
- An organizational unit responsible for the sale of certain products or services. The responsibility of
a sales organization may include legal liability for products and customer claims.
Constraints: Not nullable, Maximum length: 4
customer
- Gives an alphanumeric key, which clearly identifies the customer or vendor in the SAP system.
Constraints: Not nullable, Maximum length: 10
CustomerSalesAreaTax
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerSalesAreaTaxCreateFluentHelper createCustomerSalesAreaTax(@Nonnull CustomerSalesAreaTax customerSalesAreaTax)
CustomerSalesAreaTax
entity and save it to the S/4HANA system.customerSalesAreaTax
- CustomerSalesAreaTax
entity object that will be created in the S/4HANA system.CustomerSalesAreaTax
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerSalesAreaTaxUpdateFluentHelper updateCustomerSalesAreaTax(@Nonnull CustomerSalesAreaTax customerSalesAreaTax)
CustomerSalesAreaTax
entity and save it to the S/4HANA system.customerSalesAreaTax
- CustomerSalesAreaTax
entity object that will be updated in the S/4HANA system.CustomerSalesAreaTax
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerWithHoldingTaxFluentHelper getAllCustomerWithHoldingTax()
CustomerWithHoldingTax
entities.CustomerWithHoldingTax
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerWithHoldingTaxByKeyFluentHelper getCustomerWithHoldingTaxByKey(String customer, String companyCode, String withholdingTaxType)
CustomerWithHoldingTax
entity using key fields.companyCode
- The company code is an organizational unit within financial accounting.
Constraints: Not nullable, Maximum length: 4
withholdingTaxType
- This indicator is used to classify the different types of withholding tax.
Constraints: Not nullable, Maximum length: 2
customer
- Gives an alphanumeric key, which clearly identifies the customer or vendor in the SAP system.
Constraints: Not nullable, Maximum length: 10
CustomerWithHoldingTax
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerWithHoldingTaxCreateFluentHelper createCustomerWithHoldingTax(@Nonnull CustomerWithHoldingTax customerWithHoldingTax)
CustomerWithHoldingTax
entity and save it to the S/4HANA system.customerWithHoldingTax
- CustomerWithHoldingTax
entity object that will be created in the S/4HANA system.CustomerWithHoldingTax
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerWithHoldingTaxUpdateFluentHelper updateCustomerWithHoldingTax(@Nonnull CustomerWithHoldingTax customerWithHoldingTax)
CustomerWithHoldingTax
entity and save it to the S/4HANA system.customerWithHoldingTax
- CustomerWithHoldingTax
entity object that will be updated in the S/4HANA system.CustomerWithHoldingTax
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustomerWithHoldingTaxDeleteFluentHelper deleteCustomerWithHoldingTax(@Nonnull CustomerWithHoldingTax customerWithHoldingTax)
CustomerWithHoldingTax
entity in the S/4HANA system.customerWithHoldingTax
- CustomerWithHoldingTax
entity object that will be deleted in the S/4HANA system.CustomerWithHoldingTax
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustSalesPartnerFuncFluentHelper getAllCustSalesPartnerFunc()
CustSalesPartnerFunc
entities.CustSalesPartnerFunc
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustSalesPartnerFuncByKeyFluentHelper getCustSalesPartnerFuncByKey(String customer, String salesOrganization, String distributionChannel, String division, String partnerCounter, String partnerFunction)
CustSalesPartnerFunc
entity using key fields.division
- A way of grouping materials, products, or services. The system uses divisions to determine the sales
areas and the business areas for a material, product, or service.
Constraints: Not nullable, Maximum length: 2
partnerFunction
- The abbreviated form of the name that identifies the partner function.
Constraints: Not nullable, Maximum length: 2
partnerCounter
- The sequential number that the system applies when there is more than one partner for a particular
partner function.
Constraints: Not nullable, Maximum length: 3
distributionChannel
- The way in which products or services reach the customer. Typical examples of distribution channels
are wholesale, retail, or direct sales.
Constraints: Not nullable, Maximum length: 2
salesOrganization
- An organizational unit responsible for the sale of certain products or services. The responsibility of
a sales organization may include legal liability for products and customer claims.
Constraints: Not nullable, Maximum length: 4
customer
- Gives an alphanumeric key, which clearly identifies the customer or vendor in the SAP system.
Constraints: Not nullable, Maximum length: 10
CustSalesPartnerFunc
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustSalesPartnerFuncCreateFluentHelper createCustSalesPartnerFunc(@Nonnull CustSalesPartnerFunc custSalesPartnerFunc)
CustSalesPartnerFunc
entity and save it to the S/4HANA system.custSalesPartnerFunc
- CustSalesPartnerFunc
entity object that will be created in the S/4HANA system.CustSalesPartnerFunc
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustSalesPartnerFuncUpdateFluentHelper updateCustSalesPartnerFunc(@Nonnull CustSalesPartnerFunc custSalesPartnerFunc)
CustSalesPartnerFunc
entity and save it to the S/4HANA system.custSalesPartnerFunc
- CustSalesPartnerFunc
entity object that will be updated in the S/4HANA system.CustSalesPartnerFunc
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull CustSalesPartnerFuncDeleteFluentHelper deleteCustSalesPartnerFunc(@Nonnull CustSalesPartnerFunc custSalesPartnerFunc)
CustSalesPartnerFunc
entity in the S/4HANA system.custSalesPartnerFunc
- CustSalesPartnerFunc
entity object that will be deleted in the S/4HANA system.CustSalesPartnerFunc
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierFluentHelper getAllSupplier()
Supplier
entities.@Nonnull SupplierByKeyFluentHelper getSupplierByKey(String supplier)
Supplier
entity using key fields.supplier
- Specifies an alphanumeric key that uniquely identifies the supplier in the SAP system.
Constraints: Not nullable, Maximum length: 10
Supplier
entity
using key fields. This fluent helper allows methods which modify the underlying query to be called before
executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierUpdateFluentHelper updateSupplier(@Nonnull Supplier supplier)
Supplier
entity and save it to the S/4HANA system.@Nonnull SupplierCompanyFluentHelper getAllSupplierCompany()
SupplierCompany
entities.SupplierCompany
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierCompanyByKeyFluentHelper getSupplierCompanyByKey(String supplier, String companyCode)
SupplierCompany
entity using key fields.companyCode
- The company code is an organizational unit within financial accounting.
Constraints: Not nullable, Maximum length: 4
supplier
- Specifies an alphanumeric key that uniquely identifies the supplier in the SAP system.
Constraints: Not nullable, Maximum length: 10
SupplierCompany
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierCompanyCreateFluentHelper createSupplierCompany(@Nonnull SupplierCompany supplierCompany)
SupplierCompany
entity and save it to the S/4HANA system.supplierCompany
- SupplierCompany
entity object that will be created in the S/4HANA system.SupplierCompany
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierCompanyUpdateFluentHelper updateSupplierCompany(@Nonnull SupplierCompany supplierCompany)
SupplierCompany
entity and save it to the S/4HANA system.supplierCompany
- SupplierCompany
entity object that will be updated in the S/4HANA system.SupplierCompany
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierDunningFluentHelper getAllSupplierDunning()
SupplierDunning
entities.SupplierDunning
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierDunningByKeyFluentHelper getSupplierDunningByKey(String supplier, String companyCode, String dunningArea)
SupplierDunning
entity using key fields.companyCode
- The company code is an organizational unit within financial accounting.
Constraints: Not nullable, Maximum length: 4
dunningArea
- The dunning area represents an organizational entity that is responsible for dunning. The dunning
areas represent a sub-structure of the company codes.
Constraints: Not nullable, Maximum length: 2
supplier
- Specifies an alphanumeric key that uniquely identifies the supplier in the SAP system.
Constraints: Not nullable, Maximum length: 10
SupplierDunning
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierDunningCreateFluentHelper createSupplierDunning(@Nonnull SupplierDunning supplierDunning)
SupplierDunning
entity and save it to the S/4HANA system.supplierDunning
- SupplierDunning
entity object that will be created in the S/4HANA system.SupplierDunning
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierDunningUpdateFluentHelper updateSupplierDunning(@Nonnull SupplierDunning supplierDunning)
SupplierDunning
entity and save it to the S/4HANA system.supplierDunning
- SupplierDunning
entity object that will be updated in the S/4HANA system.SupplierDunning
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierDunningDeleteFluentHelper deleteSupplierDunning(@Nonnull SupplierDunning supplierDunning)
SupplierDunning
entity in the S/4HANA system.supplierDunning
- SupplierDunning
entity object that will be deleted in the S/4HANA system.SupplierDunning
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierPartnerFuncFluentHelper getAllSupplierPartnerFunc()
SupplierPartnerFunc
entities.SupplierPartnerFunc
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierPartnerFuncByKeyFluentHelper getSupplierPartnerFuncByKey(String supplier, String purchasingOrganization, String supplierSubrange, String plant, String partnerFunction, String partnerCounter)
SupplierPartnerFunc
entity using key fields.partnerFunction
- The abbreviated form of the name that identifies the partner function.
Constraints: Not nullable, Maximum length: 2
supplier
- Specifies an alphanumeric key that uniquely identifies the supplier in the SAP system.
Constraints: Not nullable, Maximum length: 10
plant
- Key uniquely identifying a plant.
Constraints: Not nullable, Maximum length: 4
purchasingOrganization
- Denotes the purchasing organization.
Constraints: Not nullable, Maximum length: 4
partnerCounter
- The sequential number that the system applies when there is more than one partner for a particular
partner function.
Constraints: Not nullable, Maximum length: 3
supplierSubrange
- Subdivision of a supplier's overall product range according to various criteria.
Constraints: Not nullable, Maximum length: 6
SupplierPartnerFunc
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierPartnerFuncCreateFluentHelper createSupplierPartnerFunc(@Nonnull SupplierPartnerFunc supplierPartnerFunc)
SupplierPartnerFunc
entity and save it to the S/4HANA system.supplierPartnerFunc
- SupplierPartnerFunc
entity object that will be created in the S/4HANA system.SupplierPartnerFunc
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierPartnerFuncUpdateFluentHelper updateSupplierPartnerFunc(@Nonnull SupplierPartnerFunc supplierPartnerFunc)
SupplierPartnerFunc
entity and save it to the S/4HANA system.supplierPartnerFunc
- SupplierPartnerFunc
entity object that will be updated in the S/4HANA system.SupplierPartnerFunc
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierPartnerFuncDeleteFluentHelper deleteSupplierPartnerFunc(@Nonnull SupplierPartnerFunc supplierPartnerFunc)
SupplierPartnerFunc
entity in the S/4HANA system.supplierPartnerFunc
- SupplierPartnerFunc
entity object that will be deleted in the S/4HANA system.SupplierPartnerFunc
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierPurchasingOrgFluentHelper getAllSupplierPurchasingOrg()
SupplierPurchasingOrg
entities.SupplierPurchasingOrg
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierPurchasingOrgByKeyFluentHelper getSupplierPurchasingOrgByKey(String supplier, String purchasingOrganization)
SupplierPurchasingOrg
entity using key fields.supplier
- Alphanumeric key uniquely identifying the document.
Constraints: Not nullable, Maximum length: 10
purchasingOrganization
- Denotes the purchasing organization.
Constraints: Not nullable, Maximum length: 4
SupplierPurchasingOrg
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierPurchasingOrgCreateFluentHelper createSupplierPurchasingOrg(@Nonnull SupplierPurchasingOrg supplierPurchasingOrg)
SupplierPurchasingOrg
entity and save it to the S/4HANA system.supplierPurchasingOrg
- SupplierPurchasingOrg
entity object that will be created in the S/4HANA system.SupplierPurchasingOrg
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierPurchasingOrgUpdateFluentHelper updateSupplierPurchasingOrg(@Nonnull SupplierPurchasingOrg supplierPurchasingOrg)
SupplierPurchasingOrg
entity and save it to the S/4HANA system.supplierPurchasingOrg
- SupplierPurchasingOrg
entity object that will be updated in the S/4HANA system.SupplierPurchasingOrg
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierWithHoldingTaxFluentHelper getAllSupplierWithHoldingTax()
SupplierWithHoldingTax
entities.SupplierWithHoldingTax
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierWithHoldingTaxByKeyFluentHelper getSupplierWithHoldingTaxByKey(String supplier, String companyCode, String withholdingTaxType)
SupplierWithHoldingTax
entity using key fields.companyCode
- The company code is an organizational unit within financial accounting.
Constraints: Not nullable, Maximum length: 4
withholdingTaxType
- This indicator is used to classify the different types of withholding tax.
Constraints: Not nullable, Maximum length: 2
supplier
- Specifies an alphanumeric key that uniquely identifies the supplier in the SAP system.
Constraints: Not nullable, Maximum length: 10
SupplierWithHoldingTax
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierWithHoldingTaxCreateFluentHelper createSupplierWithHoldingTax(@Nonnull SupplierWithHoldingTax supplierWithHoldingTax)
SupplierWithHoldingTax
entity and save it to the S/4HANA system.supplierWithHoldingTax
- SupplierWithHoldingTax
entity object that will be created in the S/4HANA system.SupplierWithHoldingTax
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierWithHoldingTaxUpdateFluentHelper updateSupplierWithHoldingTax(@Nonnull SupplierWithHoldingTax supplierWithHoldingTax)
SupplierWithHoldingTax
entity and save it to the S/4HANA system.supplierWithHoldingTax
- SupplierWithHoldingTax
entity object that will be updated in the S/4HANA system.SupplierWithHoldingTax
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierWithHoldingTaxDeleteFluentHelper deleteSupplierWithHoldingTax(@Nonnull SupplierWithHoldingTax supplierWithHoldingTax)
SupplierWithHoldingTax
entity in the S/4HANA system.supplierWithHoldingTax
- SupplierWithHoldingTax
entity object that will be deleted in the S/4HANA system.SupplierWithHoldingTax
entity. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2019 SAP SE. All rights reserved.