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

Deep Structure in DDIC

sinan_keklik
Associate
Associate
0 Likes
807

Hi,

I have a internal table with a deep structure to modify the color of cells in an ALV Grid. I want to save that table in the DDIC but I read that Fields in a DDIC-Table must have a Flat Structure.

Any Ideas how I can handle this?

Sinan

Hi,

I have a internal table with a deep structure to modify the color of cells in an ALV Grid. I want to save that table in the DDIC but I read that Fields in a DDIC-Table must have a Flat Structure.

Any Ideas how I can handle this?

Sinan

3 REPLIES 3
Read only

Former Member
0 Likes
683

I am assuming that one row of your internal table has some fields which are themselves tables ?

If this is what you want to achieve...then use table types.

Define a table type with the structure of the nested table.

Then while defining the internal table structure, keep the table type as one of the elements.

Hope this is clear. Please revert if you have queries.

Read only

0 Likes
683

Hi,

I am already using the Table Type LVC_T_STYL as one of the Elements. I can define Deep Structures and Deep Table Types with these Structures but no Tables.

Sinan

Read only

sinan_keklik
Associate
Associate
0 Likes
683

Index Tables can save deep Structure Tables in the Dictionary.

Thanks for the Answers.

Sinan