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

ALV TREE

Former Member
0 Likes
868

What is i_background_id.

how can we schedule a tree repot in background.

DATA tree1 TYPE REF TO cl_gui_alv_tree_simple,

  • i_background_id = 'ALV_BACKGROUND'
CALL METHOD tree1->set_table_for_first_display EXPORTING it_list_commentary = gt_header[] is_layout = gs_layout_tree CHANGING it_sort = gt_sort[] it_outtab = it_ftable[] it_fieldcatalog = gt_fieldcat_lvc[]. i_background_id = 'ALV_BACKGROUND'

1 ACCEPTED SOLUTION
Read only

0 Likes
805

Hi,

the background_id is used as wallpaper for document background in html document.

The i_background_id is set in the header object (CL_SALV_FORM_DYDOS) in class CL_ALV_TREE_BASE.

kind regards,

Christian

Hi,

the background_id is used as wallpaper for document background in html document.

The i_background_id is set in the header object (CL_SALV_FORM_DYDOS) in class CL_ALV_TREE_BASE.

kind regards,

Christian

2 REPLIES 2
Read only

former_member188770
Active Participant
0 Likes
805

Hi ,

You can search the forum for "ALV in background".

Some helpful links :

Thanks,

Poonam

Read only

0 Likes
806

Hi,

the background_id is used as wallpaper for document background in html document.

The i_background_id is set in the header object (CL_SALV_FORM_DYDOS) in class CL_ALV_TREE_BASE.

kind regards,

Christian