Re: hana as secondary database execute query limit
Thanks for the better answer Florian. Just to clarify for understanding, would "create or alter user", or "call _SYS_REPO.GRANT_ACTIVATED_ROLE" all be considered DDL as well from this perspective? Or...
View ArticleRe: hana as secondary database execute query limit
Hello Matt, the "Notes" section in the official documentation answers your question:DDL and DML Statements - ABAP Keyword Documentation The two methods EXECUTE_DDL and EXECUTE_UPDATE are technically...
View ArticleRe: 'Order by' clause in CDS view
Hi, I have the same problem now. From what I can see in NW7.5 you can implement the CDS view with the help of an AMDP.. so I guess it will work like that. Not on NW7.5 so I cannot realy test....
View ArticleRe: hana as secondary database execute query limit
there is not error message. I am just getting a sy-subrc = 9 after a DB call.
View ArticleRe: hana as secondary database execute query limit
Thanks the execute DDL helped on creation of the temp table. Plus I used execute query for inserts as well which is again a mistake. I now moved it to EXECUTE_UPDATE it works fine now. Thanks alot.
View ArticleWebDynpro access to ADSO
Hi all, I need your help regarding ADSO and WebDynpro. In BW it's possible to set a DSO to direct update (ODSO) to edit the DSO data directly via function modules (like RSDRI_ODSO_MODIFY) or SQL...
View ArticleError "The elements in the "SELECT LIST" list must be separated using commas"
Hello experts, I am creating my first DDL's and Views but I'm having uam error mkensagem to generate resustados the same. Mensagemd and error as the image attached. It activates without error but does...
View ArticleRe: Stored Procedure is cannot found when create the database procedure proxy.
Did you check if the procedure exists in the DB catalog (check it in the catalog view). What I would also avoid are the Upper/Lower-case names of the packages (instead of "HDBModel.Procedures" I would...
View ArticleRe: CDS - Date calculation
Hi Christian Seitel,can we use $session.system_date as one of the parameter to dats_days_between function.I tried it in cds view, I the following errorFunction DATS_DAYS_BETWEEN: At position 2, only...
View ArticleUpgrade error on ABAP DDL Source to Core Data Service
Hello Community, at our customer where doing an upgrade to enhc 8 and 7.50. Now our SUM gives us errro's when a ABAP DLL is converted to a Core Data Service.It seems that using a lob field in the query...
View ArticleRe: HANA External View - type mapping
Hi Fiorian, Thank you for the information.How can we do this at HANA level with abap query view, if possible please provide sample code. Many thanks in Advance Riyas
View ArticleRe: SU01 sap user documentation field name
There is an addtional field "Documentation" available in EHP7 SP12 from SAP.
View ArticleRe: HANA External View - type mapping
Hi Amol, Thanks for the info, but please refer my hana studio screen shot attached, DATS type is not available. What can be the reason ? Many Thanks Riyas
View ArticleRe: HANA External View - type mapping
Hi Amol, thanks for the clue NVARCHAR(8), i did exactly the same and now DATS is in the list. Thank you very much.
View ArticleHelp with AMDP procedure - For all Entries
Hi Experts, I want to write a AMDP procedure by passing an internal table as where condition. What would be the best approach? Our system is NW 7.4. I have used APPLY FILTER function but it didn't...
View ArticleRe: Stored Procedure is cannot found when create the database procedure proxy.
Hi Florian,Sorry for the late response and disturb again. I tried with your suggestion changed the package into low case. And it still show me the same error message.Content assistant:The procedure in...
View ArticleCalculated field in abap cds where clause
Hi, I am using calculated field in where clause. But it is giving error. define view view1 as select from Table1 { Table1.field1, case when Table1.field2 = '1' then Table1.field3...
View ArticleRe: Help with AMDP procedure - For all Entries
Hello Sumukan, you can solve this with a join between the input parameter table and the database table. E.g. lt_res = select t2.consumer, sum(t2.sales) from :it_input as t1 inner join...
View ArticleDifferences between ECC on ABAP and ABAP on HANA
HI, I want information about NORMAL ABAP and ABAP on HANANormal ALV and ALV IDA
View Article