Re: Questions on CDS Views with input parameters
Hi Thomas, I get the below error that the CDS View's generated table function cannot take field from AMDP. I have a requirement to query the CDS View using 2 timestamps (start & end). So, in AMDP...
View ArticleRe: Questions on CDS Views with input parameters
Hi Giri, you have to put a colon ':' in front of your variable names: et_data = SELECT * FROM ZMR_H_CA ( start_ts => :iv_start_date, end_ts => :iv_end_date ); Best Regards, Thomas
View ArticleUsing HANA SQL Functions in select list of CDS Views
Dear Expert, Kindly please let me know if we can use the HANA SQL Function (Ex: ADD_DAYS, SECONDS_BETWEEN) in the select list of CDS Views?If I create a CDS like below I get error that timestamp is not...
View ArticleRe: Using HANA SQL Functions in select list of CDS Views
Hi Giri,the list of provided features can be found in the ABAP Language Documentation (F1 in the CDS View).As CDS in ABAP is abstracted from the database layer, the database features are not directly...
View ArticleRe: SAP ABAP
Hi Jasmin, Thanks for the reply its ABAP 7.0, it would be our first time to apply this subject to our school and I would like to have a review as my reference for the preparation. Like ABAP Basics and...
View ArticleABAP for HANA certification
I am ABAP consultant having 9 years of exp. I want to do certification for ABAP for Hana.I found one certification with name SAP Certified Development Specialist - ABAP for SAP HANA (Edition 2014). In...
View ArticleAccessing tables from different schema in CDS and AMDP
Hi All, We are working on a HANA system which has several schema replicated from SAP R/3/Non SAP systems. We have BW 7.4 SP9 deployed on the same system and accessing the HANA views using latest BW...
View ArticleRe: Accessing tables from different schema in CDS and AMDP
Hi Anil,I can only answer 1. and 2. (and would be interested into 3. as well):1.Yes you can access tables from a different schema and also HANA views. In this case no 'using' is needed.Examples:...
View ArticleData Overflow - SAP BW on HANA
Hi all, I feel like I should be able to answer this question myself, but just can't seem to. We run a BW system on HANA and last night had an overflow error during out batch loads:"Overflow converting...
View ArticleRe: Accessing tables from different schema in CDS and AMDP
Hi Christoph, Thanks for your code and suggestion. I will try this. As regards point no. 2, we really don't want to create any projection views in HANA directly else it will add to dependencies in ABAP...
View ArticleRe: ABAP for HANA certification
Hi Amit, Yes, You have to clear the ABAP with SAP Netweaver. Then only you are eligible....
View ArticleRe: Parameterize schema name in AMDP for accesing different SLT replicated...
Dear Fernando Alvarez,Does your use case require access to multiple schemas during the same call to the AMDP method at runtime or is it the case that during a method call you would access only one...
View ArticleRe: ABAP for HANA certification
Hi Hemanth I called the SAP Helpdesk in India and they told me that if i have to give my CV to them first for validation and if i have Genuine ABAP exp. then it is not mandatory condition to go first...
View ArticleRe: Parameterize schema name in AMDP for accesing different SLT replicated...
Hi Sunder, We have 7.4 SP 09 BW on HANA parallelly we have maintained different schemas in HANA Studio. How do I access differnt schemas table inside ABDP? Regards,Amol
View ArticleRe: ABAP for HANA certification
Hi Amit, No need to confuse. Just follow the SAP Helpdesk words.After validation of your resume, if you are eligible you can proceed further. Even I have sent my resume for validation (for SAP-ABAP)...
View ArticleRe: ABAP for HANA certification
Hi Hemanth Thanks for the reply. Have you completed your ABAP certification.If yes then can you help me out to know that what content you have followed for same.How much time it took you to prepare...
View ArticleRe: ABAP for HANA certification
Hi Amit, I haven't appeared for the ABAP certification But, I can guide where we can get the content & cost....
View ArticleRe: How to convert spool request into pdf attachment and how to send it...
Hi Gunjan Singh, First of all you have to post this question under ABAP blog. Below is the link.ABAP Development Answer to your query is:In SOST there will be a basis settings, like the mail has to be...
View ArticleRe: How to convert spool request into pdf attachment and how to send it...
Please refer to the below document. Convert Spool request to PDF and send as e-mail - Code Gallery - SCN Wiki Regards,Mayur
View Article