I've a problem related to MBO.
I've developed MBO based on SAP RFC which have one input and an output table.
I've tested the CREATE and READ ENTITY operations on MBO from SMP workspace and it works well.
I've deployed the package on SMP and generate C# code to consume MBO from Windows Mobile (Windows CE 6.5).
In Windows Mobile app, I've registered successfully on SMP and synchronize with CDB.
Now, I need to set the input parameter of MBO and get the output table from the C# code. I've searched for solution for that and test it in code. I found always the input parameter value which execute the MBO RFC is the default value which is set from workspace. I know that from the resulted table when make MBO.findAll() query.
Could you help to find the way for set the input parameter from C# and get the result table.
Regards,
Mohamed.