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
1,108

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

10 REPLIES 10
Read only

Former Member
0 Likes
1,067

HEY VIVEK CAN U TELL STEP BY STEP TILL HOW DID U DO THAT

EVEN GIVING THE CODE SNIPPETS

BECOZ I HAVE TO DO THE SAME THING

BUT I AM TRYIN

Read only

0 Likes
1,067

Hi,

Tell me ur requirement in detail. Then i can help you if possible.

Thanks,

Read only

former_member491305
Active Contributor
0 Likes
1,067

Hi Vasu,

Please check following table control property by debugging the code when u are in display mode.

TCTRL_U_ERF_AUFTRAG-LINE_SELECTOR = 'X'.

For selecting the line in table control the above field has to be 'X',

And TCTRL_U_ERF_AUFTRAG is table control name in 'VA03'.

Read only

0 Likes
1,067

Hi Vignesh,

Thanks for your reply.

I created a custom table control TCCUSTOM.

It is showing correctly that it is having 'X' in debugging.

TCCUSTOM-LINE_SELECTOR = 'X'.

But still i am not able to select the lines.

Can you tell me why it is showing like that.

Thanks,

Vasu....

Read only

0 Likes
1,067

Hi,

Check the following property.I think this would be your problem.

TCCUSTOM-LINE_SEL_MODE = '2'.

Possible values:

0-No line selection

1-Single Line selection

2-Multiple Line selection

Read only

0 Likes
1,067

Hai,

In debugging it is showing the correct value only,

TCCUSTOM-LINE_SEL_MODE = '2'.

Can you have any other idea....

Thanks,

Vasu.

Read only

0 Likes
1,067

HI Vasu,

I don't think ,any field apart from the following,Controlling the line selection in table control.

TCCUSTOM-LINE_SEL_MODE,

TCCUSTOM-LINE_SELECTOR.

Once again do check these field values in 4900 screen after the all the PBO Modules in that screen executed.

Read only

0 Likes
1,067

Ok. Vignesh, Thanks for all ur replys. I will try it.

Read only

0 Likes
1,067

Hi Vignesh,

I have done that thing.

For the selecting field of that internal table we have to give group3 as SEL under mod.groups/functions tab of Elements list.

Regards,

Vas...

Read only

0 Likes
1,067

Ok ..no problem.Thanks for the information.