Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

module pool regarding

Former Member
0 Likes
408

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
 48256

in 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

2 REPLIES 2
Read only

Former Member
0 Likes
384

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

Read only

Former Member
0 Likes
384

solved