Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem using FileUpload Component in SAP BW 7.3 Web Dynpro

Former Member
0 Likes
595

Hi Guys,

we have upgraded to SAP BW 7.3 . From when we upgraded we are encountering serious problem with FileUpload Component for ABAP Web Dynpro .

Every time i press button to upload File i'm getting the following Error:

  • "Load error: The file name is invalid or the file is too large"

In SAP BW 7.2 release i was not getting this error .

The error is not from my code but it is standard .

Could anybody help me on this issue ?

Thank you,

Andrew

1 ACCEPTED SOLUTION
Read only

former_member264034
Active Contributor
0 Likes
560

Hi,

If the folllowing is relevant please apply the following note:

1768639 - Corrections for unified rendering up to SAP_BASIS 731/05 II
with all of its prerequisites.

These notes are very large (40-80MB), so it can take a long time
to implement all.

1736212 FileUpload: File is not uploaded

Regards,

Aidan

Hi Guys,

we have upgraded to SAP BW 7.3 . From when we upgraded we are encountering serious problem with FileUpload Component for ABAP Web Dynpro .

Every time i press button to upload File i'm getting the following Error:

  • "Load error: The file name is invalid or the file is too large"

In SAP BW 7.2 release i was not getting this error .

The error is not from my code but it is standard .

Could anybody help me on this issue ?

Thank you,

Andrew

2 REPLIES 2
Read only

former_member264034
Active Contributor
0 Likes
561

Hi,

If the folllowing is relevant please apply the following note:

1768639 - Corrections for unified rendering up to SAP_BASIS 731/05 II
with all of its prerequisites.

These notes are very large (40-80MB), so it can take a long time
to implement all.

1736212 FileUpload: File is not uploaded

Regards,

Aidan

Read only

0 Likes
560

Thank you Aidan . We have applied the two notes and FileUpload is now working .

Your indications have been very useful .