cancel
Showing results for 
Search instead for 
Did you mean: 

An error occurs when uploading a csv with App ID [F3445] Maintain PIRs

zyuiti628
Discoverer
0 Kudos

I get an error when uploading csv with Maintain PIRs.

I checked the browser console and found the following location.

The result of getFocusDomRef was a Button, not an Input, as shown in the following site.

FileUploader SAPUI5 Version 1.103

When I checked in another working environment, the result of getFocusDomRef was Input.

My environment is on-premise and the version of DomRef is 1.108.1.

I am puzzled. How can I get the csv upload to work?

         var g = sap.ui.getCore().byId("idfileUploader");
var v = g.getFocusDomRef(); var w = v.files[0];






View Entire Topic
TomF
Explorer
0 Kudos

Hi,

Did you get an answer on this one?

I encountered the same issue.

Kr,

Tom F.