on 2024 Dec 20 11:00 AM
Hello SAP Experts,
We are in SAP BO 4.3 , Windows based, Single Node.
Now, we have few Free Hand SQL based reports to be developed which has DDL commands in those.
Also we are aware, the SAP Note, which mentions DDL commands are not supported in SQL Panel (BI LaunchPad).
2248236 - Free-hand SQL with DDL statements in Web Intelligence.
Can anyone please guide with an workaround to resolve this issue at the earliest?
Has anyone tried resolving this issue , please help with an approach.
Thank you , in advance , for reading, coming forward and resolving this issue.
Regards,
Asit Mukherjee.
Request clarification before answering.
If you are trying to use temp tables, create a stored procedure that uses a temp table then use an ODBC connection for Webi FHSQL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is your DDL statement?
Web Intelligence is a reporting tool. I both would not expect DDL statements to work and would expect them to not work. In other words I am not surprised they do not work and I would be alarmed if they did. Imagine the chaos if a reporting tool such as WebI were able to alter the structure of the database.
Noel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
create a stored procedure in your DB and execute this procedure from WebI FHSQL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 11 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.