Hello, team
I understand that embedded SQL is not supported in the migration,.
What would be the best practice to rewrite multiple embedded sqls in PS, which look like this:
//---------------------------------
select field1, field2 into :ls_param1, :ls_param2 from table1 where field3 = :ls_param3;
//------------------------------
Thank you