Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Application Server Download

Former Member
0 Likes
848

HI

How to download a file as tab separated or comma separated on the application server so that it can be uploaded in excel sheet.

I don't want to declare separator as a field in the internal table.

Regards,

Atish

same thread..

8 REPLIES 8
Read only

Laxmana_Appana_
Active Contributor
0 Likes
821

Hi,

Check the transactions

CG3Z,CG3Y

File Upload and Download transactions.

Laxman

Read only

0 Likes
821

same thread..

Read only

Former Member
0 Likes
821

Refer these links:

Regards,

ravi

Read only

Former Member
0 Likes
821

Hi atish,

1. u can use the following FM

SAP_CONVERT_TO_CSV_FORMAT

TEXT_CONVERT_CSV_TO_SAP

regards,

amit m.

Read only

0 Likes
821

Hi All

I got how to download a file as ',' separated on the application server.

But how to download file as a tab separated.

One clarification, we are on version 4.5B so there are lots of restrictions.

Thanks in advance.

Atish

Read only

Former Member
0 Likes
821

Check these links:

Regards,

ravi

Read only

0 Likes
821

look at...

Read only

0 Likes
821

Hi All

Thanks for your reply.

We are on 4.5B so there is no class cl_abap_char_utilities. Is there any other class in which we can find horizontal tab.

Regards,

Atish