2008 Mar 03 4:55 PM
Hi All,
How to put a header for Custom ALV Container?
Thanks & Regards,
Swamy
2008 Mar 03 5:05 PM
module pbo output.
*set pf-status 'MAIN100'.*
*set titlebar 'MAINTITLE'.*
if g_alv_tree is initial.
perform init_tree.
call method cl_gui_cfw=>flush
exceptions
cntl_system_error = 1
cntl_error = 2.
if sy-subrc ne 0.
call function 'POPUP_TO_INFORM'
exporting
titel = 'Automation Queue failure'(801)
txt1 = 'Internal error:'(802)
txt2 = 'A method in the automation queue'(803)
txt3 = 'caused a failure.'(804).
endif.
endif.
endmodule. " PBO OUTPUTDouble Click on MAINTITLE and set the title you want.. hope this helps
module pbo output.
*set pf-status 'MAIN100'.*
*set titlebar 'MAINTITLE'.*
if g_alv_tree is initial.
perform init_tree.
call method cl_gui_cfw=>flush
exceptions
cntl_system_error = 1
cntl_error = 2.
if sy-subrc ne 0.
call function 'POPUP_TO_INFORM'
exporting
titel = 'Automation Queue failure'(801)
txt1 = 'Internal error:'(802)
txt2 = 'A method in the automation queue'(803)
txt3 = 'caused a failure.'(804).
endif.
endif.
endmodule. " PBO OUTPUTDouble Click on MAINTITLE and set the title you want.. hope this helps
2008 Mar 03 5:05 PM
module pbo output.
*set pf-status 'MAIN100'.*
*set titlebar 'MAINTITLE'.*
if g_alv_tree is initial.
perform init_tree.
call method cl_gui_cfw=>flush
exceptions
cntl_system_error = 1
cntl_error = 2.
if sy-subrc ne 0.
call function 'POPUP_TO_INFORM'
exporting
titel = 'Automation Queue failure'(801)
txt1 = 'Internal error:'(802)
txt2 = 'A method in the automation queue'(803)
txt3 = 'caused a failure.'(804).
endif.
endif.
endmodule. " PBO OUTPUTDouble Click on MAINTITLE and set the title you want.. hope this helps
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |