Hi,
My requirement is to print SO in the following format just an example:
SO.No Erdat Vkorg Spart
Item.No Matnr Netpr Netwr
1 19.11.2008 XYZ B
0010 000000001 75 999
0020 000000002 60 999
0030 000000001 120 999
0040 000000001 23 999
0050 000000002 56 999
Total 00000001 (sum of netwr)
00000002 (sum of netwr)
-
2 19.11.2008 XYZ B
0010 000000001 75 999
0020 000000002 60 999
0030 000000001 120 999
0040 000000001 23 999
0050 000000002 56 999
Total 00000001 (sum of netwr)
00000002 (sum of netwr)
-
I have used FM REUSE_ALV_HIERSEQ_LIST_DISPLAY to get the basic header and item details.
I have a problem in getting the part after every item details.
Total 00000001 (sum of netwr)
00000002 (sum of netwr)
-
Please tell me how to display it in this format
Regards,
Darpana.