當前位置:首頁 » 文件管理 » sap上傳文件

sap上傳文件

發布時間: 2025-08-25 17:23:54

1. sap 上傳文件怎麼安tab分割讀取

CALL FUNCTION 'GUI_UPLOAD'
EXPORTING
filename = u_file "" 上傳的文件路徑
filetype = 'ASC' "" .txt 格式
has_field_separator = 'X' "" tab 分割標示
TABLES
data_tab = <dyn_table> "" 自己定義的內表
EXCEPTIONS
file_open_error = 1
file_read_error = 2
no_batch = 3
gui_refuse_filetransfer = 4
invalid_type = 5
no_authority = 6
unknown_error = 7
bad_data_format = 8
header_not_allowed = 9
separator_not_allowed = 10
header_too_long = 11
unknown_dp_error = 12
access_denied = 13
dp_out_of_memory = 14
disk_full = 15
dp_timeout = 16
OTHERS = 17.
IF sy-subrc <> 0.
MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
ENDIF.

熱點內容
python列印日誌 發布:2025-08-25 19:37:00 瀏覽:413
vr哪個配置最好 發布:2025-08-25 19:36:51 瀏覽:836
解壓擠痘視頻 發布:2025-08-25 19:34:31 瀏覽:308
老鼠腳本是什麼意思 發布:2025-08-25 19:27:59 瀏覽:476
androidlongstring 發布:2025-08-25 19:25:00 瀏覽:494
app製作androidstudio 發布:2025-08-25 19:14:12 瀏覽:241
hibernate連接資料庫 發布:2025-08-25 18:55:37 瀏覽:719
c語言hook 發布:2025-08-25 18:44:16 瀏覽:700
解壓瓶子 發布:2025-08-25 18:10:17 瀏覽:270
五年級c語言 發布:2025-08-25 18:08:42 瀏覽:542