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: 

Peculiar Problem -- Veru Urgent Please

Former Member
0 Kudos

Hi friends,

I have faced the peculiar problem. Please have a look at the following piece of code.

SPLIT WA_EXTAB-LINE AT ',' INTO WA_FILE-MATNR

WA_FILE-MBRSH

WA_FILE-MTART

WA_FILE-MATKL

WA_FILE-UOM

WA_FILE-TGRP

WA_FILE-MTPOS

WA_FILE-PLANT

WA_FILE-ACHK

WA_FILE-LGRP

WA_FILE-PGRP

WA_FILE-MRP

WA_FILE-PLIFZ

WA_FILE-LANG

WA_FILE-MATDESC

WA_FILE-VALCLSS

WA_FILE-LGORT

WA_FILE-POTXT.

Here WA_EXTAB-LINE is of character type of length 2000.

When i am uploading an excel file, the length of the last field is 600.

The problem is before pressing F5 at SPLIT i just saw the contents of WA_EXTAB-LINE. here i am not getting the full text of the last field of the excel sheet.

6 REPLIES 6

Former Member
0 Kudos

Hi,

Check ur code when u upload the daat from excel into the WA. Something shud have gone wrong there.

Let me know abt it.

Nayan

Former Member
0 Kudos

Hi,

There might be problem when you r uploading the file.

Look at the seperator parameter in ur function module.

Please mention your doubt somewhat more clear.

Regards,

Jagadish

0 Kudos

Hi Friends, i have solved the problem myself. In the function module i used to upload the Excel file, there was the length restriction. When i copied that function module and changed the length the total data gotuploaded .

0 Kudos

Dear Manjunath,

Good to know that u have solved your problem. Shall we close the thread now.

Regards,

Vijay

0 Kudos

yes vijay, we can close this thread. How to allocate points to myself ? or will you allocate points to me ?

Former Member
0 Kudos

I myself has solved the issue