cancel
Showing results for 
Search instead for 
Did you mean: 

Read data from a Stored Procedure in Android

Former Member
0 Kudos

I have a Stored Procedure say CustOrdersDetail. I have created a MBO for it in the workspace and deployed it on SAP Mobile Server. I am unable to read data from the stored procedure in code of the Android Application. If I pass a default load argument, then I am able to read data using findAll method. How to get the data from the stored procedure by passing it an argument in the Android Code ?

Message was edited by: Abhijit Kadam

Accepted Solutions (0)

Answers (1)

Answers (1)

midhun_vp
Active Contributor
0 Kudos

Can you give more information on the stored procedure ? What is the requirement ?

Former Member
0 Kudos

Currently I am trying to call the stored procedure and retrieve the results. The stored procedure accepts 'orderId' as an argument and fetches the Product and Order Details.