Definition
An interface to query vehicle resource data.
Business Context and Use
The web service interface Query Vehicle Resource enables external applications to connect to the SAP Business ByDesign system and to query vehicle Resources. This is used when external systems want to retrieve vehicle resource data in the system.
It has the FindByElements operation that is used to query for one or more instances of the vehicle resource, based on the query filter parameters passed.
Here is an example of a simple web service request:
Query by Status
<n0:VehicleResourceSimpleByElementsQueryIn xmlns:n0="http://sap.com/xi/SAPGlobal20/Global">
<VehicleResourceSimpleSelectionByElements>
<SelectionByStatusLifeCycleStatusCode>
<InclusionExclusionCode>I</InclusionExclusionCode>
<IntervalBoundaryTypeCode>1</IntervalBoundaryTypeCode>
<LowerBoundaryLifeCycleStatusCode>2</LowerBoundaryLifeCycleStatusCode>
</SelectionByStatusLifeCycleStatusCode>
</VehicleResourceSimpleSelectionByElements>
<ProcessingConditions>
<QueryHitsMaximumNumberValue>30</QueryHitsMaximumNumberValue>
<QueryHitsUnlimitedIndicator>false</QueryHitsUnlimitedIndicator>
</ProcessingConditions>
</n0:VehicleResourceSimpleByElementsQueryIn>
Definition
To query vehicle resource BO
Business Context and Use
The web service interface Query Vehicle Resource enables external applications to connect to the SAP Business ByDesign system and to query vehicle Resources. This is used when external systems want to retrieve vehicle resource data in the system.
It has the FindByElements operation that is used to query for one or more instances of the vehicle resource, based on the query filter parameters passed.