ABAP - Keyword Documentation →  ABAP - Reference →  Processing External Data →  ABAP Database Accesses →  Native SQL →  AMDP - ABAP Managed Database Procedures →  AMDP - Methods →  METHOD - BY DATABASE PROCEDURE, FUNCTION → 

AMDP - L for the SAP HANA Database

This function is only for internal use within SAP.
Customers and partners are not allowed to use this function.


L is a low-level programming language used for programming L procedures on the SAP HANA database. L is the implementation language of an AMDP method that specifies the addition FOR HDB LANGUAGE LLANG when the statement METHOD is used.

The programming language L is only documented internally at SAP. The following list contains special properties and additional restrictions for AMDP methods implemented in L:

Note

The programming language L can only be used internally and with restrictions at SAP. For general programming with the SAP HANA database, SQL or the script language SQLScript must be used. The use of L by customers and partners is not supported.

Example

See AMDP, Implementation of an L Procedure