Application Development 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: 

Export HIERARCHY to excel?

tolga_polat
Active Participant
0 Kudos

Hi.

i have report to show HIERARCHY in group and to export to excel.

but i need to export that report like itself. i mean excel cant show them in group. how can i do that?

1 ACCEPTED SOLUTION

Former Member

Hi ,

I think u by standard functionality of Import/export of that ALV Hierarchy u can overcome this issue ?

sample program : BALVHD01_GROUP

Regards

Prabhu

4 REPLIES 4

Former Member

Hi ,

I think u by standard functionality of Import/export of that ALV Hierarchy u can overcome this issue ?

sample program : BALVHD01_GROUP

Regards

Prabhu

Former Member

Hi,

From the hierarchy, first click on the printer icon. Another screen opens. From there you can choose system - list - save.

Regards

Sudheer

tolga_polat
Active Participant
0 Kudos

let me explain :

i use dynamic table to show data (cl_alv_table_create=>create_dynamic_table)

and tree control

( CREATE OBJECT gr_tree1

EXPORTING

parent = gr_custom_container

node_selection_mode = cl_gui_column_tree=>node_sel_mode_single

item_selection = 'X'

no_html_header = 'X'

no_toolbar = '' ......

.

.

.)

now i have hierarchy table. my problem is exporting data to excel with hierarchy tree.

for example :

http://img264.imageshack.us/my.php?image=treeri6.jpg

i need too export this report with this group options.

tolga_polat
Active Participant
0 Kudos

in the printer select window save to local file isnt active.

and i forget to say that :

im using this function : XXL_SIMPLE_API