ADT and its AMDP Debugger are tailored for the ABAP context and therefore cannot be used to debug native DB procedures (procedures that are not generated from AMDP). To debug native DB procedures you have to use one of the other two alternatives. HANA Studio and HANA Web-based Development W...
Is it possible to call a classic ABAP Class static method inside AMDP method? The reason is REPLACE sql string function is not working on SPACE which is why I'm thinking to call ABAP Classical Class Statis Method within AMDP method so that I can use ABAP Syntax to achieve the logic. Kin...
The corresponding grant statements to be executed in the SQL console of the SAP HANA studio (as SAP<SID> user) for the ABAP Managed DB procedure<AMDP_NAME>are: grantdebugon"SAPHANAABAP"."<AMDP_NAME>"toDEBUGUSER; grantexecuteon"SAPHANAABAP"."<AMDP_NAME>"toDEBUGUSER; grantattachdebuggerto...
Can I practice ABAP on HANA on this system? Yes. Even if, this system is running on SybaseIQ database, you will be able to create CDS views, AMDP,… (except ADBC) What are the hardware requirements to run this system? –64-bit OS version–x86_64 Processor-based hardware–16 GB RAM...
So you can develop and test your Python class independently from your ABAP code, but you can use each change immediately in your ABAP code. Hint: It could be possible that the security settings of your SAP GUI for Windows doesn't allow to create an object as in my case. If it is so...
Step 1: check the Remote Source in SAP HANA is configured correctly. In the workbench --> Catalog, you can expand the remote source to your SAC and see the models there. step 2: create a simple Replication Task Here is theHELPdocument how to create a replication task. ...