Application Development and Automation 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: 
Read only

Report program through ALV_Grid

Former Member
0 Likes
539

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
Read only

Former Member
0 Likes
500

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
Read only

Former Member
0 Likes
501

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

Read only

Vasilis
Product and Topic Expert
Product and Topic Expert
0 Likes
500

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

and you'll have your ALV in 5 minutes

Read only

Former Member
0 Likes
500

Hi

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

u can find all the features in ALV with coding