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

Uploading file to Application Server using Tcode: CG3Z

former_member787646
Contributor
0 Likes
2,024

Hi Friends,

I am facing a weird problem when uploading a file(PIPE delimited format) to application server

using the transaction CG3Z. The data is getting truncated at the end of each row and the file size

doesn't match with the one i had uploaded.

Can anyone resolve this issue.

Thanks in advance.

Murthy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
839

I faced the same problem with CGZY and CG3Z. You cannot rely on these as it truncates the data. I wrote a sample program using donwload FM and it works fine.

Thanks,

SKJ

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
839

al11 doesn't allow to show the full length data for display..

if you use the file to download data.. it will be all fine.

Read only

Former Member
0 Likes
840

I faced the same problem with CGZY and CG3Z. You cannot rely on these as it truncates the data. I wrote a sample program using donwload FM and it works fine.

Thanks,

SKJ

Read only

former_member787646
Contributor
0 Likes
839

Hi Friends

I wrote the custom program to upload the file on application server.

Thanks for your time.

Murthy