cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi..

I nead to read a htmlb input field from the application class.

i aam using the below code in oninput processing.

w_sc ?= cl_htmlb_manager=>get_data( request = runtime->server->request

name = 'inputField' id = 'PC_IN7' ).

application->vPC_IN7 = w_sc->value.

but i need to do the same thing in the application class method and not in oninput processing.

can this be done..

Thanks

Dinesh

0 Likes
View Entire Topic
sreekanthgo
Contributor
0 Likes

Hi Dinesh,

You cannot capture the value of input field in the application class. But you can store the value of input field in Application Class.

You can keep the code in the OnInputProcessing, and store the value of it in the Application Class.

Please do not forget to give points for the helpful answers

Thanks,

<b>Sreekanth</b>