cancel
Showing results for 
Search instead for 
Did you mean: 

Download data only for user sync in pda

Former Member
0 Kudos

Hi,

I have a device with two user, but when I sync with one of them, DOE download data for the user sync and the other user.

How can i filter?

In DM, I have a filter with atribute USER.

This scenario occur in Generic (JSP) and OCA.

Thanks,

Roberto

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Incase data is already loaded in DOE(pushed or delta load) and rule is on device user, the current behaviour is the expected one.

Do you have Twoway dataobjects where data is loaded from Backend to DOE when device syncs.?

If this is your scenario then you need to filter data for that syncuser even from backend to DOE.

Means load only the data for that syncuser from BE to DOE via getlist & getdetail.

If the getlist signature contains the user field , then in transaction

SDOE_WB, double click on the backend adapter for this dataobject

>edit mode

>default values tab

>select getlist and the field user

>select data communication header structure from the drop down

>map this to send_usr

>save and activate

This means that incase of this twoway data object, during sync when getlist is invoked, syncuser will be filled and the bapi wrapper will return only those keys relevant for that syncuser and only that data is loaded to DOE inturn downloaded to device.

Regards,

Liji

Answers (0)