Re: CDS view currency conversion performance
Solved myself ( But I am open if any of you know a better solution )I succeeded to apply second approach above, it is not possible to cast nested but it is possible to call view while creating another...
View ArticleSAP HANA - waste of time to learn or not?
Hello, I have downloaded and installed Netweaver ABAP trial 7.3 some time ago and Im learning ABAP with book ABAP learning course by Karl-Heinz Kuhnhauser. And during my learning Im thinking about my...
View ArticleABAP CDS View: OData service CRUD enabled?
Hello All, Is it possible to make an odata service generated by the abap cds view CRUD enabled?So can I do an UPDATE, DELETE, CREATE on the odata service? I am reading stuff about BOPF ? Is this the...
View ArticleVariable in SQL ABAP Managed Database Procedure
Dear all I have a question regarding the use of a variable in an ABAP Managed Database Procedure. The following method I implemented into a class: How can I now insert a variable for the string 'YES'...
View ArticleRe: Variable in SQL ABAP Managed Database Procedure
Hi, You can declare variable inside AMDP method like below, declare lc_yes nvarchar(3) := 'YES'; -Amol S
View ArticleRe: Variable in SQL ABAP Managed Database Procedure
Hello Thomas, using a constant defined in the ABAP code of the AMDP class is not possible within an AMDP method. The only way to be able to use it is to pass it to the AMDP method as parameter.The...
View ArticleHi Gurus
I am working as ABAP Consultant , i heard that HANA will be the feature, weather i have to learn ABAP for HANA or HANA Development to boost my Carrier . Please give a clear picture .
View ArticleMultiplying two decimals in ABAP CDS View
Hi,in the select list of an ABAP CDS view I am trying to multiply to decimal values ( price * quantity ) - this leads to the error message: Maximum accuracy 31 as DEC exceeded by an arithmetic...
View ArticleRe: Variable in SQL ABAP Managed Database Procedure
Hello Thomas, another possibility here, may be to define an appropriate IMPORTING parameter to the method interface, so the value of the variable (or constant) can be passed at the AMDP method call....
View ArticleRe: Multiplying two decimals in ABAP CDS View
Hi Marek,if you multiply two decimal values the CDS compiler infers a type for the result and, thus, the number of decimals of the two operants are simply added up. You therefore easily exceed the max...
View ArticleRe: ABAP CDS View: OData service CRUD enabled?
Hi Bert, If you have a NW 7.50 add annotations like this @ObjectModel.compositionRoot: true@ObjectModel.writeEnabled: true@ObjectModel.writeActivePersistence: 'snwd_so' ---> your table name...
View ArticleRe: Multiplying two decimals in ABAP CDS View
Hi Andreas,thanks for the quick response, casting to FLTP works. Regards,Marek
View ArticleRe: Problem with cl_salv_gui_table_ida
Hi Jasmin, we have upgraded our System to HDB 1.00.102.03.1449674847 and the problem still exists. We cannot search for elements if they have a conversion routine. The Cast of the Element is not...
View ArticleConsumption of ABAP CDS view in BW
Hi colleagues,We have an ABAP CDS view with key figures. When using @Analytics.dataCategory: #CUBE annotation, the transient query gets created but the key figures are not getting included in the...
View ArticleRe: Hi Gurus
This OpenSAP training is a good start: ABAP Development for SAP HANA - Dr. Jasmin Gruschke and Jens Weiler It has also has reference to other materials to start learning. Cheers,Henk.
View ArticleRE: SAP HANA CERTIFICATION
hi all, Im planning to do certification in SAP HANA. iam sap abap consultant with 2.8 years of experience. I want to do HANA certification. Can anyone please guide me . i have surfed net & found...
View ArticleRe: Consumption of ABAP CDS view.
Hi Linh, I am able to host my table to Odata service, but for the analysis for office, there is no option to consume from Odata. (AFO version 1.4 sp10) Thanksgaurav
View ArticleRe: ABAP CDS View: OData service CRUD enabled?
Hi, what Klaus descriped is the upcoming S4/HANA programming model. It's more than just creating a BO around a table to provide transactional behaviour. If you are currently not on NetWeaver 7.50 you...
View ArticleIDA alv aggregation of different units/currencies is not possible
Hi, when i try to collect quantities in ida ALV, it gives an error message "aggregation of different units/currencies is not possible" do you have any idea?
View ArticleRe: IDA alv aggregation of different units/currencies is not possible
Hello Omer, as the message says, it is not possible to aggregate over different units or currencies. In your example you have different sales units (KG, PC). If you wanna display the sum for the order...
View Article