If i drag from the CATALOG direcity (under SAP<SID> ) it creates like this;
CALL "SAPUHP"."Z_SP_TEST"
but system gives error "you can not set default schema SAPUHP excplicitily for this object:Z_SP_TEST"
if i remove SAPUHP, it says objct not found.
If i add SAPUHP here (normally i removed "using" section );
METHOD RUN_PACKAGE BY DATABASE PROCEDURE FOR HDB
LANGUAGE SQLSCRIPT using "SAPUHP".
CALL "Z_SP_TEST"('PARAM1','PARAM2', :ET_DATA )
ENDMETHOD.
ENDCLASS.
call doesnt give error but now it gives "source code is incomplte"
aaaaaaaaaah i will jump from the window there i s a small problem i coulnt see.