‎2007 Apr 11 3:30 PM
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
‎2007 Apr 11 3:35 PM
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.
‎2007 Apr 11 3:35 PM
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.
‎2007 Apr 11 3:36 PM
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..
‎2007 Apr 11 3:41 PM
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.
‎2007 Apr 11 3:59 PM
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...
‎2007 Apr 11 3:42 PM
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