We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hello SAP Community. I need to paste data from a text file into multiple selections.I have code that works in part: Dim boundary As String
Dim formData As String
Dim fileBytes() As Byte
Dim fullRequest() As Byte
Dim filePath As ...