‎2014 Nov 25 11:51 AM
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
‎2014 Nov 25 12:06 PM
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
‎2014 Nov 25 12:29 PM
you can try this via hierarchical sequential lists.
check: SALV_DEMO_HIERSEQ_SIMPLE
‎2014 Nov 25 12:41 PM
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.