‎2006 Feb 24 8:51 AM
Hi All,
Can any one plz give me an example of tree report for ALV
and normal report.
And How to give print paramenters to a report.
Thnaks in advance,
K P
‎2006 Feb 24 9:15 AM
Hi,
BCALV_TREE_01 ALV tree control: build up the hierarchy tree
BCALV_TREE_02 ALV tree control: event handling
BCALV_TREE_03 ALV tree control: use an own context menu
BCALV_TREE_04 ALV tree control: add a button to the toolbar
BCALV_TREE_05 ALV tree control: add a menu to the toolbar
BCALV_TREE_06 ALV tree control: Icon column and icon for nodes/items
BCALV_TREE_DEMO Demo for ALV tree control
Regards
vijay
‎2006 Feb 24 8:54 AM
Hi,
look the examples in DWDM (trans.)
for print parameters, look the Function : GET(or SET)_PRINT_PARAMETERS
Rgd
Frédéric
Message was edited by: Frédéric Girod
‎2006 Feb 24 8:58 AM
TO give print parameters for an alv report,
If it is slis type fieldcat, then declare a variable of type <b>slis_alv_print</b>. and pass the variable to <b>is_print
of grid display.</b>IF it is LVC type, declare a variable of type <b>LVC_S_PRNT</b>
and pass to <b>IS_PRINT</b>
‎2006 Feb 24 9:00 AM
Give
BCALV_TREE* in se38 U'll find some progs .
U can also look at BCALV* in SE38
‎2006 Feb 24 9:03 AM
Hi KP
see the sample program
BCALV_GRID_DEMO for normal ALV report
BCALV_GRID_DND_TREE
BCALV_GRID_DND_TREE_SIMPLE
for ALV tree report
plz close your previous thread by reqarding the helpful answers
regards
kishore
‎2006 Feb 24 9:05 AM
hi,
This link <a href="http://www.sapdevelopment.co.uk/reporting/ alv/alvtree%5Calvtree_basic.htm">ALV tree</a>
has Steps involved in creating ALV Tree Using Objects
regards
satesh
‎2006 Feb 24 9:13 AM
Hi Satesh,
I am not able access the link. Plz give me any otheralternative.
Thank You
K P
‎2006 Feb 24 9:18 AM
hi,
this is the link..
i'm sorry for a small mistake in the previuos post..
<a href="http://www.sapdevelopment.co.uk/reporting/alv/alvtree%5Calvtree_basic.htm">ALV tree</a>
regards
satesh
‎2006 Feb 24 9:10 AM
Hi,
Look at the following link.
http://www.sapdevelopment.co.uk/reporting/alv/alvtree.htm
Thanks.
If this helps you reward with points.
‎2006 Feb 24 9:15 AM
Hi,
BCALV_TREE_01 ALV tree control: build up the hierarchy tree
BCALV_TREE_02 ALV tree control: event handling
BCALV_TREE_03 ALV tree control: use an own context menu
BCALV_TREE_04 ALV tree control: add a button to the toolbar
BCALV_TREE_05 ALV tree control: add a menu to the toolbar
BCALV_TREE_06 ALV tree control: Icon column and icon for nodes/items
BCALV_TREE_DEMO Demo for ALV tree control
Regards
vijay