I am developing a blackberry application in SUP 2.0, in which I need to fetch data from SAP ECC 6.0 based on two input values on the devices. For this I had created two synchronization parameters and mapped the synchronization parameters to the load parameter of the MBO (which get automatically generated since my RFC is having two import parameters).
I know, the version of SUP is 1.5.5, this can be easily achieved. But I am developing application in SUP 2.0 and my user interface to the application using Mobile Workflow form editor. I added two editboxes to the start screen and add a menu item in which i assign the MBO.
Can anybody please help me how to map the editbox values to the synchronization parameter values, so that I can pass the entered value to the RFC and fetch value from baclend based on the entered value ?