Skip to Content
0
Former Member
May 18, 2006 at 09:35 AM

Query on downloading to XLS file

72 Views

Hi ,

Iam facing some problem in downloading into xls format .

Here is an example of the query ,

data : OBJBIN LIKE SOLISTI1 OCCURS 10 WITH HEADER LINE

OBJBIN = 'ABC'.

APPEND OBJBIN.

OBJBIN = 'XYZ'.

APPEND OBJBIN.

OBJBIN = 'LMNO'.

APPEND OBJBIN.

using the fm SO_NEW_DOCUMENT_ATT_SEND_API1 iam trying to send the file as an attachtment .

but in the attachtment file all the three values displaying on a single cell .but need to be displayed in different cells.

can some one give a solution for this

Thanks ,

vinay .