DBA Cockpit: SQL Command Editor and table namespace

[] [] [] [] [] [] [] [] []

Symptom
This note is valid for the DBA Cockpit on SAP with the Oracle database.
The SQL Command Editor in Basis Releases 7.00 and 7.10 cannot process tables that have a namespace entry. In an SQL statement, if you use //
tables, such as
select * from “//

(the double quotation marks are important),
(even though the table exists [...]

Mail format is lost When viewed from agent Inbox

[] [] [] [] [] [] [] []

Symptom
When the mail is viewed from Agent Inbox using the E-mail Editor, the format of the mail displayed is distorted in few cases.
Other terms
AGENT INBOX, EMAIL EDITOR, CL_CRM_EMAIL_UTILITY_BASE->GET_MAIL_DATA_FROM_SEND_REQ
Reason and Prerequisites
While reading the mail content from SAPConnect and converting it into displayable format, there were some spaces lost due to ABAP CONCATENATE
statement behavior.
Solution
Apply the attached [...]