Hi Radzmar,
Thanks for your reply.
Data in my form comes from SAP ByDesign system.
I create table fields and do binding with SAP system. Let me put my exact scenario:
I need to degin a invoice form, Invoices are entered in SAP ByDesign system and data looks as below.
Product Type Product Qty Price
X ABC1 1 100
X ABC2 1 200
Y PQR1 1 50
Y PQR2 1 100
Y PQR3 1 100
X ABC3 1 50
The output table should look like
Prodcut Type Product Qty Price
X ABC1 1 100
ABC2 1 200
ABC3 1 50
SUB TOTAL 350
Y PQR1 1 50
PQR2 1 100
PQR3 1 100
SUB TOTAL 250
GRAND TOTAL 600.
I tried to do this using nested tables but got stumped as my bindings fails totaly.
Any Idea on this will be really helpful.
Regards
Ashutosh