‎2007 Jan 18 1:20 PM
can anybody help me out with a simple example regarding ALV Reports.(simple ALV Reports , Blocked ALV Reports & Hierarchy ALV Reports).
or pls send me a word document regarding the same ..to kranthicrm@hotmail.com
response is highly appreciated..
bye--
Pradeepa
‎2007 Jan 18 5:01 PM
Hai Pradeepareddy
Check your mail Box
I have send some sample Alv Programs
Hai
go through the attachment you will have some sample programs
Award Points
Regards
Sreeni
‎2007 Jan 18 1:49 PM
Following document should get you started.
<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907">An Easy Reference For ALV Grid Control.pdf</a>
tip : if you do a <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/advancedsearch?query=alv%20grid&cat=sdn_all">search for alv grid</a> on the sdn homepage, this is the first result.
Message was edited by:
Dries Horions
‎2007 Jan 18 1:56 PM
hi,
check the below examples
BALVHD01 Hierarchical-sequential list flight model
BALVHD01_GROUP Hierarchical-sequential list flight model
BALVSD01 Demo program ALV: Simple list flight model
BALVSD02 ALV demo program: Output flights (simplest version)
BALVSD02_GRID Simple ALV grid control call in fullscreen mode
BALVSD02_SAVE Simple ALV call with storage option
BALVSD03 Simple list
BALVSD04 Simple list (merged)
BALVSD06 Demoprogram ALV: Output flights (simple version + save)
BALVSD11 Demo program ALV: Simple list with interactions and layouts
Regards,
Vara
‎2007 Jan 18 4:05 PM
Hello Pradeepa,
In your ABAP Editor try to search for programs starting with BCALV...
The simplest is:
report bcalv_minialv_simple.
data: gt_sflight like sflight occurs 0.
select * from sflight into table gt_sflight up to 50 rows.
call function 'REUSE_MINIALV_LIST_DISPLAY'
exporting
i_structure_name = 'SFLIGHT'
tables
t_outtab = gt_sflight....But there are much more complicated examples
Good luck !
- Marta
‎2007 Jan 18 5:01 PM
Hai Pradeepareddy
Check your mail Box
I have send some sample Alv Programs
Hai
go through the attachment you will have some sample programs
Award Points
Regards
Sreeni