on ā2026 Mar 26 10:11 AM
I've created an SQL procedure in my Open SQL Schema of SPACE "SAP_ADMIN.
I'd like to run this procedure in a Task Chain in SAP DSP, in the SPACE_ID = SAP_ADMIN. I'm following this: Run Open SQL Procedures in a Task Chain | SAP Help Portal
However, even after assigning the privileges to the space as described here: Allow the Space to Access the Open SQL Schema | SAP Help Portal , I'm not able to see the SQL procedure in during Task Chain modelling.
The error showed is: No procedures have been created or the EXECUTE privilege has not been granted to the Open SQL schema.
Could you please investigate?
Request clarification before answering.
Hello Severilar,
If you want to add some procedure in Task Chain, Please ensure that there are no parameters in the procedure or that the following parameter types are usedļ¼
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are some points can be check.
1. Re-check the privilege assignment
2. Create a minimal test procedure to narrow down the scope
To determine whether this is a privilege issue or something specific to the procedure definition, can have a quick test:
If the test procedure is visible, this usually indicates that the space-to-schema access and EXECUTE privilege are generally working, and the issue may be related to the original procedureās definition or its dependent objects.
If the test procedure is not visible, this strongly points to a remaining authorization or execution-identity issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 4 | |
| 3 | |
| 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.