ABAP file upload download with SMW0

Source: Internet
Author: User

Example with Excel

Smw0 the thing code into the transfer template to the server:

The from code used to download the template is as follows:

FORMsub_chek_directory. DATA: L_formkey1 likeWwwdatatab. DATA: l_filename1 likerlgrap-filename. DATA: L_fileTYPE string. DATA: L_RC likesy-SUBRC. DATA: L_temp ( -). DATA: L_resultTYPEc. l_filename1='C:\Users\00186159\Desktop\333.XLS'."This path is downloaded to the local address of the template, you can change the  SELECT  Single* into corresponding  Fields  ofL_formkey1 fromWwwdataWHEREObjID ='Zexcel' . CLEARL_file.CLEARL_result. L_file =l_filename1. Pager METHODCl_gui_frontend_services=>file_existExportingfile=L_file Receiving result=L_resultEXCEPTIONSCntl_error=1Error_no_gui=2Wrong_parameter=3OTHERS=5. IFL_result =space. Pager FUNCTION 'Download_web_object'      ExportingKey=l_formkey1 Destination=l_filename1ImportingRC=L_RCchangingTemp=l_temp. IFL_tempNEl_filename1. MESSAGEe398 (xx) withtext-001. ENDIF. ENDIF.EndForm.

Note: HTML templates and binary object names can be used with the same name and are relid differentiated in the Wwwdata table.

ABAP file upload download with SMW0

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.