cancel
Showing results for 
Search instead for 
Did you mean: 

Notification long text download in Mobile via DO

Former Member
0 Kudos

Hello All,

I want to know how we can define the long text in data objects.( Example Notificaiton long text which can have values up to 20 lines with each line up to 60 characters)?In Bapiwrappers in SAP we can get the longtext as string.Is it possible to define string in Data Objects.

Thanks and Regards

Devendra

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Devendra,

It is possible to send the strings as CLOB through attachment. please go through the following link

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f06f0dc5-f6a9-2c10-f691-821eccc1b198

This document explains to create BLOB (Binary Large Object) as an attachment. Similarly CLOB (character large Object) can be created.

To send CLOB, in the backend define a String data type to hold the data, and follow the similar steps mentioned in the above document to send or receive string data.

Thanks and Regards,

Suma

Edited by: Suma S on Sep 6, 2010 11:37 AM

Former Member
0 Kudos

Hi Suma,

Do you know the synchronization and other performance impact of using attachment.

Thanks and Regards

Devendra

Former Member
0 Kudos

Hi Devendra,

I am not aware of exact figures.

But there is no huge impact on synchronization and performance.

Thanks and Regards,

Suma

Edited by: Suma S on Sep 7, 2010 5:59 AM

Edited by: Suma S on Sep 13, 2010 5:04 AM

Answers (0)