cancel
Showing results for 
Search instead for 
Did you mean: 

Data Object with 2 RFC destination (Upload, Download).

Former Member
0 Kudos

Is it possible has i 2 rfc destination for one data object (upload and download)? One to download data from ECC to CDS where the user is predefinied. another to CRUD(insert, delete, update) data in ECC where the user is the same user that had logged in mobile application.

If is possible : one destination for upload and other to download how to do it ?

I need to know which User has changed on an order (ECC), although it starts in mobile device (NW).

Today my Backend Adapter Them just a rfc destination with a specific User.

note: the object is bi-directional

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Your requirement can be achieved in NW Mobile 7.3 onwards with 'mod user handling' feature.

Please refer the link:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/1046681f-a1f8-2d10-12ba-94e57020f...

Thanks and Regards,

Suma

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

As as far as I know, you can have only one RFC destination per data object and it is used in both downloading and uploading data.

But neverthless, what you can do is write your own custom service and plug in between generated services. So inside the custom service, you can choose to use a different RFC destination which basically has a hard coded user for download scenario's.

Some useful links in writing custom service:

Previous SDN thread:

SAP Help Link : http://help.sap.com/saphelp_nwmobile71/helpdata/en/6d/bf104d163849d1af313c492655e0f7/frameset.htm

Regards,

Siva.

Edited by: Siva RamaKrishnaJ on May 20, 2011 3:06 PM