2010 Mar 23 12:03 PM
What is i_background_id.
how can we schedule a tree repot in background.
DATA tree1 TYPE REF TO cl_gui_alv_tree_simple,
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'
2010 Mar 26 9:21 AM
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
2010 Mar 25 5:57 AM
2010 Mar 26 9:21 AM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |