Skip to Content
0
Former Member
Sep 13, 2007 at 02:31 PM

Passing values from BSP to Function Module

200 Views

Hi,

I have a requirement wherein I have to pass the values entered by the user in BSP input fields to a Function module.

Actually I have 3 input fields on my layout, say f1, f2 and f3. f3 has to be populated based on the values entered in f1 and f2. Just like in ABAP screens we read the values using Function Module DYNP_VALUES_READ, I need to read f1 and f2 even before any server event is triggered. These values have to be passed to the ZFunction module which gets the value for f3.

There is a constraint that i cannot call the zfunction module directly in the event handler and pass the values of f1 and f2 as parameters.

Is there any way

1) to read the values on the BSP page before triggering an event

2) pass these to Function Module for further processing

I hope the requirement is clear.

Thanks,

Rashmi