Skip to Content
0
Former Member
May 09, 2012 at 05:40 PM

Sync parameter not working for iOS native app

35 Views

Hi All

Am developing iOS native apps that use generated SUP code to connect to SAP. My custom RFC has a load parameter to pick up group id from the device.

Here is the scenario:

MBO Name: GroupMbo

Sync Param: Sub Group Id

Load param: Group Id

Personalisation Key: Group Id

{load param and personalisation mapped}

{Sync not mapped to load but mapped to MBO attribute}

{MBO created from RFC output table which has group id as attribute as well}

Whenever I use sync parameter in my MBO and call it in iOS no data is returned. When I delete the sync param (& redeploy + gen code) and use personalosation instead, I am able to pull all data from SAP to CDB and then to Device. The problem is I am not able to filetr data to device using sync parameter as SUP does not seem to recognise what I pass.

How to resolve this issue? I am using 2.1.2 version of SUP. All this logic worked in 2.1 and I used to map sync and load parameter to g=refresh CDB and filter data, but now nothing is working in this version. Any clues on how to debug please?

Regards

Lnv