Deeper Dive into Deep structure – part 3
Hi All,
Its time to do some printing we are going to use the class Y_R_EITAN_TEST_31_02_CL from Deeper Dive into Deep structure – part 2 .
To the source:
Program Y_R_EITAN_TEST_31_02
Source included.
“FORM get_data_1” use class Y_R_EITAN_TEST_31_02_CL to retrive the data based on the user parameters.
Smartform Y_R_EITAN_TEST_31_02
This is the interesting one….
We passed to the form a table of carriers (IT_SCARR_1) :
Since we have a deep structure we will use multi line table :
We will use “Loop” nodes for each level (taking into account the nested tables).
At each level we will use appropriate line type .
Here we are at the SPFLI level and we loop on ST_SCARR_1-IT_SPFLI_1 :
The output:
This is all for now until next time…
http://scn.sap.com/community/abap/blog/2013/11/03/deeper-dive-into-deep-structure–part-4