SAP DATABASE PROC INTF - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 OUT

database procedure interface
Global non-modifiable interface of the class library that is generated for each database procedure proxy. For each interface parameter of the represented SQLScript procedure, a database procedure interface contains the declaration of an ABAP data type, as defined in the mapping of the database procedure proxy. Programs that use CALL DATABASE PROCEDURE to call the SQLScript procedure can refer to the data types of the database procedure interface when declaring the required actual parameters.