Definition
An interface to query labour 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:LabourResourceSimpleByElementsQueryIn xmlns:n0="http://sap.com/xi/SAPGlobal20/Global">
<LabourResourceSimpleSelectionByElements>
<SelectionByStatusLifeCycleStatusCode>
<InclusionExclusionCode>I</InclusionExclusionCode>
<IntervalBoundaryTypeCode>1</IntervalBoundaryTypeCode>
<LowerBoundaryLifeCycleStatusCode>2</LowerBoundaryLifeCycleStatusCode>
</SelectionByStatusLifeCycleStatusCode>
</LabourResourceSimpleSelectionByElements>
<ProcessingConditions>
<QueryHitsMaximumNumberValue>30</QueryHitsMaximumNumberValue>
<QueryHitsUnlimitedIndicator>false</QueryHitsUnlimitedIndicator>
</ProcessingConditions>
</n0:LabourResourceSimpleByElementsQueryIn>
Query by ID
<n0:LabourResourceSimpleByElementsQueryIn xmlns:n0="http://sap.com/xi/SAPGlobal20/Global">
<LabourResourceSimpleSelectionByElements>
<SelectionByID>
<InclusionExclusionCode>I</InclusionExclusionCode>
<IntervalBoundaryTypeCode>1</IntervalBoundaryTypeCode>
<LowerBoundaryID>MCLR-1127</LowerBoundaryID>
</SelectionByID>
</LabourResourceSimpleSelectionByElements>
<ProcessingConditions>
<QueryHitsMaximumNumberValue>30</QueryHitsMaximumNumberValue>
<QueryHitsUnlimitedIndicator>false</QueryHitsUnlimitedIndicator>
</ProcessingConditions>
</n0:LabourResourceSimpleByElementsQueryIn>
Definition
To query labour resource BO.
Business Context and Use
The web service interface Query Labour Resource enables external applications to connect to the SAP Business ByDesign system and to query labour Resources. This is used when external systems want to retrieve labour resource data in the system.
It has the FindByElements operation that is used to query for one or more instances of the labour resource, based on the query filter parameters passed.
<n0:LabourResourceSimpleByElementsQueryIn xmlns:n0="http://sap.com/xi/SAPGlobal20/Global">
<LabourResourceSimpleSelectionByElements>
<SelectionByID>
<InclusionExclusionCode>I</InclusionExclusionCode>
<IntervalBoundaryTypeCode>1</IntervalBoundaryTypeCode>
<LowerBoundaryID>MCLR-1127</LowerBoundaryID>
</SelectionByID>
</LabourResourceSimpleSelectionByElements>
<ProcessingConditions>
<QueryHitsMaximumNumberValue>30</QueryHitsMaximumNumberValue>
<QueryHitsUnlimitedIndicator>false</QueryHitsUnlimitedIndicator>
</ProcessingConditions>
</n0:LabourResourceSimpleByElementsQueryIn>