SAP 自开发ALV导出excel 2007 格式时,某几列的值丢失,导出excel 现有xxl格式时正常。 仔细分析代码后,发现是 set_fieldcat时,字段名称写成小写了。改为大写后,可以正常导出。 ALV简介和Fieldcat与Layout相关参数属性 ) 颜色字段名称 描述 输入值 备注 info_fieldname 用于设置ALV输出报表每一行的颜色, 其参数为输...
yes CL_FDT_XL_SPREADSHEET XCO_CP_XLSX CL_SALV_BS_TT_UTIL SAP_CONVERT_TO_XLS_FORMAT XXL_FULL_API Is there a nice opensource library in another programming language which we could do source-to-source translation to ABAP? (and is it a good idea?) I also guess that it would be smarter...