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

how will we know whether the internal table is having deep structure?

Former Member
1,409

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

5 REPLIES 5
Read only

kiran_k8
Active Contributor
0 Likes
1,252

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.

Read only

former_member564522
Active Participant
0 Likes
1,252

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.

Read only

0 Likes
1,252

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.

Read only

0 Likes
1,252

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.