2008 Jun 23 6:33 AM
Hi all,
I have 15 columns in internal table to download.
But while downloading the same 1st 2 columns getting into single column.
Please help me to solve this issue.
Thanks in advance.
Regards,
Eswar
Hi all,
I have 15 columns in internal table to download.
But while downloading the same 1st 2 columns getting into single column.
Please help me to solve this issue.
Thanks in advance.
Regards,
Eswar
2008 Jun 23 7:02 AM
Hi Eshwar,
Let me tell you how to rectify this problem
Step1 . First comment all the fields except 1st and 2nd fields from the internal table.
also comment the Field Catalog.
Step 2. Now execute it and see whether you are getting the correct record.
Step 3. If yes then now uncomment the 3rd column from the internal table and in the field catalog as well. and try to donwload if the problem is there then
Step4. Go to the declaration part of the internal table and check whats wrong with the 3 column.. try to change the 3rd column name of internal table and it should not exceed to 8 character.
I am sure you If you go through the above steps then you will definatly sought out your problem.
point request removed by moderator. do not repeat it
Edited by: Durairaj Athavan Raja on Jun 23, 2008 9:07 AM
2008 Jun 23 7:05 AM
2008 Jun 23 7:16 AM
Hi,
If you are using GUI_DOWNLOAD then pass one parameter
WRITE_FIELD_SEPARATOR = 'X'.
Other wise you can go for one Function module which is in my view better SAP_CONVERT_TO_XLS_FORMAT.
I hope this will help you.
Help children of U.N World Food Program by rewarding points and encourage others to answer your queries.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |