当前位置:网站首页>SAP excel has completed file level validation and repair. Some parts of this workbook may have been repaired or discarded.
SAP excel has completed file level validation and repair. Some parts of this workbook may have been repaired or discarded.
2022-04-23 09:32:00 【rogerix4】
1. SAP export Excel Times wrong
-
Find out “test.xlsx” There is a problem with some of the contents in . Let's try to recover ? If you trust the source of this workbook , Please click on the “ yes ”

-
Excel File level verification and repair completed . Some parts of this workbook may have been repaired or discarded .

2. resolvent
-
Get the data output length when getting the binary export data table :l_length
-
Method 1 :
CALL FUNCTION 'SCMS_XSTRING_TO_BINARY' EXPORTING buffer = r_xstring IMPORTING output_length = l_length TABLES binary_tab = binary_tab. -
Method 2 :
CALL METHOD cl_bcs_convert=>xstring_to_solix EXPORTING iv_xstring = r_xstring RECEIVING et_solix = binary_tab. l_length = xstrlen( r_xstring ).
-
-
Then call cl_gui_frontend_services=>gui_download when , Pass in the parameter :bin_filesize = l_length
CALL METHOD cl_gui_frontend_services=>gui_download EXPORTING bin_filesize = l_length filename = `C:\Users\xxxx\Desktop\test.xlsx` filetype = 'BIN' CHANGING data_tab = binary_tab EXCEPTIONS file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 no_authority = 5 unknown_error = 6 header_not_allowed = 7 separator_not_allowed = 8 filesize_not_allowed = 9 header_too_long = 10 dp_error_create = 11 dp_error_send = 12 dp_error_write = 13 unknown_dp_error = 14 access_denied = 15 dp_out_of_memory = 16 disk_full = 17 dp_timeout = 18 file_not_found = 19 dataprovider_exception = 20 control_flush_error = 21 not_supported_by_gui = 22 error_no_gui = 23 OTHERS = 24.

- Corrected exported Excel It can be opened directly

版权声明
本文为[rogerix4]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230623503941.html
边栏推荐
- Kettle experiment (III)
- How to obtain geographical location based on photos and how to prevent photos from leaking geographical location
- Comparison of overloading, rewriting and hiding
- Node installation
- Enter "net start MySQL" and "system error 5. Access denied" appears. Detailed explanation of the problem
- JS case to find the maximum value, reverse the array, bubble sort
- 重载、重写、隐藏的对比
- [C language] document operation
- kettle实验
- 112. 路径总和
猜你喜欢

SAP CR transmission request sequence and dependency check

108. Convert an ordered array into a binary search tree

ABAP 7.4 SQL Window Expression

kernel-pwn学习(3)--ret2user&&kernel ROP&&QWB2018-core

108. 将有序数组转换为二叉搜索树

LeetCode 1611. The minimum number of operations to make an integer 0

What is monitoring intelligent playback and how to use intelligent playback to query video recording

501. Mode in binary search tree

GoLand debug go use - white record

JSON input of Chapter 14 of kettle paoding jieniu
随机推荐
阿里云架构师解读四大主流游戏架构
Image processing in opencv -- Introduction to contour + contour features
AI上推荐 之 MMOE(多任务yyds)
Thread scheduling (priority)
How to obtain geographical location based on photos and how to prevent photos from leaking geographical location
Two ways for flutter providers to share data
Kettle experiment (III)
JS DOM learn three ways to create elements
What is monitoring intelligent playback and how to use intelligent playback to query video recording
考研线性代数常见概念、问题总结
Enter "net start MySQL" and "system error 5. Access denied" appears. Detailed explanation of the problem
PHP笔记(一):开发环境配置
Emuelec compilation summary
LeetCode 1611. The minimum number of operations to make an integer 0
NPM installation yarn
Operation not allowed for a result set of type resultset TYPE_ FORWARD_ ONLY. Explain in detail
Employee probation application (Luzhou Laojiao)
Kernel PWN learning (4) -- double fetch & 0ctf2018 baby
亚马逊云科技入门资源中心,从0到1轻松上云
错题汇总1