Re: Execute Stored Procedure that uses "ALTER TABLE" and "DELETE FROM"
I see, let me try it
View ArticleRe: Getting error while compiling the DB Trigger
Please check this with your colleague: Compilation Error: Getting error while using UNNEST function in DB Trigger
View ArticleRe: Hi team Can u suggest me
That is SQLScript. Check the guide which can you find here: SAP HANA SQLScript Reference - SAP Library
View ArticleRe: Secure storage is locked
Hello Everybody,I want to use secure_storage with 2 Machines (not at the same time):SAP Desktop (WTS)SAP Notebook (Windows 7 x64) What I did on SAP Desktop (WTS)Check Windows Explorer for existing Home...
View ArticleRe: How to get entries in M_JOB_PROGRESS
Hello Lars, thanks for your quick reply and knowledge sharing! I posted the questions here and also wrote you an email, just in case that you did not get any notification from the community. I am sorry...
View ArticleAMDP language SQLSCRIPT Dynamic name of the table
Hello,I would like to calculate dynamically the name of the table where I want to select in my AMDP for example like in normal ABAP l we do: 1. ABAP PROGRAM DATA: source_syntax TYPE string. SELECT...
View ArticleRe: AMDP language SQLSCRIPT Dynamic name of the table
Hello César, within an AMDP respectively SQLScript coding it is not possible to specifiy only a specific element in a dynamic way. The only option you have is to use Dynamic SQL (Dynamic SQL - SAP HANA...
View ArticleRe: Social Media intergration with SAP HANA
That error can have several reasons.The basic things, that e.g. the DP server is running you have checked I think?
View ArticleRe: AMDP language SQLSCRIPT Dynamic name of the table
Hello Florian,Should I build first the string and the run EXECUTE IMMEDIATE?Something like:lv_fields = ' SELECT "CUSTOMER" , "AMOUNT"'.IF domain = '01'.lv_table = ' FROM table_1';ELSEIF domain=...
View ArticleRe: AMDP language SQLSCRIPT Dynamic name of the table
EXEC would be sufficient for you, cause at the ADMP call interface you cannot react on the enhanced result iterator. To fetch the result you have to insert into a temporary table you create before the...
View ArticleRe: Social Media intergration with SAP HANA
Thanks for the reply. Yes , the status is in started
View ArticleRe: HCP : HTML5 Application SSO with SAP Cloud Identity
Hi Severin Sorry for the (1 month ) delay. Seems like you replied to your own post and i did not get a notification that the post was updated. Meanwhile we released the functionality to simplify the...
View ArticleSAP note 2241598 does not help
Hi all,I'm getting the error message * 259: invalid table name: The table AGG2 was not found in the FROM clause. Please refer to SAP-Note 2241598. SQLSTATE: HY000 after Hana upgrade when creating a...
View ArticleHANA views implicit aggregation mechanism
Hi everyone,I came across strange hana behavior that I'd like to understand. While validating data in our model I was doing some check via SQL and I was surprised to see that there some aggregation...
View ArticleRe: HANA views implicit aggregation mechanism
Yes, that's expected and documented behavior. Please check SAP note 1764658, it's attachments and the related SAP notes. It's not *that* straight forward, since calc. views don't behave like relational...
View ArticleRe: Spatial Join, cardinality error
I found a Woraround.1. Edit the view with the text editor2. detele the attribute cardinality=""3. Grand role to _SYS_ to be able to activate the view. And it works But after each modification on the...
View ArticleAnalytic privilege not working with HANA scripted view
Hi, We are facing an awkward situation with our two developed HANA views. We created analytic privileges and added them into Repository roles and then assigned it to restricted user.But when we run the...
View ArticleRe: Ushell Header Title in Fiori Launchpad - Hana Studio
What Fiori Launchpad deployment option you are using (ABAP Frontend Server, HANA UIS, Cloud)?
View ArticleRe: HANA views implicit aggregation mechanism
Thanks a lot Lars, those docs were exactly what I was looking for!
View ArticleRe: Ushell Header Title in Fiori Launchpad - Hana Studio
HI Florian, We are using HANA UIS. Thanks,Harshita
View Article