PARAMETERS: P_FILE LIKE RLGRAP-FILENAME.
FORM GET_FILE.
CALL FUNCTION 'WS_FILENAME_GET'
EXPORTING
DEF_FILENAME = ' '
DEF_PATH = P_FILE
MASK = ',*.txt.'
MODE = 'O'
TITLE = 'Select file'
IMPORTING
FILENAME = P_FILE
EXCEPTIONS
INV_WINSYS = 01
NO_BATCH = 02
SELECTION_CANCEL = 03
SELECTION_ERROR = 04.
ENDFORM. "GET_FILENAME
FORM UPLOAD_FILE.
DATA:SPLIFZ(13) TYPE C.
DATA:TEMP(200) TYPE C.
DATA:QTY(10),PRICE(10) TYPE C.
CALL FUNCTION 'WS_UPLOAD'
EXPORTING
FILENAME = P_FILE
FILETYPE = 'ASC'
TABLES
DATA_TAB = ITAB2
EXCEPTIONS
CONVERSION_ERROR = 1
FILE_OPEN_ERROR = 2
FILE_READ_ERROR = 3
INVALID_TABLE_WIDTH = 4
INVALID_TYPE = 5
NO_BATCH = 6
UNKNOWN_ERROR = 7
OTHERS = 8.
LOOP AT ITAB2.
call function 'CONVERSION_EXIT_ALPHA_INPUT'
EXPORTING
input = itab2-char
IMPORTING
output = c_vbeln.
itab-vbeln = c_vbeln.
APPEND ITAB.
ENDLOOP.
ENDFORM. " UPLOAD_DATA
分享到:
相关推荐
This component lets you upload multiple files with size up to 4GB to a disk or a database along with another form fields. The ASP file upload works native in 32/64 bit Windows see more fetatures and ...
Documentation Overview Basic plugin information ...•Drag and drop uploads from another web page •Fixing Safari hanging on very high speed connections (1Gbps) •Direct upload to YouTube
shortcut.Description = "Target File Shortcut"; shortcut.IconLocation = "C:\\path\\to\\icon.ico"; // 可选,设置快捷方式图标 shortcut.TargetPath = targetPath; // 保存快捷方式 shortcut.Save(); } }...
In the Integration Directory, define two communication channels: one for the File Adapter (to read the custom XML file from the FTP server) and another for the IDoc Adapter (to send the transformed ...
- **Readability:** Python's syntax is designed to be easily readable, which makes it easier to write and maintain code. - **Interpretation:** Python is an interpreted language, meaning that the source...
Corrected before the issue of Cookie error handling to deal with some of the previous version of a timeout on the server is always the problem, add a file upload function, there is another find from ...
The book covers the key structural elements of an XSLT file and shows you how to use simple XPath expressions to match and select source file content. Along the way, you’ll uncover a rich set of ...
File Splitter enables you to split large files into files of the size that can be copied to floppy disks for transport to another machine and rejoined.
a game developer, or simply someone looking to manage personal media files, understanding the intricacies of the MOV file format can greatly enhance your ability to create and manipulate multimedia ...
just another junk file to upload
UltraEdit and UEStudio provide multiple methods to quickly open files without using the standard Open File dialog. A favorite method among power users is the Quick Open in the File menu. The benefit ...
attachment is describing my one exam questiones' solution of how to program XML file, xsl and dtd styles, hereby I upload these sample code to help someone who want to learn the basic functionally ...
system from another is an architecture tailored to efficiently execute the tasks for which it was de- signed. A desktop computer and an automobile’s engine controller have markedly different ...
Having several windows pointing to different locations on your hard drive makes it much easier to move or copy data from one folder to another, and also makes browsing faster. Q-Dir supports ...
Python Excel (xlrd, xlwt) - How to copy a style from one cell and put it on another - Stack Overflow
Header Files The #define Guard Header File Dependencies Inline Functions The -inl.h Files Function Parameter Ordering Names and Order of Includes Scoping Namespaces Nested Classes Nonmember, Static ...
This utility is especially useful if you try to delete/move/open a file and you get one of the following error messages: Cannot delete [filename]: There has been a sharing violation. The source or ...
SplitFile.zip File Splitter enables you to split large files into files of the size that can be copied to floppy disks for transport to another machine and rejoined.<END> 24 , WatchFolders.zip...
| user agent and referrer, and choose another proxy to tunnel through. - privacy.php | This file displays a stock privacy policy to the user. - terms.php | This file displays a stock terms of...