Macro MTO For Support Plate

Hello my friends,

I would like to call all plate in below subs hierarchy for MTO.

what i need to write for suppcodetype as per below red highlight?

if !suppcodestype eq '/SUBS*' then
var !attasize p1bore for $!result[$!attaloop]
!attasizestring = !attasize.string()

!attasizetrim = substring('$!attasizestring',-3)

$!anciname
!ancidbref = !anciname.dbref()

!detail = array()

!attasizereal = !attasizetrim.real()

!suppdesc = PROP CDES OF $!anciname
!plate1 = 'STEEL PLATE'
!profile1 = 'PL$!ancidbref.DESP[7] x $!ancidbref.DESP[5] x $!ancidbref.DESP'
!quantityplate1 = 2
!recData.append('~$!anciname~$!suppdesc~~~$!attasizetrim In~$!suppcode~$!dtxr~$!pipename')
!recData.append('~~$!plate1~$!profile1~$!quantityplate1')

endif