on 2015 Oct 20 1:24 PM
Hi,
This is my screen (created using rf framework)
Rsrc group is an input field, clicking on f8 by placing cursor on I/o field,
corresponding list values are displayed,following is the screen
Iam not able to pull the value to field .
It should happen automatically when we click on on pushbutton 1.manager .
Please help me to solve this problem.
Thanks in Advance.
Request clarification before answering.
Hi swetha,
create a module in PBO of a screen, in which there is a list box.
then fill the list box using the methods mentioned below
1. /SCWM/CL_RF_BLL_SRVC=>INIT_LISTBOX (field name)
To refresh the list box.
2. /SCWM/CL_RF_BLL_SRVC=>INSERT_LISTBOX (field name, value, and text)
To fill the list box.
Also you need to add FCODE 'LIST' in the Function Code profile and assign F8 as function key to it.
Note : INSERT_LISTBOX method should be called 'n' times if you need 'n' values in your list box.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 10 | |
| 8 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 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.