cancel
Showing results for 
Search instead for 
Did you mean: 

Using GUI_UPLOAD from ITS

former_member498918
Participant
0 Kudos

I have written a function to upload data from a tab delimited excel file into an internal table. When I run this in the SAP GUI it works fine. When I call this function from within my ITS transaction I get the page 'The Internet Transaction Server failed to generate the response for current request.' and a dump saying FILE_READ_ERROR raised. When I debug I can see that the file name and location are correct.

Does anyone know why this might be happening?

Thank you

Karen

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Karen,

Does you client PC meet the frontend requirements for up-/download?

Especially the used Java Virtual Machine is of importance. See note 325616.

Thanks and regards,

Dieter

former_member228142
Active Contributor
0 Kudos

Hi Karen,

do you run this in webgui or in an IAC? The gui_upload function is designed to be run in webgui.

Best regards,

Klaus

former_member498918
Participant
0 Kudos

I am using the ITS. The upload function is being called in the PAI of a screen to fill an internal table to return to the ITS.

Should I be using a different upload function for the ITS?

I am using the ITS with SAP version 4.6c

Thank you

Karen