Hello All,
Scenario : Create a Text File attachment (TAB DELIMITED) and the send the same via EMAIL.
I am able to create attachment(TB_ATTACH) and send it via EMAIL(SO_DOCUMENT_SEND_API1) but the file is not
a TAB DELIMITED File
Please have a look at the logic below
CONSTANTS :co_cret type x value '0D',
co_tab type x value '09',
concatenate wf_date_ext
wf_time
wa_vlcinfo-vhvin
wa_vlcinfo-zz_commnos
wa_vlcinfo-zz_lotno
wf_dest_key
''
into tb_attach separated by co_tab.
concatenate co_cret tb_attach into tb_attach.
Please let me know if I am using the Correct Delimiter (co_tab) ? Is It possible to create a TAB DELIMITED text file attachment ?
Regards
Saket Sharma