Symptom
You try to read a specific customer demand through standard web service ManageCustomerRequirementIn operation ReadCustomerRequirementInAsBundle, but in the response there is no data retrieved.
Environment
SAP Business ByDesign
Reproducing the Issue
Payload:
<n0:CustomerRequirementReadByUUIDRequest_sync xmlns:n0="http://sap.com/xi/SAPGlobal20/Global">
<CustomerRequirement>
<ObjectNodeSenderTechnicalID>101</ObjectNodeSenderTechnicalID>
<CustomerRequirementID>ABC (ABC represents the custoemr demand ID)</CustomerRequirementID>
</CustomerRequirement>
</n0:CustomerRequirementReadByUUIDRequest_sync>
Response:
<n0:CustomerRequirementReadBundleResponse_Sync xmlns:prx="urn:sap.com:proxy:L3I:/1SAI/TAE4BDD8B6FB8010F09674D:804" xmlns:n0="http://sap.com/xi/SAPGlobal20/Global"/>
Cause
Web service ManageCustomerRequirementIn is used to create, modify and read stock transfer order, since customer demand ABC has order type other than "Stock Transfer Order", no data retrieved through this web service.
Resolution
System standard behavior.
Keywords
Web Service, Customer Demand, ManageCustomerRequirementIn , KBA , AP-CR-CR , Customer Requirement , Problem