Re: Accounts Payable - Invoice Due Date Calculation
Thanks for the input Sumeet. I ended up creating views from scratch that met the requirements.
View ArticleRe: string is too long in Cursor? Why?
Hi Italo.N, "string is too long exception"I am also facing the simillar issue. Will you able to figure out this problem? RegardsLokesh
View ArticlePopulate a column in table with system user by default.
Hello Experts, I have created a table T1 with four fields. I want to add additional column to this table say C1 that contains the system username by default.For this I wrote an ALTER...
View ArticleHow to use $min in $find/$findAll in cds queries or xsjs
Hi, I want to use $min while doing $find on an entity in my xsjs. Here is the sample of $find: var caseKeys = CASE_MASTER.$findAll({ "CASE_NUMBER": caseNumbers[i]...
View ArticleRole activation error
Dear Hana Gurus, When I activate the role(.hdbrole) file, the error message"[258] insufficient privilege: Not authorized at ptime/query/checker/query_check.cc:3302" comes up. Would you please help me...
View ArticleRe: Populate a column in table with system user by default.
Hello Florian, Thanks for your reply. I tried that as well.alter table "SCHEMA"."ZDB_TEST2" add (created_by varchar(20) default current_user);Still I am getting the same error.Regards,Dnyanesh
View Articleprocess hdbdaemon HDB Daemon not running
Dear support, When i try to start sap hana database using the command: HDB start , i receive the following error : process hdbdaemon HDB Daemon not running. in log file i found :Topology.cpp(00258) :...
View ArticleRe: Populate a column in table with system user by default.
As I said, it is not supported until now to use CURRENT_USER as default value expression. Best Regards,Florian
View ArticleRe: Role activation error
Hi John, do you have assigned package privilege REPO.ACTIVATE_NATIVE_OBJECTS for the package (or a super package) in which your role is stored? Best Regards,Florian
View ArticleUnable to activate the attribute view
Hi, I created one simple attribute view. When I click on "Save&Validate" the view is validating and process running with some warning. But there are no errors. But When I click on 'Activate"...
View ArticleRe: Database Triggers VS Procedures performance for specific column updates...
I am not aware of any option to directly transport and activate triggers.You may however put the code into a text file and include it as a resource in the transport. However, you have to activate it...
View ArticleRe: string is too long in Cursor? Why?
We can't tell what's going on based on the provided code.Show the whole thing including the table definition for the table you access in the cursor and we might have a chance...
View ArticleRe: How to implement AMDP class using "alter".
Nope, above meant:Using dynamic DDL *inside* of the stored procedure.
View ArticleRe: Database Triggers VS Procedures performance for specific column updates...
Hello Akash, we have/had the same issues regarding the transport of catalog objects. In our case virtual tables and not triggers, but the problem is the same. We "solved" it in the following way to...
View ArticleOdata POST showing HTTP 403: Forbidden with Anonymous users. GET call working.
Hi Folks, Could anyone please let me know whether the Odata Post operation do not support using Anonymous users or not. I have done the configuration steps showed in The Application-Access File - SAP...
View ArticleRe: Database Triggers VS Procedures performance for specific column updates...
Thanks for your valuable reply..i want to know 1 thing that how to change the schema names of the procedure as the schema name will b different in each system?thanks,akash
View ArticleRe: Database Triggers VS Procedures performance for specific column updates...
Hello Akash, in my case I had not the requirement, because the virtual table were created in a defined schema which was the same on all systems. But a different schema is also not a problem. Just add a...
View ArticleError while executing PAL
Hello Experts, When I try to execute CALL SYS.AFLLANG_WRAPPER_PROCEDURE_DROP('SYSTEM', 'PAL_LOGISTICR_PROC');orCALL SYS.AFLLANG_WRAPPER_PROCEDURE_CREATE('AFLPAL', 'ACCURACYMEASURES', 'SYSTEM',...
View ArticleRe: Error while executing PAL
Hi Abhishek, Did you check the index server trace logs for more info ?..Refer below HANA Academy link for PAL Troubleshooting https://www.youtube.com/watch?v=cJkUr5AgDi0 -Avinash
View ArticleRe: Odata POST showing HTTP 403: Forbidden with Anonymous users. GET call...
Hi Sourav, - Did you check the trace logs ? - Have you specified the Content-Type: application/json;charset=utf-8 ? Content type is necessary for Update,Delete,Create operation If you still face...
View Article