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

Former Member
0 Likes
522

hi frens,

i have a requirement in module pool programming...

if i click on pushbutton provided with text....total row has to be selected..

can any one pls help me out.

regards,

malathi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
499

normally in module pool...the table control has a checkbox as first field....

now say u pressed checkbox... based on some condition, u can put the checkbox as 'X' and modify the internal table which shows as the row as selected.

5 REPLIES 5
Read only

Former Member
0 Likes
500

normally in module pool...the table control has a checkbox as first field....

now say u pressed checkbox... based on some condition, u can put the checkbox as 'X' and modify the internal table which shows as the row as selected.

Read only

Former Member
0 Likes
499

Hi..

for selecting a row generally we should have to maintain a field of type C size 1

in the internal table that we are populating...

if u maintain that..u can get it...

u mean Pushbuttons beside the rows are only one push button??

if one, which row to be selected??

clear..

Read only

0 Likes
499

i tried using that.but its not working..

even i modified the table...

if i click the pushbutton the corresponding line has to be selected...

pls help me.

Read only

0 Likes
499

Hi malthi,

u need not write code seperately for that,,,,if u tried it through wizard...it will ask u the table from <b>DBASE or PROGRAM</b>...select Program and give internal table name that u have created.

Now..it will asks u to seleccting rows...whether one row or multiple rows...check any one of that...

Read only

former_member673464
Active Contributor
0 Likes
499

Hi ,,

It is generally used in table control of module pool programming .If you want you can refer to demo program

DEMO_DYNPRO_TABCONT_LOOP_AT for your requirement.

regards,

veeresh

null