2009 Mar 31 6:38 AM
Hi,
I was trying to download data into text file from application server( AL11) to presentation server(desktop) using the trasaction CG3Y.
Now, the dowloaded file doesn't contain all the fields that are actually present in AL11.
I don't want to CONDENSE the spaces.
Any suggestions would be of great help.
Thanks in advance,
Vamsee Priya.
2009 Mar 31 6:42 AM
You may not get all fields, if the file is large.
So better use open dataset, read dataset,close dataset options
to read data from server and then download that data to presentation
server using GUI_DOWNLOAD function module.
2009 Mar 31 6:46 AM
CG3Y transaction downloads the text file data which is visible on your screen using AL11 even if the string length is < 255 chars.
Always safe to use program which downloads the file into your desktop otherwise go for any FTP tools which downloads the file on your local machine.
Hope this gives you some inputs.
Edited by: Sunil Sawaikar on Mar 31, 2009 7:46 AM
2009 Mar 31 7:07 AM
HI Vamsee
Tcode : CG3Y downloads the file from the application server to the presentation server
without suppressing the data
check the file in AL11 does this contain all the fields.
Regards,
Sravanthi
2009 Mar 31 7:12 AM
Hi Sravanthi,
File in AL11 contains the required fields but not the dowloaded file.
Can you suggest the way how to debug the Transaction CG3Y? I tried debugging the transaction through SE93 while downloading to check the problem, but in vain. I was not able to see the output in debugging.
Thanks in advance,
Vamsee Priya.
2009 Mar 31 7:20 AM
HI Vamsee Priya,
How you are uploading the file into AL11?
Regards,
Sravanthi
2009 Mar 31 9:09 AM
Hi Sravanthi,
We got a Z-Program to download the file into presentation server containing open dataset & close dataset.
But for the present scenario, I found that the problem is with the option "Transfer format for data" in transactions CG3Y & CG3Z.
There are two Transfer formats, Binary & ASCII.
while using Binary, the data is getting dowloaded/ uploaded in the same way as it is in AL11.But the problem is, we are getting an extra space in the header due to which it is affecting our next proceedings to BDC.
For ASCII, the complete data is not getting downloaded/uploaded.(Previously data is downloaded using this option only).
Any pointers on this would be of great help.
Thanks in advance,
Vamsee Priya.
2009 Mar 31 10:52 AM