Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Print Sales Order in ALV Format

Former Member
0 Kudos

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.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You should use Object Oriented ALV for this.

Try this :

1)https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907

2)

Regards

Neha

1 REPLY 1

Former Member
0 Kudos

You should use Object Oriented ALV for this.

Try this :

1)https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907

2)

Regards

Neha