public interface JustInTimeCallService extends BatchService<JustInTimeCallServiceBatch>
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 |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull JustInTimeCallService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull JITCallCompGrpFluentHelper getAllJITCallCompGrp()
JITCallCompGrp
entities.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 JITCallCompGrpByKeyFluentHelper getJITCallCompGrpByKey(String internalJITCallNumber, String compGrpNumber)
JITCallCompGrp
entity using key fields.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
internalJITCallNumber
- Uniquely identifies a JIT call.
Constraints: Not nullable, Maximum length: 10
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 JITCallCompGrpCreateFluentHelper createJITCallCompGrp(@Nonnull JITCallCompGrp jITCallCompGrp)
JITCallCompGrp
entity and save it to the S/4HANA system.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 JITCallCompGrpUpdateFluentHelper updateJITCallCompGrp(@Nonnull JITCallCompGrp jITCallCompGrp)
JITCallCompGrp
entity and save it to the S/4HANA system.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 JITCallCompMatlFluentHelper getAllJITCallCompMatl()
JITCallCompMatl
entities.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 JITCallCompMatlByKeyFluentHelper getJITCallCompMatlByKey(String internalJITCallNumber, String compGrpNumber, String jITCallItemNumber)
JITCallCompMatl
entity using key fields.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
internalJITCallNumber
- Uniquely identifies a JIT call.
Constraints: Not nullable, Maximum length: 10
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 JITCallCompMatlCreateFluentHelper createJITCallCompMatl(@Nonnull JITCallCompMatl jITCallCompMatl)
JITCallCompMatl
entity and save it to the S/4HANA system.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 JITCallCompMatlUpdateFluentHelper updateJITCallCompMatl(@Nonnull JITCallCompMatl jITCallCompMatl)
JITCallCompMatl
entity and save it to the S/4HANA system.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 JITCallCompMatlDeleteFluentHelper deleteJITCallCompMatl(@Nonnull JITCallCompMatl jITCallCompMatl)
JITCallCompMatl
entity in the S/4HANA system.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 JITCallHeaderFluentHelper getAllJITCallHeader()
JITCallHeader
entities.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 JITCallHeaderByKeyFluentHelper getJITCallHeaderByKey(String internalJITCallNumber)
JITCallHeader
entity using key fields.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 JITCallHeaderCreateFluentHelper createJITCallHeader(@Nonnull JITCallHeader jITCallHeader)
JITCallHeader
entity and save it to the S/4HANA system.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 JITCallHeaderUpdateFluentHelper updateJITCallHeader(@Nonnull JITCallHeader jITCallHeader)
JITCallHeader
entity and save it to the S/4HANA system.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 JITCallRefTextCompGrpFluentHelper getAllJITCallRefTextCompGrp()
JITCallRefTextCompGrp
entities.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 JITCallRefTextCompGrpByKeyFluentHelper getJITCallRefTextCompGrpByKey(String internalJITCallNumber, String compGrpNumber, String jITRefType)
JITCallRefTextCompGrp
entity using key fields.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
internalJITCallNumber
- Uniquely identifies a JIT call.
Constraints: Not nullable, Maximum length: 10
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 JITCallRefTextCompGrpCreateFluentHelper createJITCallRefTextCompGrp(@Nonnull JITCallRefTextCompGrp jITCallRefTextCompGrp)
JITCallRefTextCompGrp
entity and save it to the S/4HANA system.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 JITCallRefTextCompGrpUpdateFluentHelper updateJITCallRefTextCompGrp(@Nonnull JITCallRefTextCompGrp jITCallRefTextCompGrp)
JITCallRefTextCompGrp
entity and save it to the S/4HANA system.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 JITCallRefTextCompGrpDeleteFluentHelper deleteJITCallRefTextCompGrp(@Nonnull JITCallRefTextCompGrp jITCallRefTextCompGrp)
JITCallRefTextCompGrp
entity in the S/4HANA system.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 JITCallRefTextCompMatlFluentHelper getAllJITCallRefTextCompMatl()
JITCallRefTextCompMatl
entities.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 JITCallRefTextCompMatlByKeyFluentHelper getJITCallRefTextCompMatlByKey(String internalJITCallNumber, String compGrpNumber, String jITCallItemNumber, String jITRefType)
JITCallRefTextCompMatl
entity using key fields.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
internalJITCallNumber
- Uniquely identifies a JIT call.
Constraints: Not nullable, Maximum length: 10
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 JITCallRefTextCompMatlCreateFluentHelper createJITCallRefTextCompMatl(@Nonnull JITCallRefTextCompMatl jITCallRefTextCompMatl)
JITCallRefTextCompMatl
entity and save it to the S/4HANA system.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 JITCallRefTextCompMatlUpdateFluentHelper updateJITCallRefTextCompMatl(@Nonnull JITCallRefTextCompMatl jITCallRefTextCompMatl)
JITCallRefTextCompMatl
entity and save it to the S/4HANA system.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 JITCallRefTextCompMatlDeleteFluentHelper deleteJITCallRefTextCompMatl(@Nonnull JITCallRefTextCompMatl jITCallRefTextCompMatl)
JITCallRefTextCompMatl
entity in the S/4HANA system.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 JITCallRefTextHdrFluentHelper getAllJITCallRefTextHdr()
JITCallRefTextHdr
entities.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 JITCallRefTextHdrByKeyFluentHelper getJITCallRefTextHdrByKey(String internalJITCallNumber, String jITRefType)
JITCallRefTextHdr
entity using key fields.jITRefType
- Determines the type of reference number.
Constraints: Not nullable, Maximum length: 4
internalJITCallNumber
- Uniquely identifies a JIT call.
Constraints: Not nullable, Maximum length: 10
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 JITCallRefTextHdrCreateFluentHelper createJITCallRefTextHdr(@Nonnull JITCallRefTextHdr jITCallRefTextHdr)
JITCallRefTextHdr
entity and save it to the S/4HANA system.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 JITCallRefTextHdrUpdateFluentHelper updateJITCallRefTextHdr(@Nonnull JITCallRefTextHdr jITCallRefTextHdr)
JITCallRefTextHdr
entity and save it to the S/4HANA system.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 JITCallRefTextHdrDeleteFluentHelper deleteJITCallRefTextHdr(@Nonnull JITCallRefTextHdr jITCallRefTextHdr)
JITCallRefTextHdr
entity in the S/4HANA system.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.