Hi All,
My requirement is as below…
I have a MAP. The top area displays the policy holder details. And bottom area displays the number of premiums the policy holder has to pay. This is displayed in a tabular form. Presently the table is designed to displays 27 (9 lines * 3 columns) premiums. Now the enhancement has to be made to display maximum 40 premiums on the screen.
When ever the user gives more than 27 as policy tenure, the screen has to display 27 premiums on the screen. On pressing PF8 the remaining premiums should be displayed on the same screen(Map) with top area policy holder details. And on pressing PF7 the first 27 premiums should be displayed.
Let me draw the map here
===============================================Top area with policy holder details
Year | Field 1 | Filed 2 | Year | Field 1 |Field 2 | Year | Field 1 | Field 2|
2008 |xxxxx |yyyyyy |2017 |xxxxxx|yyyyyy|2026 |xxxxxx |yyyyyy|
2009 |xxxxx |yyyyyy |2018 |xxxxxx|yyyyyy|2027 |xxxxxx |yyyyyy|
2010 |xxxxx |yyyyyy |2019 |xxxxxx|yyyyyy|2028 |xxxxxx |yyyyyy|
1011 |xxxxx |yyyyyy |2020 |xxxxxx|yyyyyy|2029 |xxxxxx |yyyyyy|
1012 |xxxxx |yyyyyy |2021 |xxxxxx|yyyyyy|2030 |xxxxxx |yyyyyy|
1013 |xxxxx |yyyyyy |2022 |xxxxxx|yyyyyy|2031 |xxxxxx |yyyyyy|
1014 |xxxxx |yyyyyy |2023 |xxxxxx|yyyyyy|2032 |xxxxxx |yyyyyy|
2015 |xxxxx |yyyyyy |2024 |xxxxxx|yyyyyy|2033 |xxxxxx |yyyyyy|
2016 |xxxxx |yyyyyy |2025 |xxxxxx|yyyyyy|2034 |xxxxxx |yyyyyy|
other field
PF1…PF3…PF7…PF8…
The above Map only displays 27 premiums. Now on pressing PF8 I am reaching to the next screen. But before going to the next screen, I want to display the remaining premiums on the same screen.
I have changed the Top dim from 27 to 40. The modifications required at program/data area level are already done. The calculation part also completed. Only to display the data is required.
How can I do this?I hope my requirement is clear. If any more clarity is rewuired, than do let me know.
Thanks in Advance
Mishra