Query CDS view with table as input
Hi Expert, I have a requirement where I have to pass table as input to CDS View and query it. similar to ABAP query like this: select * from table_name for all entries in input_table where column_name1...
View ArticleRe: Query CDS view with table as input
Hello Khushdeep, in a CDS view the table name cannot be specified in a dynamic way. The only - very ugly and therefore not recommend - option would be the usage of a CDS table function available since...
View ArticleRe: Query CDS view with table as input
Hi Khushdeep, I am using CDS's for quite some time, I can not really imagine such case that you mentioned. In my opinion instead of using a internal table as input you may try to put the logic which...
View ArticleRe: Consuming standard ABAP Function modules in HANA View
That is depending on the special requirement and the effort I would say. Some functions could be reimplemented as table functions for reusage in calc views.
View ArticleRe: Consuming standard ABAP Function modules in HANA View
Hi, Get the data from HANA DB layer to ABAP layer by consuming HANA views in ABAP , Play around what ever you want as normal ABAP.
View ArticleRe: Consuming standard ABAP Function modules in HANA View
Hi,below link might be useful... http://scn.sap.com/thread/3805261 -Amol S
View ArticleUTCTOLOCAL for ABAP CDS Views
Hello Experts, I am facing the following problem: I want to show some data on a IDA ALV and one field is a change time stamp and a change user.This time stamp is of course stored in UTC on the...
View Articlereplace function in ABAP CDS
Hello all, I try to display log messages in a IDA ALV based on a CDS view.I have a log message table which contains the the message class, the message number and the values of the variables &1 to...
View ArticleDatabase proxy error for CLOB datatype
Hi Experts, I'm working with DB Proxy which I am currently using for calling HANA procedure from ABAP, I come across this error while trying to map the HANA type CLOB with the ABAP datatype.. Ideally...
View ArticleCannot add ABAP project
After upgrading HANA Studio to 2.2.9 ABAP project is missing from the project list:This despite having installed all required (I think) components : Anybody know what am I missing?
View ArticleRe: Database proxy error for CLOB datatype
Hi Jens Weiler Your thoughts on this ?? -Avinash
View ArticleCDS Annotation @EndUserText.label Reference View-Field
Hey Guys, i'm working on a CDS view to read the configuration of an object from the table IBSYMBOL. In a second view i transform this multiple configuration lines for one object into a single line with...
View ArticleValidity data in BUT021_FS in CDS-views
HI, we are preparing some CDS-views for student data.Most of these data have real validity-dates in DATE-format.Only the validity of address-data in BUT021_FS is not a real date, but a timestamp -...
View ArticleRe: Validity data in BUT021_FS in CDS-views
Hi Kris,not very nice but working: first cast on a longer char field and then truncate it: cast( substring( cast( 20140420 as abap.sstring( 20 ) ), 1, 8) as abap.dats) Regards, Thomas
View ArticleRe: Validity data in BUT021_FS in CDS-views
Wow!I stopped really searching where the documentation said: "Casting expressions cannot be nested".This is my result based upon what you showed: cast( substring( cast(div(valid_to,1000000) as...
View ArticleRe: CDS - Arithmetic operation on aggregated column
Hi, Jasmin Gruschke , Jens Weiler, I wondered if you had any suggestions on this? Many thanks,Jon
View ArticleCant find methods in the class CL_MMPUR_REQ_CONTEXT
Hello guys . I was trying to implement the NOTE 2285354 in wich is described to do a manual activity to these...
View Article