TOP-of-page (ALV)
Hi Friends,
In my report date and time is coming like
20071203 and time 094536, pls give some idea about this, i used top-of-page_html in ALV report.
cc_text7 = date. " 'Server'
l_width4 = 56.
CALL METHOD cl_dd->add_gap
EXPORTING
width = l_width4.
CALL METHOD cl_dd->add_text
EXPORTING
text = date
sap_emphasis = 'LOW'.
CONCATENATE ':' sy-datum INTO cc_text7
SEPARATED BY space.
l_width4 = 3.
CALL METHOD cl_dd->add_gap
EXPORTING
width = l_width4.
CALL METHOD cl_dd->add_text
EXPORTING
text = date
sap_emphasis = 'LOW'.
Please correct me if any this to be added this code.
Thanks
Rams