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: 

Report program through ALV_Grid

Former Member
0 Kudos

can any help me to write the coding of this report program

1. Define selection screen with KNA1-KUNNR, VBRK-FKDAT

2. Select Data from Database (with "inner join")

Tables: Customer KNA1, KNVV

SalesDocument VBAK - Head, VBAP - Positions

Invoice VBRK - Head, VBRP - Positions

Document Flow VBFA -

Invoice (VBFA_VBTYP_V = M) ->

Delivery (VBFA_VBTYP_V = J) ->

SalesOrder (VBFA-VBTYP_V = C) ->

Sales Document Data

Sales Document Partner Data VBPA (Parvw = AG, WE) - Partner Number

Customer Adress Data etc. KNA1, KNVV

3. Create Dictionary Structure for Output Data

4. Create Dynpro (Screen 9000)

5. Create ALV Grid Object and Call Method "set_table_for_first_display" of alv obj in PBO Module of Screen

1 ACCEPTED SOLUTION

Former Member
0 Kudos

There are plenty of sample programs available on the web, and in SAP itself.

Use the SE84 transaction (Information system) and search for programs using BCALV* for SAP demo programs using ALV.

Search SDN. Search google.

Here is one example.

http://www.erpgenie.com/abap/controls/alvgrid.htm

Good luck

Brian

3 REPLIES 3

Former Member
0 Kudos

There are plenty of sample programs available on the web, and in SAP itself.

Use the SE84 transaction (Information system) and search for programs using BCALV* for SAP demo programs using ALV.

Search SDN. Search google.

Here is one example.

http://www.erpgenie.com/abap/controls/alvgrid.htm

Good luck

Brian

Vasilis
Advisor
Advisor
0 Kudos

You can use this great wizard http://www.alvrobot.com.ar/SRG_1.php

and you'll have your ALV in 5 minutes

Former Member
0 Kudos

Hi

http://www.sapdev.co.uk/reporting/alv/alv_multlist.htm

u can find all the features in ALV with coding