In order to make this rather SAP-internal thread at least somewhat useful for the SCN community, this is the information on the consumption of stored procedure meta data via JDBC that was missing:
- Scalar Output Parameters, i.e. single values, should be visible via getParameterMetaData .
- Table output parameters are delivered as result sets
![]()
- There is the „WITH OVERVIEW“ way (see CALL - SAP HANA SQL and System Views Reference - SAP Library) where you can get the scalar values too as a specific result set
- Lars