public class CustomerReturnProcessStepByKeyFluentHelper extends FluentHelperByKey<CustomerReturnProcessStepByKeyFluentHelper,CustomerReturnProcessStep,CustomerReturnProcessStepSelectable>
CustomerReturnProcessStep
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 |
---|
CustomerReturnProcessStepByKeyFluentHelper(String retsMgmtProcess,
String retsMgmtProcessItem,
String retsMgmtProcItmQtySplit,
String retsMgmtProcessStep,
String returnsDocumentType,
String returnsDocument,
String returnsDocumentItem)
Creates a fluent helper object that will fetch a single
CustomerReturnProcessStep entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<CustomerReturnProcessStep> |
getEntityClass() |
protected Map<String,Object> |
getKey()
Getter for a map containing the OData name of key properties, each mapped to the value to search by.
|
execute, getQueryBuilder, select, toQuery, withErrorHandler, withHttpHeader
execute, getThis, getVersionIdentifier
public CustomerReturnProcessStepByKeyFluentHelper(String retsMgmtProcess, String retsMgmtProcessItem, String retsMgmtProcItmQtySplit, String retsMgmtProcessStep, String returnsDocumentType, String returnsDocument, String returnsDocumentItem)
CustomerReturnProcessStep
entity with the provided key field values. To perform execution, call the execute
method on the fluent helper object.returnsDocumentType
- Specifies the returns document type, such as a returns order, goods movement, or credit memo.Constraints: Not nullable, Maximum length: 2
retsMgmtProcessStep
- Describes a given document, such as a returns order, an inbound delivery, or a purchase order, in the advanced returns process. Table MSR_I_STEP contains all valid step IDs.Constraints: Not nullable, Maximum length: 4
returnsDocumentItem
- Specifies an item of the displayed document.Constraints: Not nullable, Maximum length: 10
retsMgmtProcess
- Specifies the unique identifier of the advanced returns process.Constraints: Not nullable, Maximum length: 10
retsMgmtProcessItem
- Specifies an item in the start document of a returns process. This can be a returns order, a returns purchase order, or a returns stock transport order.Constraints: Not nullable, Maximum length: 6
retsMgmtProcItmQtySplit
- Identifies partial qantities of a specific returns item.Constraints: Not nullable, Maximum length: 3
returnsDocument
- Specifies the document number of a returns document.Constraints: Not nullable, Maximum length: 30
protected Class<CustomerReturnProcessStep> getEntityClass()
protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<CustomerReturnProcessStepByKeyFluentHelper,CustomerReturnProcessStep,CustomerReturnProcessStepSelectable>
Copyright © 2018 SAP SE. All rights reserved.