2013 Feb 26 11:06 PM
Hi All,
I did get a lot of help from SCN posts on how to send an Excel sheet as attachment with email. My email is going fine. Everything is ok.. actually almost every thing ! I have some columns which have dates in them. Right now they are getting displayed as String. The general code is :
l_data = l_xml_document->create_simple_element( name = 'Data'
value = l_cell_data
parent = l_cell ).
l_data->set_attribute_ns( name = 'Type'
prefix = 'ss'
value = l_type ).
I have tried few options:
1.
2013 Feb 27 2:28 PM
Duplicate Thread.. closing this one.. original thread is at http://scn.sap.com/thread/3314916