当前位置:网站首页>SAP ABAP 解析 excel 文件的函数 TEXT_CONVERT_XLS_TO_SAP 单步执行分析
SAP ABAP 解析 excel 文件的函数 TEXT_CONVERT_XLS_TO_SAP 单步执行分析
2022-07-21 10:17:00 【InfoQ】

REPORT z.
TYPES: BEGIN OF ty_data,
field1 TYPE string,
field2 TYPE string,
END OF ty_data.
TYPES: tt_data TYPE TABLE OF ty_data.
DATA: lt_data TYPE tt_data,
lt_raw TYPE truxs_t_text_data.
CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'
EXPORTING
i_line_header = abap_false
i_tab_raw_data = lt_raw
i_filename = 'C:\temp\1.xlsx'
TABLES
i_tab_converted_data = lt_data
EXCEPTIONS
conversion_failed = 1
OTHERS = 2.
WRITE:/ sy-subrc.
lt_data
Excel.Sheet

c_oi_container_control_creator=>get_container_control
OLE container


C_OI_CONTAINER_CONTROL

TRUX_CONTAINER

document_proxy


OpenDocument




OpenDocument


AC_CALL_METHOD

OpenDocument



get_ranges_data




-Embedding

边栏推荐
- MobileViT:挑战MobileNet端侧霸主
- 45W performance release +2.8k OLED full screen ASUS lingyao x 142022 elite temperament efficient weapon
- 树莓派3B搭建Flink集群
- 工作流引擎在vivo营销自动化中的应用实践 | 引擎篇03
- Construction practice of pipeline engine of engineering efficiency ci/cd
- Pytorch learning nn Sequential class - use the sequential class to customize the sequential connection model
- A Beginner guide to Deep Learning based Semantic Segmentation using Keras
- MySQL performance optimization (II): select the optimized data type
- 为配置SSL,自制CA证书
- From scratch implement crnn using pytorch: read training data
猜你喜欢
随机推荐
The convolution kernel is expanded to 51x51, and the new CNN architecture slak counterattacks the transformer
matplotlib绘制直线图
MySQL performance optimization (II): select the optimized data type
Codeforces Round #580 (Div. 2) C- Almost Equal【规律】
认识TypeScript
Doctor application | the City University of Hong Kong's Liu Chen teacher group recruits doctors / postgraduates / Masters /ra
荐号 | 真正的卓越者,都在践行“人生最优策略”,推荐这几个优质号
2019牛客暑期多校训练营(第七场)A-String 【字符串最小表示法+暴力枚举】
bootloader系列四——时钟初始化
Kuberntes cloud native combat high availability deployment architecture
vivo官网APP全机型UI适配方案
Image segmentation using kmean and post-processing using CRFs
pytorch学习之nn.Sequential类—使用Sequential类来自定义顺序连接模型
COM编程入门1-创建项目并编写接口
为配置SSL,自制CA证书
Sohu Changyou written test questions + summary of knowledge points
Educational Codeforces Round 70 A题 You Are Given Two Binary Strings...
微信小程序-that.setData({})设置复杂字段数据
MySQL性能优化(三):深入理解索引的这点事
Codeforces Round #578 (Div. 2) C - Round Corridor 【数论+规律】