Dear all,
I have gone through a demo in saptechnical. The example is about linking a header table and item table using where conditions.
Output as per example
Page 1
-- -- -- -- (Header Table - First Value)
-- --
-- --
Page 2
-- -- -- -- (Header Table - Second Value)
-- --
-- --
-- --
Page 3
-- -- -- -- (Header Table - Third Value)
-- --
Am getting an output like this.
Page 1
-- -- -- -- (Header Table - First Value)
-- --
-- --
-- -- -- -- (Header Table - Second Value)
-- --
-- --
Page 2
-- --
-- --
-- -- -- -- (Header Table - Third Value)
-- --
The Item values are displayed in the position in Page 2 as illustrated above.
I want the output as show below.
Expected Output
Page 1
-- -- -- --
-- --
-- --
-- -- -- --
-- --
-- --
Page 2
-- --
-- --
-- -- -- --
-- --
Please Guide.
Regards,
Karthi M R.