2007 Nov 06 1:34 PM
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
2007 Nov 06 11:29 PM
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
2007 Nov 06 11:29 PM
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
2007 Nov 08 12:28 PM
You can use this great wizard http://www.alvrobot.com.ar/SRG_1.php
and you'll have your ALV in 5 minutes
2007 Nov 10 6:32 AM
Hi
http://www.sapdev.co.uk/reporting/alv/alv_multlist.htm
u can find all the features in ALV with coding