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: 

Uploading 3000 characters from excel doc to internal table

Former Member
0 Kudos

Hi All,

I need to upload 3000 chars for po long text in MM03.

I am using function module 'TEXT_CONVERT_XLS_TO_SAP' to upload string from excel document.

When i verified uloaded string only 256 charactes were uploaded.

Can you please guide me to upload characters?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Sanjay,

i have the same problem long time ago. I did a copy of ALSM_EXCEL_TO_INTERNAL_TABLE, and then changed the data type of the structure INTERN.

ALSMEX_TABLINE-VALUE (50) --> ZALSMEX_TABLINE-VALUE(3000)

1 REPLY 1

Former Member
0 Kudos

Hi Sanjay,

i have the same problem long time ago. I did a copy of ALSM_EXCEL_TO_INTERNAL_TABLE, and then changed the data type of the structure INTERN.

ALSMEX_TABLINE-VALUE (50) --> ZALSMEX_TABLINE-VALUE(3000)