- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Using GUI upload to attach a file to email in SAP
You have to use parameters correctly in the function. You have to import the file length to an integer value.
CALL METHOD cl_gui_frontend_services=>gui_upload_file ... IMPORTING filelength = fleng_i ...
Next is to write to a character type variable and add parameter i_attachment_size to a class of add attachment.
CALL METHOD w_document->add_attachment EXPORTING i_attachment_size = fleng ...
- Related Articles
- How to upload a file using JSP?
- Using header rows during flat file upload in SAP HANA
- How to upload a big CSV file in SAP Hybrid mobile app quickly?
- How to upload a file in Cypress?
- Automating SAP Transactions/actions using SAP GUI
- How to handle windows file upload using Selenium WebDriver?
- How can you upload a file using JSP?
- How to send an email with a file attachment in Android using Kotlin?
- How to create a file upload button with HTML?
- How to upload file with selenium (Python)?
- How to upload a file in Selenium with no text box?
- File Upload Example in Python
- Upload file with php to another php server
- How do we do a file upload using Python CGI Programming?
- File Upload using Selenium WebDriver and Java Robot Class.

Advertisements