‎2008 May 28 7:04 AM
hi all,
i have a requirement like i have a table control in which user eneters tknum or venum. the scenario is like if the user enter the venum then do process as it is but when tknum is entered then i need to fetch corresponding venum's from a z table and process it with other venum's entered in the table control.
123456
48256in the above values entered in table control, 123456 is a venum and 48256 is a tknum. in this case i need to get all corresponding venum of 48256 from a z table and process with
123456. for example if i have 256325,66666 for 48256 then i need to get these two values.
can anyone please help me. this is a bit urgent.
thanks
anupama
‎2008 May 28 7:40 AM
hi
if u want to display inmodul pool table control
then top inculude
declare ...
data: controls tbcl type tableeiw .
in the screen lflow logic
assign the table control in the PBO by writing it in loop & endloop.
then pai
user command select the data
populate in the internal table
wite----
move corresponding itab to tbcl.
within loop statement
remember pai should contain the user commands
if u r not able to do follow a standard scrren program by going system-status-and for a screen..let t code me21 .
rewards if helpful
sachhidananda
‎2009 Jan 07 9:12 AM