Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Scripting Language with AMDP

Former Member
0 Likes
1,166

Is SQL script the only language that can be used for AMDP with SAP HANA Database?Is SAP trying to accomodate other scripting langauges with AMDP going ahead?

1 ACCEPTED SOLUTION
Read only

jasmin_gruschke
Product and Topic Expert
Product and Topic Expert
0 Likes
898

Hi Makrand,
as described in the documentation (http://help.sap.com/abapdocu_740/en/abapmethod_by_db_proc.htm#!ABAP_ADDITION_2@2@), the AMDP framework supports SQLScript and LLang, but the later is limited to SAP Internal usage.
So as of now, currently you're limited to SQLScript and the HANA Database if you'd like to use ABAP Managed DB procedures.
Cheers,
  Jasmin

3 REPLIES 3
Read only

sreehari_vpillai
Active Contributor
0 Likes
898

The windows for extending the feasibility to add more scripting language is there (LANGUAGE <db_lang>. As per the architecture, it should support the language only which is supported by HANA DB .

Sree

Read only

jasmin_gruschke
Product and Topic Expert
Product and Topic Expert
0 Likes
899

Hi Makrand,
as described in the documentation (http://help.sap.com/abapdocu_740/en/abapmethod_by_db_proc.htm#!ABAP_ADDITION_2@2@), the AMDP framework supports SQLScript and LLang, but the later is limited to SAP Internal usage.
So as of now, currently you're limited to SQLScript and the HANA Database if you'd like to use ABAP Managed DB procedures.
Cheers,
  Jasmin

Read only

0 Likes
898

Thanx Jasmin.