Hi, Expert
In below guide, mentioned that need to run 4 procedure to enable river enviroment,
http://help.sap.com/download/River/SAP_River_Developer_Guide_en.pdf
call "_SYS_BIC"."sap.hana.rdl.setup::create_river_environment"
('DevPackage', ?);
call "_SYS_BIC"."sap.hana.rdl.setup::add_user_to_river_dt_role"
('DevUserName','initialPassword', 'DevPackage');
call "_SYS_BIC"."sap.hana.rdl.setup::add_user_to_river_rt_role"
('DevUserName','initialPassword', 'DevPackage');
But I can't find the code to create above 4 procedures . those procedures not exist under _SYS_BIC..
Could anyone share the code to me ?