当前位置:网站首页>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
边栏推荐
- Go language learning notes - exception handling | go language from scratch
- 【SQL server速成之路】数据库的视图和游标
- JS node operation, why learn node operation
- 《數字電子技術基礎》3.1 門電路概述、3.2 半導體二極管門電路
- MySQL of database -- overview and installation
- Get trustedinstaller permission
- Installation of data cleaning ETL tool kettle
- Personal homepage software fenrus
- NPM reports an error: operation not allowed, MKDIR 'C: \ program files \ node JS \ node_ cache _ cacache’
- JSON input of Chapter 14 of kettle paoding jieniu
猜你喜欢
Buuctf [actf2020 freshman competition] include1
Kettle experiment
Amazon cloud technology entry Resource Center, easy access to the cloud from 0 to 1
Practice of Flink streaming batch integration in Xiaomi
Pre parsing of JS
数据清洗 ETL 工具Kettle的安装
GoLand debug go use - white record
Applet error: should have URL attribute when using navigateto, redirectto or switchtab
MySQL of database -- Fundamentals
[reading notes] Chapter 5 conditional statements, circular statements and block statements of Verilog digital system design tutorial (with answers to thinking questions)
随机推荐
小程序报错:Cannot read property 'currentTarget' of undefined
Practice of Flink streaming batch integration in Xiaomi
GUI, CLI and UNIX Philosophy
Machine learning (VI) -- Bayesian classifier
kernel-pwn学习(4)--Double Fetch&&0CTF2018-baby
Using sqlmap injection to obtain the account and password of the website administrator
Applet error: cannot read property'currenttarget'of undefined
Canary publishing using ingress
Redis 异常 read error on connection 解决方案
JS what is an event? Event three elements and operation elements
Chapter VIII project stakeholder management of information system project manager summary
SAP 101K 411k inventory change
STM32 and FreeRTOS stack parsing
JS DOM event
[geek challenge 2019] havefun1
Leetcode题库78. 子集(递归 c实现)
JS and how to judge custom attributes in H5
Codeforces Round #784 (Div. 4)
Applet error: should have URL attribute when using navigateto, redirectto or switchtab
Leetcode-199 - right view of binary tree