‎2007 Apr 23 2:46 PM
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 23 3:22 PM
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
‎2007 Apr 23 3:34 PM
Hi,
Tell me ur requirement in detail. Then i can help you if possible.
Thanks,
‎2007 Apr 23 5:34 PM
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'.
‎2007 Apr 24 6:41 AM
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....
‎2007 Apr 24 10:55 AM
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
‎2007 Apr 24 12:28 PM
Hai,
In debugging it is showing the correct value only,
TCCUSTOM-LINE_SEL_MODE = '2'.
Can you have any other idea....
Thanks,
Vasu.
‎2007 Apr 24 12:45 PM
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.
‎2007 Apr 24 1:18 PM
‎2007 Apr 24 2:26 PM
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...
‎2007 Apr 24 3:11 PM