Skip to Content
0
Jun 30, 2006 at 06:58 AM

How to Load a Flat File into BW-BPS Using a Web Browser

35 Views

Hello,

I'm using the upload functionality described in the how to guide.

When we want to have this functionality available for 12 different Planning levels. Do I have to create the Web Interface (as described in the how to guide) for each Planning Level separately, or can i pass a parameter in the URL (wenn calling the File Upload functionality) to determine which Planning level and Function it is.

This pice of coding i want to have a bit more flexible

*Execute planning function

 CALL FUNCTION 'API_SEMBPS_FUNCTION_EXECUTE'
        EXPORTING
          i_area     = 'ZIPM0001' " <<<< ADJUST
          i_plevel   = 'ZCAPB006' " <<<< ADJUST
          i_package  = '0-ADHOC'  " <<<< ADJUST
          i_function = 'ZEX00001' " <<<< ADJUST
          i_param    = 'Z0000001' " <<<< ADJUST
        IMPORTING
          e_subrc    = l_subrc
        TABLES
          etk_return = lt_bapiret.

Does someone have an idea ?

Thank you

Dieter