Re: ABAP CDS View with dynamic table specification
Thanks ! I think I'll create a RFC function module so that it can be called from external system.
View ArticleRe: Execute standar and Z programs in secundary database (hana sidecar)
Hi again.I have read the documentation of the oss note ("Boosting ERP applications with the SAP Business Application Accelerator powered by HANA") and in the document shows how to build the xml, but...
View ArticleTrigger a program when a record created in Standard table
Hi SAP gurus, I'm a functional consultant and I don't know much about technical. But I getting a requirement from my business process.Is there any way for executing a Z program in SAP as and when any...
View ArticleRetrieving table data by calling AMDP dynamically into another AMDP procedure
Hello, As per my requirement, i have one AMDP procedure which is returned table data. I try to call this AMDP dynamically into another AMDP using EXEC statement but i don't know how to get...
View ArticleCall UDF from CDS view and SQL console
Hi Experts, I've question about user defined functions UDF - scalar type.In my CDS view I tried to use currency_conversion function - with success. @AbapCatalog.sqlViewName: 'Z079MM_CV_CDS_07'...
View ArticleRe: Call UDF from CDS view and SQL console
Hi,in ABAP CDS you can use only built-in functions which are listed in the documentation (section ABAP CDS - SELECT, Predefined Functions). It is not clear which database function is then actually...
View ArticleRe: Call UDF from CDS view and SQL console
Dear Christian,I'm working on SAP HANA SP11.I checked function CONVERT_CURRENCY but in CDS view I got erorr 'Function is unknown'. In SQL console it works:SELECT CONVERT_CURRENCY(amount=>'1000.0',...
View ArticleLimit Data in CDS for huge results
Hey Guys, I have implemented the following CDS (ABAP on HANA): It's basically a join of 3 huge tables (~150 Mio. records) with some extra logic. I need this split into 3 tables because the result of...
View ArticleRe: Call UDF from CDS view and SQL console
I think I found answer for my questions: https://scn.sap.com/thread/3683265Jasmin Gruschke:explained: "the list of provided features can be found in the ABAP Language Documentation (F1 in the CDS...
View ArticleRe: Trigger a program when a record created in Standard table
Hi Himanshu, Please provide more info on volume of records coming in the standard table and what do you intend to achieve in the program. ~Tarun
View ArticleRe: Trigger a program when a record created in Standard table
Hi Tarun, In TABLE COEP which consist actual cost data from different financial transaction.So I want to execute a Z program as and when an entry made in COEP table with transaction type COIN. Please...
View ArticleRe: Trigger a program when a record created in Standard table
Hi, Try to find BADI/User exits and call your program. -Amol S
View ArticleRe: Trigger a program when a record created in Standard table
Hi Amol, Thanks for your reply but in my case in TABLE COEP data comes from FI,MM and PM module from different transaction. We have not specific transaction. So that's why I'm looking for this...
View ArticleRe: Retrieving table data by calling AMDP dynamically into another AMDP...
if It might help you. Call AMDP(ABAP Managed Database Procedure) Inside AMDP Method ThanksSankaresh S
View ArticleRe: Duplicate records are coming while executing the querry in CDS in HANA...
Hello Pankaj, do you have several clients on your system which have similar data? An AMDP does not restrict automatically to a client like it is done by OpenSQL (like in your second example with the...
View ArticleRe: Limit Data in CDS for huge results
Hi Tobias,you can create a DB-trace with transaction ST05 to see that the "up-to-rows" clause is pushed down to the DB (you will find the addition 'limit' in the actual SQL statement). In the trace...
View ArticleRe: CDS View - consuming HANA artifact (calculation view generated by BW)
Hello Amol, I'm trying to do the same, consuming a external view in CDS but not allowing the same.Can you please tell me how to do the same ? Thanks Palas
View ArticleRe: CDS View - consuming HANA artifact (calculation view generated by BW)
Hello Jasmin, I want to consume external view in CDS view. Is this possible, as it's not allowing me.Your details response really helpful. Regds, Palas
View ArticleRe: Duplicate records are coming while executing the querry in CDS in HANA...
Thanks Florian for reply, let check on this point
View ArticleABAP Correction for HANA compliance
Hello,I have to manually correct ABAP code for HANA compliance for 'Analysis of WHERE condition for SELECT'.Here in the below code I have to add WHERE clause, please suggest how to find out that what...
View Article