AMDP:ABAP-Managed Database Procedure,是在APAP on SAP HANA开发中的一种优化模式。AMDP使用数据库语言书写,比如Native SQL或者是SQL Script,并且在AMDP类的AMDP方法内实现。 AMDP调试过程如下 准备工作: 安装HANA Studio; 通过HANA Studio连接BW环境(IP: 192.168.100.X); 通过... 查看原文 SAP AMDP介绍 -...
SAP Managed Tags: ABAP Development Hi Gurus, Consider the customer name space is '/XYZ/'. We have created custom table - /XYZ/DB_0019. While using the table /XYZ/DB_0019 in AMDP method, we encounter the below error. SQLSCRIPT: sql syntax error: incorrect syntax near "/" Version...
What is the reason that AMDP class cannot be developed in SAP GUI? If the editor would be open, an SQLScript syntax checker would necessarily have to be integrated into SE80 (if not, developers would cry for it with a flood of OSS tickets). Apparently, there was no time planned for t...
The cursor structure you can manually use in ABAP is there to provide you more control over the data consumption. This of course has only little to do with the comment that you found in the SQLScript documentation. Here it is all about the way to develop code that runs in the database....