Hi Folks,
I am working on a Adobe requirement for the following design...
Selection Range :
Company code : 1 to N
Form Output:
Summary Page(Start Page 1)
Company Code 1
Internal table 1 Contains Summary of Data clubbed as per company code 1
Total : Summary
Flowing Page:
Internal table 2 Contains breakup on Customer details of company code 1
Customer 1 (New Page)
Total : Customer 1 Amount
Customer 2 (New Page)
Total : Customer 2 Amount
Customer 3 (New Page)
Total : Customer 3 Amount
Customer 4 (New Page)
Total : Customer 4 Amount
Total : All Customers of Company Code 1 ('page no' ends at 5 for company code 1)
Summary Page (Returns again from 'page no' 6):
Company Code 2
Internal table 1 Contains Summary of Data clubbed as per company code 2
Total : Summary
Flowing Page:
Internal table 2 Contains breakup on Customer details of company code 2
Customer 1 (New Page)
Total : Customer 1 Amount
Customer 2 (New Page)
Total : Customer 2 Amount
Customer 3 (New Page)
Total : Customer 3 Amount
Total : All Customers of Company Code 2 ('page no' ends at 15 for company code 2)
|
|
|
Summary Page (Returns again from 'page no' 16):
Company Code N
Internal table 1 Contains Summary of Data clubbed as per company code N
Total : Summary (New Page Existing Amount)
Flowing Page:
Internal table 2 Contains breakup on Customer details of company code N
Customer 1 (New Page)
Total : Customer 1 Amount
Customer 2 (New Page)
Total : Customer 2 Amount
Customer 3 (New Page)
Total : Customer 3 Amount
Customer 4 (New Page)
Total : Customer 4 Amount
Customer 5 (New Page)
Total : Customer 5 Amount
Total : All Customers of Company Code N (page no ends at 25 for company code N and also Form ends)
I am trying this on my own way however expert views are most welcome.
Thanks !!