Hi Experts,
I have a requirement to print a smartform (different data using the same layout).
My smart form has a logo, 2 page headers (one for main heading and other for column details), main window and a page footer.
my driver program has 2 tables (gt_header which has all the headings related to 6 forms) and (gt_data has all the data to display the results)
Requirement
1. To print costs at WBS level
a. including accruals. Main header (Development costs for report including accruals)
b. excluding accruals. (Development costs for report including accruals)
c. accruals only. (Development costs for report including accruals)
Data for WBS level costs include WBS element, description and cost to date. (as mentioned above this is maintained in GT_DATA)
2. To print costs at cost center level.
a. including accruals. header (Development costs for report including accruals)
b. excluding accruals. (Development costs for report including accruals)
c. accruals only. (Development costs for report including accruals)
Data for Cost center include Cost center desc, current month cost, year cost and total cost (as mentioned above this is maintained in GT_DATA).
in my driver program i got all the data required into the tables.
Can you suggest me how do i work on this data? is it a good practice to maintain 6 different tables (one each for the 6 types of forms).
I have never worked on smartforms so, please guide me.