‎2009 Jun 05 1:18 PM
i am doing alv and i am using grid display. now in each column generally we have one value and if we double click it goes to next screen. but my request is i want to display 3 fields in the column and each field should allow the user to click and get the details in a subscree.
for example
i am having 2 rows and 8 columns , here i need in each column i need to display 3 fields and that fields should be interactive.
‎2009 Jun 05 1:22 PM
HI,
You mean to say in each cell you will be populating the three fields..if this is the case then it is impossible.
each field should be different columns. and using the AT_USER_COMMAND event you can call the popup's
‎2009 Jun 09 7:59 AM
‎2009 Jun 09 8:53 AM
Avinash is right, what you are asking is in fact impossible. 1 field = 1 box in the grid.
‎2009 Jun 19 2:44 PM