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

Reports

Former Member
0 Likes
913

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
891

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

9 REPLIES 9
Read only

FredericGirod
Active Contributor
0 Likes
891

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

Read only

hymavathi_oruganti
Active Contributor
0 Likes
891

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>

Read only

Former Member
0 Likes
891

Give

BCALV_TREE* in se38 U'll find some progs .

U can also look at BCALV* in SE38

Read only

Former Member
0 Likes
891

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

Read only

Former Member
0 Likes
891

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

Read only

0 Likes
891

Hi Satesh,

I am not able access the link. Plz give me any otheralternative.

Thank You

K P

Read only

0 Likes
891

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

Read only

Former Member
0 Likes
891

Hi,

Look at the following link.

http://www.sapdevelopment.co.uk/reporting/alv/alvtree.htm

Thanks.

If this helps you reward with points.

Read only

Former Member
0 Likes
892

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