public class I_BusObjectsByKeyFluentHelper extends FluentHelperByKey<I_BusObjectsByKeyFluentHelper,I_BusObjects,I_BusObjectsSelectable>
I_BusObjects
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 |
---|
I_BusObjectsByKeyFluentHelper(String sAPObjectType,
String sAPObjectTypeName,
String sAPObjectTaskCode,
String sAPObjectTaskTypeName)
Creates a fluent helper object that will fetch a single
I_BusObjects entity with the provided key field values. |
execute, select, toQuery, withErrorHandler
execute, execute
public I_BusObjectsByKeyFluentHelper(String sAPObjectType, String sAPObjectTypeName, String sAPObjectTaskCode, String sAPObjectTaskTypeName)
I_BusObjects
entity with the provided key field values. To perform execution, call the execute
method on the fluent helper object.sAPObjectTaskCode
- SAP Object Task CodeConstraints: Not nullable, Maximum length: 18
sAPObjectTypeName
- Indicates the text description of a particular business object type.Constraints: Not nullable, Maximum length: 40
sAPObjectType
- Indicates the name of the business object type.Constraints: Not nullable, Maximum length: 30
sAPObjectTaskTypeName
- Indicates the text description of a particular business object task, which is dependent on the language that you maintain in the text table.Constraints: Not nullable, Maximum length: 40
Copyright © 2018 SAP SE. All rights reserved.