SAP Managed Tags: ABAP Development HI, I'm trying to select Profit centers from CEPCT table for the given profit center parameter. here I'm trying with wild characters. for example: 1. * check if wild character exists FIND c_st IN p_i_profit_ctr. IF sy-subrc EQ 0. * replace * ...