Re: Question about CDS limitation
Hi Sree,Thanks for reply,I tried it but the result is the same error like above.Any suggestion more?Happy new year!thanks and regardsHee Sang Lee
View Articleinteractive with ALV for IDA
Dear Gurus Is it possible to create a interactive report with if_salv_gui_table_ida. I have succeeded in creating an report based on the if_salv_gui_table_ida. Based on the selected row we want to call...
View ArticleRe: interactive with ALV for IDA
Solved had to use lo_alv_display->display_options( )->enable_double_click( ).SET HANDLER double_click FOR lo_alv_display->display_options( ). eo_row_data->get_row_data Arun Kumar Menon
View ArticleRe: Question about CDS limitation
Dear Hee Sang Lee, you can find documentation for CDS here: ABAP Keyword DocumentationA workaround would be to create one view with single sum values and another on top of it adding the resulting...
View ArticleAMDP BW tables
Hello friends , I am kind of struck writing a basic AMDP to fetch data from BW tables .I am getting SQLscript syntax error without any further explanations. I was able to do the similar logic with...
View ArticleRe: AMDP BW tables
try to put quotes around the table name like "/BI0/PCOMP_CODE"Regards, Thomas
View ArticleRe: AMDP BW tables
Hi Thomas, I have tried that option but it was commenting out sql code.
View ArticleRe: AMDP BW tables
But the quote " does not start a comment in SQL Script. Now I see another problem: You are selecting a single value and not a table. In this case you cannot use the construct: <table> = select...
View ArticleRe: AMDP BW tables
Thank you . When I used two double quotes it worked fine . Single double quote gives a pause and greys out everything as if it is commenting out in ABAP
View ArticleSQL loop syntax
Hi friends , I am implementing AMDP by loading data from one table to other.Trying to do a basic abap lookup scenario in sql . In this example I have SFLIGHT table information and while loading to a...
View ArticleALV IDA Data Processing
Hello Floks, I have one doubt, suppose I have created CDS view and wanted to display ALV by using ALV IDA.But suppose if I want to process some data before displaying on ALV IDA is it possible.As per...
View ArticleRe: Using ABAP function calls in HANA
Hi Anu - I know this post is a bit old, but I have a similar requirement to bring the texts from the READ_TEXT function module into HANA. We are using SLT for the replication of all other data into...
View ArticleRe: ALV IDA Data Processing
Hi Amol, what exaclty do you mean by "process some data". If you like to do calculations or aggregations on the data, you might want to use dedicated functionality provided by CDS. But as you are...
View ArticleRe: ALV IDA Data Processing
Hi Jasmin, Ok that means what will be the processing logic required that need to be matured into CDS view later we can use ALV IDA functionality. but is CDS can fulfil the complex logic what we can...
View ArticleRe: ALV IDA Data Processing
Hi Amol, correct. Whether CDS is capable or not depends on the logic you'd like to perform. But you cannot use the "normal ABAP", as you're not working with an internal table but with a CDS view or a...
View ArticleRe: Type-ahead in Search help
Hi Ralf, sorry for the late reply - holiday season... As the 2nd screenshot can't be displayed (anymore), could you please post the content of your PBO module (as you need to explicitly enable...
View ArticleRe: Type-ahead in Search help
Hello Sebastian! No Problem indeed ;-)I have attached a file with the according screenshots GreetsRalf
View ArticleRe: Type-ahead in Search help
Hi Ralf, thanks for the code, looks good. So I'm pretty puzzled now... In this case there are only a few options left:Are you running the most recent version of SAP GUI (at least 7.30 PL6 or 7.40) -...
View ArticleRe: Concat function or equivalent for CDS view?
Hi Sean,is your original request solved by the CONCAT function within the select list: CONCAT(user.first_name, user.last_name) as ...I was wondering the same way as you but this was the only thing that...
View Article