on ‎2023 Mar 16 9:59 AM
Hi,
we used the SQL Function SERIES_GENERATE_INTEGER in an AMDP-Procedure.
This AMDP-Procedure worked fine on a Netweaver 7.50 on HANA 2.
After upgrading to S/4 HANA 2022 Initial Shipment, the following code doesn't compile anymore:
method fill_temporary_templates
by database procedure
for hdb language sqlscript.
lt_ext_event_binder_tmp =
select generated_period_start as binder
from series_generate_integer( 1, 20, 90 );
endmethod.
Error: SERIES_GENERATE_INTEGER is unkown.
Does anybody know why this function doesn't work anymore in an AMDP-Procedure?
The HANA-DB itself executes the command without any concern:

Thanks!
Lars
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.