Skip to main content

Posts

Showing posts from October, 2019

What to Select while Testing the Analytic View in each Blocks.

1].  Here "vijay/AP_SCRIPT_VP"  is my Analytic Privilege Name 2].  *Here "_SYS_BI"                "_SYS_BIC"                "REPOSATORY_REST(SYS)"         Is mendatory Rules       *And "ANIKETSHINDE" Is a User Name For Testing       *"vijay/CV_SCRIPT_VP(_SYS_BIC)" Is a calculation view Name. 3].  *Here "vijay" Is a Package Name       *"Root Package" is Mendatory

Coding For Table Function (Mode:- Example)

How to Write  Code for a  Table Function. For joining 2 tables

how does the XML code looks like after making Analytic Privileges.

how to Grant the Schema

how to Grant the Schema :- GRANT SELECT ON SCHEMA "SCHEMA NAME" TO _SYS_REPO WITH GRANT OPTION (We can give semicolon";" also at the end of the statement.

SQL DATA TYPE

More importantly, the major HANA SQL data types you need to know to work on a real project. These will be enough for most of the scenarios you face. It mainly Effectes on the real time project as on the basis of the views we are creating.

SAP HANA

SAP HANA :- how to Add a primary key to the tables in an Attribute views using Sementics.

SAP HANA

SAP HANA:- Coding for creating Schema CREATE SCHEMA ANIKET