2018 Apr 18 1:06 PM
iam using CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
and my output table is itab
iam using CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
and my output table is itab
2018 Apr 18 1:27 PM
Swathi,
Check the data declaration of the itab.
Double click on the structure you are referring to that itab to see if there are any Table types or Line types (component type) used to refer any of the fields in that structure.
K.Kiran.
2018 Apr 18 1:44 PM
Hi,
You can check by double click on the declaration of Internal table. check if that declaration contain Structure or Table type that show as deep structure.
2018 Apr 19 6:27 AM
thank you for your response.
But my internal table is not having any deep structures that means I haven't used any "type ref" or
"TYPE STANDARD TABLE OF" in my internal table still I am unable to get the spreadsheet option from the LIST and it is showing grey colour.
2018 Apr 19 6:29 AM
So your problem isn't "how do I determine if a table is deep", but rather the spreadsheet option isn't working.
Just a thought, but why not share the definition of your table? Or maybe even relevant portions of your code. It might help with targetted answers. At the moment, we're kind of having to guess.
2018 Apr 19 6:53 AM