SAP Managed Tags: ABAP Development ABAP Development Programming Tool View products (1) I M UPLOADING EXCEL DATA to internal table using FM 'ALSM_EXCEL_TO_INTERNAL_TABLE ' but it gives output in the form of Row Col and value how to get the values in excel or the internal tabble format...
修改ALSM_EXC..FM:ALSM_EXCEL_TO_INTERNAL_TABLE 是上载Excel文件的一个函数,但是这个函数有两个限制。一是每个CELL只能导入前50个字符,二是如果超过9999行,行号会初始化为从零
用excel上载大数据量的BOM数据到SAP系统中,一次上载的数量级别在10万条左右,这时用ALSM_EXCEL_TO_INTERNAL_TABLE上载时会dump,查看了代码发现ALSM_EXCEL_TO_INTERNAL_TABLE中是将数据先保存到剪贴板(Clippboard )上,然后在保存到内表中,很不幸剪贴板大小有限制,超过就会dump。 2, 问题解决 解决方法比较简单,就是...
SAP Managed Tags: ABAP Development Hi experts, I am using the FM ALSM_EXCEL_TO_INTERNAL_TABLE to retrieve data from an Excel file and push this data into an internal table. My problem is that everytime I run the program, I get the pop-up from Excel 'Do you want to save changes ...
If you've already registered, sign in. Otherwise, register and sign in. Comment Labels in this area - SAP 1 A Dynamic Memory Allocation Tool 1 A Unit Test for function Module 1 ABAP 17 ABAP 7.4 4 ABAP API 1 ABAP auf HANA 1 abap cds 2 ABAP CDS VIEW 2 ABAP CDS ...
错误提示?ZALSM_EXCEL_TO_INTERNAL_TABLE 这个函数看名字应该是自开发的一个上传EXCEL数据的函数,要将错误贴出来看看
The SAP description is SAP NetWeaver AS ABAP 7.51 SP02 on ASE, I picked the installation from the SAP CAL few weeks ago. I just cross check and I really don't have this FM in my installation.Are there someway to install it? What's its package? Thank you, Elton Senne Reply geert...
SAP Managed Tags: ABAP Development Hi! I was wondering if there is another function module in SAP that functions just like the function module "ALSM_EXCEL_TO_INTERNAL_TABLE". You see, I have a problem with the length of alsmex_tabline since it only has a length of 50. This leaves ...
SAP Managed Tags: ABAP Development Hi, Declare the internal table with 2 columns then you will get thise in single row Regards Sudhee Reply former_member189059 Active Contributor 2007 Jul 17 9:28 AM 0 Kudos 82 SAP Managed Tags: ABAP Development hi richi, make sure your intern...