Skip to Content
0
Former Member
Nov 18, 2005 at 01:38 AM

Iview problem

34 Views

Hi,

i have a transaction iview for uploading Xcel file to infotypes . I have called the F4_filename fn module ,so that users can select their file name .

CALL FUNCTION 'F4_FILENAME'

EXPORTING

program_name = syst-cprog

dynpro_number = syst-dynnr

  • FIELD_NAME = ' '

IMPORTING

file_name = file_path .

In R/3 it's working fine .But if i access it from the Portal .am getting one new page prior to window popup.

saying ...

"Please Wait . You will be forwaded automatically.

This page had to be included for techinical reasons ."

How to avoid this page in portal .

Rgds,

J