Skip to Content
0
Former Member
May 25, 2016 at 09:50 AM

What happen when i create enum type dynamically using hmc ?

139 Views

I create enum type as follow

         <value code="road" />
         <value code="rail" />
         <value code="plane" />
     </enumtype>

when i add the another element in enum through hmc and do ant clean all and update the system this element is present in hmc ?

So i wnat to know what actually happen at backend internally ? How is create ? where it is store ?