public class SchAgrmtPartnerByKeyFluentHelper extends FluentHelperByKey<SchAgrmtPartnerByKeyFluentHelper,SchAgrmtPartner,SchAgrmtPartnerSelectable>
SchAgrmtPartner
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself.Constructor and Description |
---|
SchAgrmtPartnerByKeyFluentHelper(String schedulingAgreement,
String schedulingAgreementItem,
String purchasingOrganization,
String supplierSubrange,
String plant,
String partnerFunction,
String partnerCounter)
Creates a fluent helper object that will fetch a single
SchAgrmtPartner entity with the provided key field values. |
execute, select, toQuery, withErrorHandler
execute, execute
public SchAgrmtPartnerByKeyFluentHelper(String schedulingAgreement, String schedulingAgreementItem, String purchasingOrganization, String supplierSubrange, String plant, String partnerFunction, String partnerCounter)
SchAgrmtPartner
entity with the provided key field values. To perform execution, call the execute
method on the fluent helper object.schedulingAgreement
- Purchasing Document NumberConstraints: Not nullable, Maximum length: 10
partnerFunction
- Partner FunctionConstraints: Not nullable, Maximum length: 2
plant
- PlantConstraints: Not nullable, Maximum length: 4
purchasingOrganization
- Purchasing OrganizationConstraints: Not nullable, Maximum length: 4
partnerCounter
- Partner counterConstraints: Not nullable, Maximum length: 3
supplierSubrange
- Supplier SubrangeConstraints: Not nullable, Maximum length: 6
schedulingAgreementItem
- Item Number of Purchasing DocumentConstraints: Not nullable, Maximum length: 5
Copyright © 2018 SAP SE. All rights reserved.