Quantcast
Channel: SCN: Message List - ABAP for SAP HANA
Browsing all 2110 articles
Browse latest View live

Problems on CDS Views performance

Hi Guys, I'm having problems with CDS View now, I have a table ACDOCA which has 400 million rows, and in the CDS View(say CDS View Main),  ACDOCA(only some fields are used) is used to join 3 other...

View Article


Re: Problems on CDS Views performance

Hi Blangero,can you be a bit more concrete? e.g. what is the SELECT statement on top of the view? which data do you really need? Do you have a WHERE condition? If not, then any aggregation would have...

View Article


Re: Problems on CDS Views performance

Hi Thomas, The details are kind of too much and annoying, sorry for me confuse I brought. But what I did is just what you suggested, do the aggregations before joining the other tables,I did the...

View Article

Re: Problems on CDS Views performance

One suggestion Mr Blangero , try grouping within the CSD join the tables required and the DB layer will assume the load. regards

View Article

Image may be NSFW.
Clik here to view.

Adding Custom properties to the custom tab of PDF document file

Hi every one Any body knows adding custom properties in custom tab of  document properties dialog (Right click on PDF doc you can reach) of PDF file in ABAP.   I am having a bespoke table with values...

View Article


Error at update statement in AMDP procedure

Hi All, I have created the AMDP procedure as follows:  METHOD my_hana_procedure by database procedure                           for hdb                           language sqlscript.  lt_temp_tab =...

View Article

Re: Error at update statement in AMDP procedure

Hello Avinash, update on local defined tables is not supported. As you loop over a cursor (which causes bad performance) and wanna update the S_FPCA column of each single row with a calculated value...

View Article

CDS - Primary key

hi, I have created a CDS view but the problem in that is all fields defined are marked as primary key. I have defined the "key" for only the first two fields but the other four fields are set as...

View Article


Re: sum 16 starting error in SAP HANA S/4 1511 CORE

Hi Pablo, I am in SP 13 still facing the same issue. could you please help me on this. Appreciate your help.

View Article


Re: sum 16 starting error in SAP HANA S/4 1511 CORE

Navakanth     In our case the issue first appeared when we tried to run SUM from a NFS mount. After moving to a local folder we resolved the issue deleting the SUM folder and decompressing it again. I...

View Article

Re: Getting error 'Unhandled event loop exception' during activation of...

Yeah! It was just an issue because of the JAVA environment. I figured out that the JDK version was not in sync, so it was not able to find the relevant class file. I just uninstalled the HANA Studio,...

View Article

CDS View for a range- how to create one?

hi all, I can not create a CDS view like this:@AbapCatalog.sqlViewName: 'zddl_test2_hana'@AbapCatalog.compiler.CompareFilter: true@AccessControl.authorizationCheck: #CHECK@EndUserText.label:...

View Article

Re: CDS View for a range- how to create one?

Hello Solen, as for standard database views CDS views have also the restriction that reserved names may not be used as column names. OPTION is one of that reserved names. You can find all reserved...

View Article


Re: Problem with cl_salv_gui_table_ida

Hello, i've found the place in the coding. Class: CL_SALV_GUI_FIELD_CATALOG_IDAMethod: GET_ALLOWED_SERVICES if ls_display_info-is_text_search_allowed eq abap_true       and l_inttype NA 'IPbsaef'...

View Article

I am looking SAP CATS test cases

Can some one share , SAP CATS to Field glass test scenarios? and CA PPM to SAP CATS, SAP PS test cases?

View Article


Re: CDS View for a range- how to create one?

Thank you Florian It will be good if we can use it once and reuse the code as a cds view. Its eay to write it as open sql as below:   SELECT 'I' AS SIGN,         'EQ' AS OPTION,         MATNR AS LOW,...

View Article

Re: Error at update statement in AMDP procedure

Hi Florian , Thanks for the inputs . It worked for me.  Regards,Avinash

View Article


HASH_SHA256 function in ABAP CDS views

Hi,Is there a way to use the HASH_SHA256 SQL function in CDS views built on ABAP for HANA?  Kalyan

View Article

Re: HASH_SHA256 function in ABAP CDS views

Hello Kaylan, within 7.40 and 7.50 there is no directly integrated function to use that functionality in CDS. With 7.50 running on HANA you have the option to integrate the functionality using CDS...

View Article

Where is table BUT050 in CRM on HANA ?

Newbie question, Where is table BUT050 in CRM on HANA ? Is it accesible from hana studio ? Thank you.

View Article
Browsing all 2110 articles
Browse latest View live