Skip to Content
0
Former Member
Nov 28, 2006 at 04:24 PM

Input values to page

24 Views

Hi All,

I have an iView to get data from BAPI. I hardcoded the input values (say salesorder number) in code. i added that iview to page, so working fine and giving me the result. Now problem is without hard coding input parametes of BAPI, how can i pass input parameteres from page.means

when i click some button this page will be called through URL

it contains salesorder numer as parameter.

so i am reading that sonumber using <b>request.getparameter()</b> in my code and passing as input. But not getting output.