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

Formatting Excel Fields thru ABAP

Former Member
0 Likes
512

I want the Excel Cell to hold value 002. But If we enter the values thru the Program, it just displays 2. Tell me how to retain zeroes on the left. Ex: Account No. 000123456789.

3 REPLIES 3
Read only

Former Member
0 Likes
458

just open xls sheet.

right click on coloumn.

click format cells

select text option.

click ok.

now u can insert 002.

Read only

Former Member
0 Likes
458

Hi Venkat,

You need to change the property of the column to text else Excel cuts the leading zeros..

U can set it to text in the format cell option..

No change is required from the program end..

Regards,

Tanveer.

Please mark if found helpful..

Read only

Former Member
0 Likes
458

Give File type as 'WK1' in GUI_DOWNLOAD