Code for method GET_REF_DATA_SEL method IF_RSPLFA_SRVTYPE_IMP_EXEC_REF~GET_REF_DATA_SEL. constants : c_lev (2) type c value 'zzz', c_blank(2) type c value ''. data : ls_charsel type rsplf_s_charsel. loop at i_t_data_charsel into ls_charsel. “Loop on objects in filters case ls_charsel-iobjnm. when 'XXXXXX’. “Parameter InfoObject Name ls_charsel-low = c_lev. when others. endcase. append ls_charsel to e_t_ref_charsel. “Adding restriction per InfoObject endloop. endmethod. Source: Pallavi Kale, Deloitte Consulting Inida © 2012 Wellesley Information Services