Application Development 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: 

Material description

Former Member
0 Kudos

Hi,

Here we are downloading contracts data from SAP system to an excel sheet.

One of the field is having a problem when we download into an excel sheet.

The field is TXZ01 of type MAKTX (char 40- Material description).

In the program we are correctly populating the field TXZ01, but when we see the excel sheet for the downloaded data, the field TXZ01 is displayed with last 2-3 characters truncated. When we debug the program, the field TXZ01 holds the full description, but in the downloaded excel sheet we are losing the last 3 characters from the material description. The material description for this material is in ukranian language..Can anyone tell me why is it happening even though the program is correctly populating the same.

thanks.

1 REPLY 1

Former Member
0 Kudos

Hello,

May the problem is due the GUI_DOWNLOAD can download only 1024 characters per record.

Vasanth