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

Uplaod Data Function Module

Former Member
0 Likes
653

I am using ALSM_EXCEL_TO_INTERNAL_TABLE to upload data. One of the column is of char 4 type and the value is '0003'. It doesnot take care of the leading zeros and instead it picks up 3. I want it to pick up 0003 and not 3. Is this possible.

PLZ Help!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
622

Hi,

use these..


UPLOAD_FILES
HR_99S_UPLOAD

Arunima

4 REPLIES 4
Read only

Former Member
0 Likes
622

Hi Annie,,,,,

Declare that column as type STRING........

I think it will work..... do let me know if it doesn't work......

Thanks

Saurabh

Read only

Former Member
0 Likes
622

Hi!

Change the field type of the field to NUMC in the final internal table.

Cheers!

Read only

Former Member
0 Likes
622

The values can be alphanumeric and hence can't change this to NUMC. Also the problem is while the file is converted to text file. The problem is not when excel file is uploaded.

PLZ help!

Read only

Former Member
0 Likes
623

Hi,

use these..


UPLOAD_FILES
HR_99S_UPLOAD

Arunima