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 Table Control

Former Member
0 Likes
475

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....

4 REPLIES 4
Read only

Former Member
0 Likes
452

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

Read only

0 Likes
452

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...

Read only

Former Member
0 Likes
452

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

Read only

Former Member
0 Likes
452

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