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 to visualize deep structures

Former Member
0 Likes
818

Hi,

iam facing the following problem:

i have an internal table which has fieldA, fieldB, fieldC

FieldC is an other internal table  which fieldD, fieldE, fieldF

FieldF is another internal table.

Now is the question how to browse this table. I thought to display it by a tree view.

Has anyone an idea?

regards

3 REPLIES 3
Read only

Former Member
0 Likes
733

Hi,

In debugging you double click the field that is also an internal tabel and you see the content.

Why not do something like that.

Kind regards, Rob Dielemans

Read only

Former Member
0 Likes
733

you can try this via hierarchical sequential lists.

check: SALV_DEMO_HIERSEQ_SIMPLE

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
733

Hi,

You can access by using hyphen.

ex:

itab-fieldc-fielda

PAYUS_RESULT structure  is similar to what you are telling as deep.

Use where used list to check the function module   PYXX_READ_PAYROLL_RESULT which uses similar structures in changing parameter and then you can refer the program for understanding how it is referred.