AMDP ranges and normal operators in where clause?
Hi, I creating a AMDP in order to utilize the ROW_NUMBER function. My "base" sql that I need in the AMDP is shown below. As you see will MATERIAL and /BIC/TRADE_ID have to be replaced by ranges (it is...
View ArticleRe: AMDP ranges and normal operators in where clause?
Hi Torben, have a look at following blog about Handling of SELECT-OPTIONS parameters within AMDP. Kind regards, Carine
View ArticleRe: AMDP ranges and normal operators in where clause?
Thanks Carine, I did use your blog as inspiration. I however didn't find any solution so that I could use the window (partition) function - I however handled that on the ABAP side instead. I ended up...
View ArticleAlternative of EXEC Sql-ENDEXAC
I am transforming our oracle based ABAP code to HANA based code.So during this procedure I need to replace the native sql statement EXEC sql-ENDEXEC with some other HANA compatible statement because...
View ArticleABAP for HANA
Hi All,I have learned that HANA is very vast.I will be thankful for kindly guiding me what to focus on in HANA as an ABAPer. Thanks,SD
View ArticleRe: ABAP for HANA
Hi may you'll find the answer -> http://www.sapappcenter.com/medias/FAQs.pdf?context=bWFzdGVyfHBkZnN8MjU4MjE1fGFwcGxpY2F0aW9uL3BkZnxwZGZzL2hlOS9oM2EvODc5…
View ArticleRe: What is SAP HANA basic terms?
excellent explanation. also please advice I have 10 yrs experience in ABAP, idea on BW, know java script. how do I change my career path from abaper to new role. any options in Hana? -Srikanth
View ArticleRe: Alternative of EXEC Sql-ENDEXAC
Dear Subhransu Maiti ,Can you tell us a bit more about your problem?Which error is giving by the code inspector?Is there something specific to oracle in your SQL statement?Best Regards, Thomas
View ArticleRe: Alternative of EXEC Sql-ENDEXAC
Dear Thomas Gauweiler, Thank you for your reply. Actually I am getting error message of "Use of Native SQL" and the message is coming into the following abap statement. EXEC sql. disconnect...
View ArticleRe: Alternative of EXEC Sql-ENDEXAC
Hi Subhransu, EXEC SQL is in general also possible with HANA.But there is no DISCONNECT statement in HANA. So I assume this is the cause of the problem.What do you want to do with the DISCONNECT ?...
View ArticleRe: How to convert a timestamp to date/time in CDS View?
Hi Anja, Yon can try like this. cast(substring(cast(creationdatetime as abap.char(32)),1,8) as abap.dats) as creationdate Regards,Chandru.
View ArticleI can´t create external view from ABAP perspective
Hi Experts, I am try to create a external view from ABAP perspective, but the list of attibute views don´t appear.The attibute view is this: When try the create a external view: These are the roles...
View ArticleRe: How to convert a timestamp to date/time in CDS View?
Please note that timestamp is considered to be UTC and date is usually your local date, so a time zone specification is necessary for a proper conversion, see for instance ABAP-doc for statement...
View ArticleRe: Alternative of EXEC Sql-ENDEXAC
Subhransu Is it just a Code inspector error/message or do you also have issue in executing the program on HANA ? .
View ArticleRe: Alternative of EXEC Sql-ENDEXAC
Hi Kesari Katakam, Yes we are getting code inspector warning message in some program and also error message in some program.So in case of error message we can't execute the program in HANA...
View ArticleRe: Alternative of EXEC Sql-ENDEXAC
Hi, I cannot reproduce your problem or maybe I did not get what your problem is. I tried: DATA(lv_char) = ''. EXEC SQL. select * from dummy into :lv_char ENDEXEC. This works and "dummy" is a...
View ArticleSAP connection to SAP HANA
Hi, I am on a HANA database sandbox using HANA studio and I am trying to determine which SAP systems (i.e. ECC) are connected to the SAP HANA database and what the settings are:- Hosts- Instance- SID I...
View ArticleRe: SAP connection to SAP HANA
Hello Raynald, the ABAP perspective is only available when you have installed the ABAP Development Tools (SAP Development Tools for Eclipse). You can install them also for HANA Studio (just follow the...
View ArticleRe: SAP connection to SAP HANA
Florian, I am confused, I re-installed ABAP in Eclipse - Appv from software corner In addition I installed ABAP Development toolsThe ABAP development tools is a separate application that is not part of...
View ArticleRe: I can´t create external view from ABAP perspective
Hi everybody! We have got this problem with one requirement and we have tryed doing a lot of things but nothing works. Jens WeilerIngo BraeuningerJasmin Gruschke Thank you and merry christmas and...
View Article