Skip to Content
Author's profile photo Eitan Rosenberg

Deeper Dive into Deep structure – part 4

Hi all,

In http://scn.sap.com/community/abap/blog/2013/10/22/deeper-dive-into-deep-structure–part-3 we use

a deep structure for printing lets see how we can use it interactivly in a report .

Program Y_R_EITAN_TEST_08_05:

/wp-content/uploads/2013/11/capture_20131030_115120_311127.png

In this program we have on screen four cl_salv_table grids . Each grid display a different level in our data model
(The creation of the model was covered in http://scn.sap.com/community/abap/blog/2013/10/15/deeper-dive-into-deep-structure–part-2 )

We can drill down from level to level.

In the program there is no table access it is only displaing the data model.

The program is using the “Observer pattern” in order to comunicate between the different grids .
Although this is not the main subject of this blog entry I thought it is worth while mentioning .

The source of the screen and the program are included.

The gui status looks like this:

/wp-content/uploads/2013/11/capture_20131103_105856_313227.png

The BACK , EXIT and CANCEL are Type ‘E’ functions .

/wp-content/uploads/2013/11/capture_20131103_105151_313228.png

This conclude our dive, its time to surface….

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.