Hi All,
I have the internal which contains long text with some double hashes. This loing text is maintained in Purchase order in each line. my requirement i want to send this complete text into excel file. Problem hear was the complete text is going to Excel sheet but this text is spliting from hases and dispalying in multiple rows means each line text is showing in each row.Due to this format is coming incorrect. Complete text should be dispaly in one row not multiple rows.
Ex : Text maintained in PO as below.
seqential PO'S
Carenal Date
Material Date
order information
and the internal table text appearing as seqential PO'S## Carenal Date##Material Date##order information
Expected Output: seqential PO'SCarenal DateMaterial Dateorder information
Current Output in Excel: seqential PO'S
Carenal Date
Material Date
order information
Please help us to remove the hashes from the long text.