public class SchAgrmtSchLineByKeyFluentHelper extends FluentHelperByKey<SchAgrmtSchLineByKeyFluentHelper,SchAgrmtSchLine,SchAgrmtSchLineSelectable>
SchAgrmtSchLine
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 |
---|
SchAgrmtSchLineByKeyFluentHelper(String schedulingAgreement,
String schedulingAgreementItem,
String scheduleLine)
Creates a fluent helper object that will fetch a single
SchAgrmtSchLine entity with the provided key field values. |
execute, select, toQuery, withErrorHandler
execute, execute
public SchAgrmtSchLineByKeyFluentHelper(String schedulingAgreement, String schedulingAgreementItem, String scheduleLine)
SchAgrmtSchLine
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
scheduleLine
- Delivery Schedule Line CounterConstraints: Not nullable, Maximum length: 4
schedulingAgreementItem
- Item Number of Purchasing DocumentConstraints: Not nullable, Maximum length: 5
Copyright © 2018 SAP SE. All rights reserved.