2006 Oct 09 8:36 AM
Hi all.
I have an issue in table controlls.
I need to give input help(drop box )in the field of table controlls in the module pool program.
Can any body help me to solve this issue.
Thanks in advance,
regards,
venkat
2006 Oct 09 9:09 AM
Hi,
As suggested,this will help you.
RSDEMO_TABLE_CONTROL
If you observed,then you can find that the particular field is maintained as listbox.
In PBO,populate the required values into internal table.
After that loop at the internal table and put it in table control.
The follg. part of code explains it.
LOOP at sdyn_itab into sdyn_sdw4 WITH CONTROL TABLE_CONTROL.
ENDLOOP.
Hi all.
I have an issue in table controlls.
I need to give input help(drop box )in the field of table controlls in the module pool program.
Can any body help me to solve this issue.
Thanks in advance,
regards,
venkat
2006 Oct 09 8:56 AM
2006 Oct 09 9:09 AM
Hi,
As suggested,this will help you.
RSDEMO_TABLE_CONTROL
If you observed,then you can find that the particular field is maintained as listbox.
In PBO,populate the required values into internal table.
After that loop at the internal table and put it in table control.
The follg. part of code explains it.
LOOP at sdyn_itab into sdyn_sdw4 WITH CONTROL TABLE_CONTROL.
ENDLOOP.