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