Re: Sorting Order in SQL Queries
Hi Thomas, Thank you for your inputs.I noticed a difference when using the ORDER BY Clause as well. SELECT MBLNR DMBTR WERKS INTO TABLE IT_MSEG FROM MSEG connection...
View ArticleRe: Sorting Order in SQL Queries
Dear Harshad, ORDER BY PRIMARY KEY requires that all key fields occur in the select list. With a 740 system you will even get an syntax error for your statement. Best if you use a ORDER BY with an...
View ArticleTable conversion after domain change dumps
Dear all, I have changed a numeric field in a table from 0 decimals to 3 decimals. In the development the process was straight forward. In the quality system the transport import dumps when doing the...
View ArticleRe: Table conversion after domain change dumps
Sorry, I forgot 2 important points. It is a CRM 7.0 systemand we are on HANA 1.00.68.384084 Thanks.
View ArticleHANA DB start Error!
Dear Team, When I am starting HANA DB I am getting below HTTP error. Thanks,Amit
View ArticleRe: HANA DB start Error!
Dear Experts, Do help for the above Query as waiting for your suggestion. Thanks,Amit
View ArticleRe: HANA DB start Error!
Hi Amit,the ABAP for HANA community experts could rather help you with issues on ABAP related questions, while your query is more on HANA administration - so you might want to put the query also on the...
View ArticleRe: Table conversion after domain change dumps
Hi Rabanus,SQL error 314 indicates that you hit the upper limit - numeric overflow. Since you stated that you had a look at the table and it looks fine (by the way did you check that for all clients as...
View ArticleRe: HANA DB start Error!
Hi Jasmin, Thanks for reply , This is not a AWS instance. Even I have checked the log file but not got the proper information about the issue. Anyways I am closing this thread and raising under "SAP...
View ArticleGetting Dump while Mapping data source.
Hi Expert, Am getting below DUMP while trying to map data source in SEGW transaction. Could you please suggest what could be possible cause for this? Category ABAP Programming...
View ArticleRe: Table conversion after domain change dumps
Hi Jasmin,starting the back copy to the new table by SE14 goes directly to the dump, so I can check all values.I see only 1,000 and 1000,000 as values which should fit in a 12 digit field. We have only...
View ArticleRe: Getting Dump while Mapping data source.
Hi Girdhari,can you please attach the complete dump information?BTW: Are you following the E2E guide? If yes, you might hit the problem descibed in the guide "Windows does not like to many windows...
View ArticleAMDP in RLANG
Hello, Can we have an AMDP procedure written in R - Language? Regards,Manjunath
View ArticleRe: AMDP in RLANG
Hi Manjunath, at the moment you cannot implement R directly within an AMDP method. But I think it will be possible in the near future. Here the entry of the help with the supported languages which is...
View ArticleRe: Getting Dump while Mapping data source.
Thanks Jasmin for the reply. Yes.. Am following the E2E guide. I tried by opening another external window by executing ok-code osegw but still getting same dump. Below is the complete dump info....
View ArticleHow to create AMDP's for sub stored procedures
Hi, I am migrating Hana data base procedure to AMDP.I have HANA DP like below. procedure1. call procedure 2.endof procedure1. how to create AMDP in this case, i have created AMDP methods for both...
View ArticleRe: How to create AMDP's for sub stored procedures
Dear Viswamurthy,You cannot use CALL METHOD statements inside an AMDP Method as AMDP methods would not understand ABAP syntax.You need to use SQLScript CALL statements to call an AMDP method from an...
View ArticleRe: Table conversion after domain change dumps
So the reason was an error on my side. The domain I changed was linked to 2 fields, and not only to the one I wanted to change. The other field contained data which was too big for the reduced size....
View ArticleRe: How to create AMDP's for sub stored procedures
Hi Sundar, Thanks for the solution provided. It worked for me. Thanks & regards,Viswamurthy
View ArticleRe: Calculation View via External View in IDA ALV
@Jasmin: any news on that from the exports? Thx, Florian
View Article