This repository has been archived by the owner on Aug 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Parser hdbprocedure
Nedelcho Delchev edited this page Sep 21, 2021
·
1 revision
The information on how to develop the design-time data-persistence model for an XSK application using the HDBProcedure syntax
- SAP Help
- Example Artifact Code
PROCEDURE "MYSCHEMA"."hdb_view::OrderProcedure" ()
LANGUAGE SQLSCRIPT
SQL SECURITY INVOKER
--DEFAULT SCHEMA <default_schema_name>
READS SQL DATA AS
BEGIN
/*************************************
Write your procedure logic
*************************************/
SELECT * FROM "hdb_view::Item";
END
- Issues
- Sample
- Modules
- Tests