while inserting records into the table iam getting below error
how can i rectify this problem
View ArticleRe: while inserting records into the table iam getting below error
Altough this is not specific for ABAP on HANA it can easily be answered: Please add a space before the equal sign !Regards, Thomas
View ArticleRe: Debugging stored procedure: 'Edit Source Lookup Path' (and source not found)
Hi,when I'm trying to get the debugging session for amdp-procedure, I get the same message "Source not found" when debugger stops. Did someone solve this problem?
View ArticleRe: while inserting records into the table iam getting below error
iam new to abap ,so iam not able to do the abap programing,and thanks for your suggetion now my problem resolved.
View ArticleRe: Debugging stored procedure: 'Edit Source Lookup Path' (and source not found)
Hi, is the ABAP class contained in the lookup path; when it is working it looks like:
View Article3rd party system on SAP HANA
Hi All, We are planning to migrate exisiting Oracle database to HANA database and we have few exisiting 3rd party system in our environment. We found that two of the 3rd party system are non-unicode....
View ArticleRe: 3rd party system on SAP HANA
Hi Preetha,I don't understand completely your question.Do you have a ABAP-base system on top of Oracle, which is connected to other (3rd party, non-unicode) ABAP systems and you access them via...
View ArticleRe: 3rd party system on SAP HANA
Hi Jasmin, Need to understand if there would be any compatible issues with the 3rd party systems once we migrate to HANA DB from existing Oracle DB And also if there are any 3rd party...
View ArticleRe: Consumable Odata
Hi Lenard,two things come to my mind:1. did you open the necessary ports? (see chapter 9.2.2. of Getting Started with AS ABAP 7.4 SP5 incl. BW on SAP HANA SP7 [Developer Edition] and in CAL on the...
View ArticleRe: 3rd party system on SAP HANA
Hi Preetha,that depends on a. which systems you want to access. Is the "3rd party systems" an ABAP-based system?b. how you want to connect to the systems - via RFC, via secondary DB connections, ODATA?...
View ArticleRe: which programming is used in SAP HANA? confused b/w ABAp or java?
Hi Jagaa,that really depends on what you'd like to do. But a brief answer: a) If you develop ABAP applications - use ABAP (as for other databases) and Open SQL / CDS, and if additional HANA...
View ArticleRe: Consumable Odata
For my understanding ABAP Development Tools in eclipse still needs a SAP Gui installation. I am not sure if it can work without it. Do you have already an OData service running on your ABAP?Is this...
View ArticleRe: Consumable Odata
Hello, I got the connection working now and can open the developer on my local machine (ty to jasmin)What you are saying about the GUI also seems to be true. I downloaded 'abap sap gui for windows' but...
View ArticleRe: Consumable Odata
Hello, I got the connection working now , forgot i made a new instance for other testing purposes where the ports weren't open yet. Thanks for the time put into this Jasmin, now let's hope i can fix...
View ArticleRe: Consumable Odata
Also these steps were enought to be able to use the URL into my visual studio. Finally
View ArticleRe: Procedure OUT param as Table
Hi,have you resolved this problem?Can you show me the code ABAP, please?
View ArticleRe: Procedure OUT param as Table
Hi Alessandro,do you have the demo report ADBC_DEMO_PROC_CALLS_HDB in your system? If not, please let me know your usecase, i.e. how many tabular output parameters for your procedure you're seeking...
View ArticleRe: Procedure OUT param as Table
Yes, like Thorsten Schneidetold .I create Global Temporary Table and call de procedure : l_stmt = 'call "procedure"(<global_table_name>) with overview'. l_stmt_ref->execute_query( l_stmt...
View ArticleRe: SAP HANA calculation field
Thanks Jasmin. Quick additional question: What is the recommendation on usage of calculated columns? How do we identify the potential candidates for using such columns? Best Regards,Mohit
View ArticleRe: SAP HANA calculation field
Hi Mohit, as with any tool there is no easy step-by-step decision graph for when to use "calculated columns". There are a couple of constraints to them, that help circling in on possible use...
View Article