How the files in the CRM WebClient UI are uploaded to the NetWeaver backend

Source: Internet
Author: User
Tags http post chrome developer chrome developer tools

Use the Chrome developer tools to debug attachment uploads in the CRM WebClient UI: Select a file from the local, breakpoint trigger:

Front End Get user selected uploaded file name: Jerry.txt

After you click the Attach button, the event handler function for the ABAP background is triggered:

From the Network tab of the Chrome Developer tool, it is observed that the UI sends an HTTP POST request to the ABAP daemon:

The background handles all form parts in turn:

Remove the file name and file type from the corresponding form part:

As well as the actual file content (for security reasons, the contents of the form part cannot be observed in the Chrome Developer Tools Network tab)

However, the contents of the uploaded file that you see in the ABAP debugger are still consistent with the file's local UltraEdit open.


To get more original Jerry's technical articles, please follow the public number "Wang Zixi" or scan the QR code below:

How the files in the CRM WebClient UI are uploaded to the NetWeaver backend

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.