cancel
Showing results for 
Search instead for 
Did you mean: 

File upload in SRM on WEB/ITS to an own transaction

Former Member
0 Kudos

Hi,

I have the following problem:

We use SRM 4.0 (EBP 5.0) with standalone ITS.

We have a custom made transaction, which is run by the users on the web.

For this transaction some data should be uploaded from an Excel(csv) file.The file is chosen in the browser.

I used function GUI_UPLOAD for this purpose, which works when I run the transaction on the GUI.

But when I try it on the web/in the explorer, then it does not work, it dumps on the web (but no ST22)

Same thing with the function ITS_UPLOAD.

I tried to compare and debug the standard upload/attach funcionality,which works and uses e.g. BBP_PDH_FILE_GET_MIME_DATA.

In case of standard the MIME calls are working, in my case not, I do not know what is missing or what is

wrong.

Thanks in advance for any contribuiton.

Laszlo

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, Laszlo.

In our case installing JRE 1.5.0 on frontend machine helps to solve the same problem.

0 Kudos

hi Evgueny,

i have the same problem but I do have JRE 1.5.0. I still have the dump when I call GUI_UPLOAD. The Dump says "Template Not Found" when it call screen 100. It Actually does not have the template, but I set ~generatedynpro=1, to generate the template. Still that does not solving the issue.

Thanks