@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultJustInTimeCallService") public class DefaultJustInTimeCallService extends Object implements JustInTimeCallService
The service enables you to read, create, and update JIT calls..
Reference: SAP API Business Hub
OData Service: | API_JIT_CALL_PROCESS_SRV |
API Version: | 1 |
Communication Scenario: | Logistics - Just In Time Inbound Integration (SAP_COM_0168) |
Scope Items: | Just-In-Time Supply to Customer from Stock (2EM) |
Authentication Methods: | Basic, x509 |
Business Object: | JustInTimeCall |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultJustInTimeCallService()
Creates a service using
JustInTimeCallService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultJustInTimeCallService()
JustInTimeCallService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultJustInTimeCallService withServicePath(@Nonnull String servicePath)
JustInTimeCallService
withServicePath
in interface JustInTimeCallService
servicePath
- Service path that will override the default.@Nonnull public DefaultJustInTimeCallServiceBatch batch()
batch
in interface BatchService<JustInTimeCallServiceBatch>
@Nonnull public JITCallCompGrpFluentHelper getAllJITCallCompGrp()
JustInTimeCallService
JITCallCompGrp
entities.getAllJITCallCompGrp
in interface JustInTimeCallService
JITCallCompGrp
entities. This fluent helper allows methods which modify the underlying query to be called before
executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallCompGrpByKeyFluentHelper getJITCallCompGrpByKey(String internalJITCallNumber, String compGrpNumber)
JustInTimeCallService
JITCallCompGrp
entity using key fields.getJITCallCompGrpByKey
in interface JustInTimeCallService
internalJITCallNumber
- Uniquely identifies a JIT call.
Constraints: Not nullable, Maximum length: 10
compGrpNumber
- Indicates a unique identification for a components group. The system assigns this number internally
and uses it for processing the calls.
Constraints: Not nullable, Maximum length: 60
JITCallCompGrp
entity using key fields. This fluent helper allows methods which modify the underlying query to be called
before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallCompGrpCreateFluentHelper createJITCallCompGrp(@Nonnull JITCallCompGrp jITCallCompGrp)
JustInTimeCallService
JITCallCompGrp
entity and save it to the S/4HANA system.createJITCallCompGrp
in interface JustInTimeCallService
jITCallCompGrp
- JITCallCompGrp
entity object that will be created in the S/4HANA system.JITCallCompGrp
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallCompGrpUpdateFluentHelper updateJITCallCompGrp(@Nonnull JITCallCompGrp jITCallCompGrp)
JustInTimeCallService
JITCallCompGrp
entity and save it to the S/4HANA system.updateJITCallCompGrp
in interface JustInTimeCallService
jITCallCompGrp
- JITCallCompGrp
entity object that will be updated in the S/4HANA system.JITCallCompGrp
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallCompMatlFluentHelper getAllJITCallCompMatl()
JustInTimeCallService
JITCallCompMatl
entities.getAllJITCallCompMatl
in interface JustInTimeCallService
JITCallCompMatl
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallCompMatlByKeyFluentHelper getJITCallCompMatlByKey(String internalJITCallNumber, String compGrpNumber, String jITCallItemNumber)
JustInTimeCallService
JITCallCompMatl
entity using key fields.getJITCallCompMatlByKey
in interface JustInTimeCallService
internalJITCallNumber
- Uniquely identifies a JIT call.
Constraints: Not nullable, Maximum length: 10
compGrpNumber
- Indicates a unique identification for a components group. The system assigns this number internally
and uses it for processing the calls.
Constraints: Not nullable, Maximum length: 60
jITCallItemNumber
- Indicates sequence number that clearly identifies the item of a call within a components group.
Constraints: Not nullable, Maximum length: 4
JITCallCompMatl
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallCompMatlCreateFluentHelper createJITCallCompMatl(@Nonnull JITCallCompMatl jITCallCompMatl)
JustInTimeCallService
JITCallCompMatl
entity and save it to the S/4HANA system.createJITCallCompMatl
in interface JustInTimeCallService
jITCallCompMatl
- JITCallCompMatl
entity object that will be created in the S/4HANA system.JITCallCompMatl
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallCompMatlUpdateFluentHelper updateJITCallCompMatl(@Nonnull JITCallCompMatl jITCallCompMatl)
JustInTimeCallService
JITCallCompMatl
entity and save it to the S/4HANA system.updateJITCallCompMatl
in interface JustInTimeCallService
jITCallCompMatl
- JITCallCompMatl
entity object that will be updated in the S/4HANA system.JITCallCompMatl
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallCompMatlDeleteFluentHelper deleteJITCallCompMatl(@Nonnull JITCallCompMatl jITCallCompMatl)
JustInTimeCallService
JITCallCompMatl
entity in the S/4HANA system.deleteJITCallCompMatl
in interface JustInTimeCallService
jITCallCompMatl
- JITCallCompMatl
entity object that will be deleted in the S/4HANA system.JITCallCompMatl
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallHeaderFluentHelper getAllJITCallHeader()
JustInTimeCallService
JITCallHeader
entities.getAllJITCallHeader
in interface JustInTimeCallService
JITCallHeader
entities. This fluent helper allows methods which modify the underlying query to be called before
executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallHeaderByKeyFluentHelper getJITCallHeaderByKey(String internalJITCallNumber)
JustInTimeCallService
JITCallHeader
entity using key fields.getJITCallHeaderByKey
in interface JustInTimeCallService
internalJITCallNumber
- Uniquely identifies a JIT call.
Constraints: Not nullable, Maximum length: 10
JITCallHeader
entity using key fields. This fluent helper allows methods which modify the underlying query to be called
before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallHeaderCreateFluentHelper createJITCallHeader(@Nonnull JITCallHeader jITCallHeader)
JustInTimeCallService
JITCallHeader
entity and save it to the S/4HANA system.createJITCallHeader
in interface JustInTimeCallService
jITCallHeader
- JITCallHeader
entity object that will be created in the S/4HANA system.JITCallHeader
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallHeaderUpdateFluentHelper updateJITCallHeader(@Nonnull JITCallHeader jITCallHeader)
JustInTimeCallService
JITCallHeader
entity and save it to the S/4HANA system.updateJITCallHeader
in interface JustInTimeCallService
jITCallHeader
- JITCallHeader
entity object that will be updated in the S/4HANA system.JITCallHeader
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallRefTextCompGrpFluentHelper getAllJITCallRefTextCompGrp()
JustInTimeCallService
JITCallRefTextCompGrp
entities.getAllJITCallRefTextCompGrp
in interface JustInTimeCallService
JITCallRefTextCompGrp
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallRefTextCompGrpByKeyFluentHelper getJITCallRefTextCompGrpByKey(String internalJITCallNumber, String compGrpNumber, String jITRefType)
JustInTimeCallService
JITCallRefTextCompGrp
entity using key fields.getJITCallRefTextCompGrpByKey
in interface JustInTimeCallService
internalJITCallNumber
- Uniquely identifies a JIT call.
Constraints: Not nullable, Maximum length: 10
compGrpNumber
- Indicates a unique identification for a components group. The system assigns this number internally
and uses it for processing the calls.
Constraints: Not nullable, Maximum length: 60
jITRefType
- Determines the type of reference number.
Constraints: Not nullable, Maximum length: 4
JITCallRefTextCompGrp
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallRefTextCompGrpCreateFluentHelper createJITCallRefTextCompGrp(@Nonnull JITCallRefTextCompGrp jITCallRefTextCompGrp)
JustInTimeCallService
JITCallRefTextCompGrp
entity and save it to the S/4HANA system.createJITCallRefTextCompGrp
in interface JustInTimeCallService
jITCallRefTextCompGrp
- JITCallRefTextCompGrp
entity object that will be created in the S/4HANA system.JITCallRefTextCompGrp
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallRefTextCompGrpUpdateFluentHelper updateJITCallRefTextCompGrp(@Nonnull JITCallRefTextCompGrp jITCallRefTextCompGrp)
JustInTimeCallService
JITCallRefTextCompGrp
entity and save it to the S/4HANA system.updateJITCallRefTextCompGrp
in interface JustInTimeCallService
jITCallRefTextCompGrp
- JITCallRefTextCompGrp
entity object that will be updated in the S/4HANA system.JITCallRefTextCompGrp
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallRefTextCompGrpDeleteFluentHelper deleteJITCallRefTextCompGrp(@Nonnull JITCallRefTextCompGrp jITCallRefTextCompGrp)
JustInTimeCallService
JITCallRefTextCompGrp
entity in the S/4HANA system.deleteJITCallRefTextCompGrp
in interface JustInTimeCallService
jITCallRefTextCompGrp
- JITCallRefTextCompGrp
entity object that will be deleted in the S/4HANA system.JITCallRefTextCompGrp
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallRefTextCompMatlFluentHelper getAllJITCallRefTextCompMatl()
JustInTimeCallService
JITCallRefTextCompMatl
entities.getAllJITCallRefTextCompMatl
in interface JustInTimeCallService
JITCallRefTextCompMatl
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallRefTextCompMatlByKeyFluentHelper getJITCallRefTextCompMatlByKey(String internalJITCallNumber, String compGrpNumber, String jITCallItemNumber, String jITRefType)
JustInTimeCallService
JITCallRefTextCompMatl
entity using key fields.getJITCallRefTextCompMatlByKey
in interface JustInTimeCallService
internalJITCallNumber
- Uniquely identifies a JIT call.
Constraints: Not nullable, Maximum length: 10
compGrpNumber
- Indicates a unique identification for a components group. The system assigns this number internally
and uses it for processing the calls.
Constraints: Not nullable, Maximum length: 60
jITCallItemNumber
- Indicates sequence number that clearly identifies the item of a call within a components group.
Constraints: Not nullable, Maximum length: 4
jITRefType
- Determines the type of reference number.
Constraints: Not nullable, Maximum length: 4
JITCallRefTextCompMatl
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallRefTextCompMatlCreateFluentHelper createJITCallRefTextCompMatl(@Nonnull JITCallRefTextCompMatl jITCallRefTextCompMatl)
JustInTimeCallService
JITCallRefTextCompMatl
entity and save it to the S/4HANA system.createJITCallRefTextCompMatl
in interface JustInTimeCallService
jITCallRefTextCompMatl
- JITCallRefTextCompMatl
entity object that will be created in the S/4HANA system.JITCallRefTextCompMatl
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallRefTextCompMatlUpdateFluentHelper updateJITCallRefTextCompMatl(@Nonnull JITCallRefTextCompMatl jITCallRefTextCompMatl)
JustInTimeCallService
JITCallRefTextCompMatl
entity and save it to the S/4HANA system.updateJITCallRefTextCompMatl
in interface JustInTimeCallService
jITCallRefTextCompMatl
- JITCallRefTextCompMatl
entity object that will be updated in the S/4HANA system.JITCallRefTextCompMatl
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallRefTextCompMatlDeleteFluentHelper deleteJITCallRefTextCompMatl(@Nonnull JITCallRefTextCompMatl jITCallRefTextCompMatl)
JustInTimeCallService
JITCallRefTextCompMatl
entity in the S/4HANA system.deleteJITCallRefTextCompMatl
in interface JustInTimeCallService
jITCallRefTextCompMatl
- JITCallRefTextCompMatl
entity object that will be deleted in the S/4HANA system.JITCallRefTextCompMatl
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallRefTextHdrFluentHelper getAllJITCallRefTextHdr()
JustInTimeCallService
JITCallRefTextHdr
entities.getAllJITCallRefTextHdr
in interface JustInTimeCallService
JITCallRefTextHdr
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallRefTextHdrByKeyFluentHelper getJITCallRefTextHdrByKey(String internalJITCallNumber, String jITRefType)
JustInTimeCallService
JITCallRefTextHdr
entity using key fields.getJITCallRefTextHdrByKey
in interface JustInTimeCallService
internalJITCallNumber
- Uniquely identifies a JIT call.
Constraints: Not nullable, Maximum length: 10
jITRefType
- Determines the type of reference number.
Constraints: Not nullable, Maximum length: 4
JITCallRefTextHdr
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallRefTextHdrCreateFluentHelper createJITCallRefTextHdr(@Nonnull JITCallRefTextHdr jITCallRefTextHdr)
JustInTimeCallService
JITCallRefTextHdr
entity and save it to the S/4HANA system.createJITCallRefTextHdr
in interface JustInTimeCallService
jITCallRefTextHdr
- JITCallRefTextHdr
entity object that will be created in the S/4HANA system.JITCallRefTextHdr
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallRefTextHdrUpdateFluentHelper updateJITCallRefTextHdr(@Nonnull JITCallRefTextHdr jITCallRefTextHdr)
JustInTimeCallService
JITCallRefTextHdr
entity and save it to the S/4HANA system.updateJITCallRefTextHdr
in interface JustInTimeCallService
jITCallRefTextHdr
- JITCallRefTextHdr
entity object that will be updated in the S/4HANA system.JITCallRefTextHdr
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public JITCallRefTextHdrDeleteFluentHelper deleteJITCallRefTextHdr(@Nonnull JITCallRefTextHdr jITCallRefTextHdr)
JustInTimeCallService
JITCallRefTextHdr
entity in the S/4HANA system.deleteJITCallRefTextHdr
in interface JustInTimeCallService
jITCallRefTextHdr
- JITCallRefTextHdr
entity object that will be deleted in the S/4HANA system.JITCallRefTextHdr
entity. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2020 SAP SE. All rights reserved.