Dear Experts,
I have a requirement where I have to display data similar to a time - table. The table contains fixed columns as Sunday(date) Monday(date) ... Saturday(date). Now I have fetched all my data into one internal table via., the interface. I should display the line item entries corresponding to the column's date and day.
I can hard-code only column header with days but how can I fill in dates dynamically in header row ? and once I do this I have to fill the line items for each cell based on date and day.
For Example:
Item Details
Sunday
(07/17)
Monday
(07/18)
Tuesday
(07/19)
Wednesday
(07/20)
Item Name: Item 1
Description: Test 1
LRP: 90
Capacities:
Work Center: 1098
Description: Test_1
Capacities:
Work Center: 1099
Description: Test_2
Item Name: Item 2
Description: Test 2
LRP: 95
Capacities:
Work Center: 1056
Description: Test_3
I have one internal table which contains the date, days, and all the values such as item name, description etc. How can I achieve this ? Please help me out.
-
Thanks and Best Regards,
Naresh