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
Request clarification before answering.
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>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.