‎2007 Apr 24 7:44 AM
Hi All,
I created a table for which should be displayed in sales order. It is working fine in VA01 and VA02 tcodes. I am able to select the rows and everything is fine. But in VA03, it is just visible and diplaying data, But i am not able to select the rows and not able to do any operations on that.
Can anybody tell me how to get to select the rows in VA03 also. It should be in display mode only but i have to select the row whatever i want.
Can anybody provide me the logic.
Thanks in advance,
Vivek....
‎2007 Apr 24 7:47 AM
hi vasu
create a selection colum for ur table control and have a same name field in that internal table also
u will be able to select the row now
regards
navjot
reward if helpfull
‎2007 Apr 24 7:51 AM
Hi,
Thanks for ur reply.
I created a select coloumn in internal table and assigned it to table control.
But still it is not working.
Can you provide me any logic...
‎2007 Apr 24 7:47 AM
Hi,
The VA03 Transaction means , you can't do any changes to the data, as it is only meant for displaying the records,
Since you are attemting to change(Selection of record means changing something in that) it won't allow you.
reward if useful
regards
ANJI
‎2007 Apr 24 7:53 AM
check the name of ur selection colum it should be like
internal tablename - sel_col
there is no logic behind the selection via selection column
regards
navjot